aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Linker/LinkModulesTest.cpp
AgeCommit message (Expand)AuthorFilesLines
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