summaryrefslogtreecommitdiffstats
path: root/unittests/Linker
Commit message (Expand)AuthorAgeFilesLines
* Fix build for LLVM unittestsReid Kleckner2017-09-151-6/+6
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-2/+2
* Implement intrinsic mangling for literal struct types.Daniel Berlin2017-02-151-9/+9
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-241-0/+54
* Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg2016-06-231-54/+0
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-231-0/+54
* Delete the deprecated LLVMLinkModules.Rafael Espindola2016-02-121-24/+0
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-0/+1
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-161-8/+36
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-6/+13
* Always pass a diagnostic handler to the linker.Rafael Espindola2015-12-041-3/+5
* Use references now that it is natural to do so.Rafael Espindola2015-12-011-6/+5
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith2015-08-031-0/+74
* [LinkerTest] Use LLVMDisposeMessage to free error string.Benjamin Kramer2015-06-151-1/+1
* [LinkerTest] Don't leak error string.Benjamin Kramer2015-06-131-0/+1
* Fix returning error message in LLVMLinkModulesEli Bendersky2015-06-121-0/+40
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Opaque Pointer Types: GEP API migrations to specify the gep type explicitlyDavid Blaikie2015-03-241-2/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Fix the autoconf build.Rafael Espindola2014-11-171-1/+1
* Factor common code it Linker::init.Rafael Espindola2014-11-172-0/+21
* Remove the PreserveSource linker mode.Rafael Espindola2014-10-281-11/+15
* Update the error handling of lib/Linker.Rafael Espindola2014-10-251-3/+3
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-5/+5
* LinkModulesTest.cpp: Reformat.NAKAMURA Takumi2014-04-291-20/+13
* LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The...NAKAMURA Takumi2014-04-291-4/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-061-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Reapply r194218 with fix:Bill Wendling2014-01-163-0/+192
* Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl2013-11-093-158/+0
* Revert "Run clang-format on file."Adrian Prantl2013-11-091-9/+14
* Run clang-format on file.Bill Wendling2013-11-071-14/+9
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-073-0/+158