| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix build for LLVM unittests | Reid Kleckner | 2017-09-15 | 1 | -6/+6 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | Implement intrinsic mangling for literal struct types. | Daniel Berlin | 2017-02-15 | 1 | -9/+9 |
| * | Remangle intrinsics names when types are renamed | Artur Pilipenko | 2016-06-24 | 1 | -0/+54 |
| * | Revert r273568 "Remangle intrinsics names when types are renamed" | Hans Wennborg | 2016-06-23 | 1 | -54/+0 |
| * | Remangle intrinsics names when types are renamed | Artur Pilipenko | 2016-06-23 | 1 | -0/+54 |
| * | Delete the deprecated LLVMLinkModules. | Rafael Espindola | 2016-02-12 | 1 | -24/+0 |
| * | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -0/+1 |
| * | Change linkInModule to take a std::unique_ptr. | Rafael Espindola | 2015-12-16 | 1 | -8/+36 |
| * | Use diagnostic handler in the LLVMContext | Rafael Espindola | 2015-12-14 | 1 | -6/+13 |
| * | Always pass a diagnostic handler to the linker. | Rafael Espindola | 2015-12-04 | 1 | -3/+5 |
| * | Use references now that it is natural to do so. | Rafael Espindola | 2015-12-01 | 1 | -6/+5 |
| * | unittests: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -1/+1 |
| * | Linker: Move distinct MDNodes instead of cloning | Duncan P. N. Exon Smith | 2015-08-03 | 1 | -0/+74 |
| * | [LinkerTest] Use LLVMDisposeMessage to free error string. | Benjamin Kramer | 2015-06-15 | 1 | -1/+1 |
| * | [LinkerTest] Don't leak error string. | Benjamin Kramer | 2015-06-13 | 1 | -0/+1 |
| * | Fix returning error message in LLVMLinkModules | Eli Bendersky | 2015-06-12 | 1 | -0/+40 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -2/+2 |
| * | Opaque Pointer Types: GEP API migrations to specify the gep type explicitly | David Blaikie | 2015-03-24 | 1 | -2/+3 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Factor common code it Linker::init. | Rafael Espindola | 2014-11-17 | 1 | -0/+20 |
| * | Remove the PreserveSource linker mode. | Rafael Espindola | 2014-10-28 | 1 | -11/+15 |
| * | Update the error handling of lib/Linker. | Rafael Espindola | 2014-10-25 | 1 | -3/+3 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -5/+5 |
| * | LinkModulesTest.cpp: Reformat. | NAKAMURA Takumi | 2014-04-29 | 1 | -20/+13 |
| * | LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The... | NAKAMURA Takumi | 2014-04-29 | 1 | -4/+2 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
| * | [Layering] Sink Linker.h into a Linker subdirectory to make it | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
| * | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Reapply r194218 with fix: | Bill Wendling | 2014-01-16 | 1 | -0/+165 |
| * | Revert "Move copying of global initializers below the cloning of functions." | Adrian Prantl | 2013-11-09 | 1 | -131/+0 |
| * | Revert "Run clang-format on file." | Adrian Prantl | 2013-11-09 | 1 | -9/+14 |
| * | Run clang-format on file. | Bill Wendling | 2013-11-07 | 1 | -14/+9 |
| * | Move copying of global initializers below the cloning of functions. | Bill Wendling | 2013-11-07 | 1 | -0/+131 |