ADT: Avoid relying on UB in ilist_node::getNextNode()
[oota-llvm.git] / unittests / Linker /
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-06-15 Benjamin Kramer[LinkerTest] Use LLVMDisposeMessage to free error string.
2015-06-13 Benjamin Kramer[LinkerTest] Don't leak error string.
2015-06-12 Eli BenderskyFix returning error message in LLVMLinkModules
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-17 Rafael EspindolaFix the autoconf build.
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-04-29 NAKAMURA TakumiLinkModulesTest.cpp: Reformat.
2014-04-29 NAKAMURA TakumiLinkModulesTest.cpp: Use test-specific Ctx instead...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-01-16 Bill WendlingReapply r194218 with fix:
2013-11-09 Adrian PrantlRevert "Move copying of global initializers below the...
2013-11-09 Adrian PrantlRevert "Run clang-format on file."
2013-11-07 Bill WendlingRun clang-format on file.
2013-11-07 Bill WendlingMove copying of global initializers below the cloning...