Remove the PreserveSource linker mode.
[oota-llvm.git] / unittests / Linker / LinkModulesTest.cpp
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...