aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Linker/LinkModulesTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-12Delete the deprecated LLVMLinkModules.Rafael Espindola1-24/+0
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher1-0/+1
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola1-8/+36
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola1-6/+13
2015-12-04Always pass a diagnostic handler to the linker.Rafael Espindola1-3/+5
2015-12-01Use references now that it is natural to do so.Rafael Espindola1-6/+5
2015-10-20unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-08-03Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith1-0/+74
2015-06-15[LinkerTest] Use LLVMDisposeMessage to free error string.Benjamin Kramer1-1/+1
2015-06-13[LinkerTest] Don't leak error string.Benjamin Kramer1-0/+1
2015-06-12Fix returning error message in LLVMLinkModulesEli Bendersky1-0/+40
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-2/+2
2015-03-24Opaque Pointer Types: GEP API migrations to specify the gep type explicitlyDavid Blaikie1-2/+3
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-11-17Factor common code it Linker::init.Rafael Espindola1-0/+20
2014-10-28Remove the PreserveSource linker mode.Rafael Espindola1-11/+15
2014-10-25Update the error handling of lib/Linker.Rafael Espindola1-3/+3
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-5/+5
2014-04-29LinkModulesTest.cpp: Reformat.NAKAMURA Takumi1-20/+13
2014-04-29LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The...NAKAMURA Takumi1-4/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth1-1/+1
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+1
2014-01-16Reapply r194218 with fix:Bill Wendling1-0/+165
2013-11-09Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl1-131/+0
2013-11-09Revert "Run clang-format on file."Adrian Prantl1-9/+14
2013-11-07Run clang-format on file.Bill Wendling1-14/+9
2013-11-07Move copying of global initializers below the cloning of functions.Bill Wendling1-0/+131