summaryrefslogtreecommitdiff
path: root/unittests/Linker
AgeCommit message (Expand)Author
2018-05-14Inline a few CMake variables into their only uses.Nico Weber
2017-09-15Fix build for LLVM unittestsReid Kleckner
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-02-15Implement intrinsic mangling for literal struct types.Daniel Berlin
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko
2016-06-23Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg
2016-06-23Remangle intrinsics names when types are renamedArtur Pilipenko
2016-02-12Delete the deprecated LLVMLinkModules.Rafael Espindola
2016-01-26Remove autoconf supportChris Bieneman
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola
2015-12-04Always pass a diagnostic handler to the linker.Rafael Espindola
2015-12-01Use references now that it is natural to do so.Rafael Espindola
2015-10-20unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-08-03Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith
2015-06-15[LinkerTest] Use LLVMDisposeMessage to free error string.Benjamin Kramer
2015-06-13[LinkerTest] Don't leak error string.Benjamin Kramer
2015-06-12Fix returning error message in LLVMLinkModulesEli Bendersky
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-24Opaque Pointer Types: GEP API migrations to specify the gep type explicitlyDavid Blaikie
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-17Fix the autoconf build.Rafael Espindola
2014-11-17Factor common code it Linker::init.Rafael Espindola
2014-10-28Remove the PreserveSource linker mode.Rafael Espindola
2014-10-25Update the error handling of lib/Linker.Rafael Espindola
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-04-29LinkModulesTest.cpp: Reformat.NAKAMURA Takumi
2014-04-29LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The...NAKAMURA Takumi
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth
2014-01-16Reapply r194218 with fix:Bill Wendling
2013-11-09Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl
2013-11-09Revert "Run clang-format on file."Adrian Prantl
2013-11-07Run clang-format on file.Bill Wendling
2013-11-07Move copying of global initializers below the cloning of functions.Bill Wendling