Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2012-03-08Sources now require C++11 to build.Nick Kledzik
2012-02-23Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik
2012-02-15use llvm::DenseMap instead of std::mapNick Kledzik
2012-02-15(no commit message)Nick Kledzik
2012-02-07Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik
2012-02-01Cleanup system_error extensions.Michael J. Spencer
2012-02-01Don't delete the temp file until after we finish reading from it.Michael J. Spencer
2012-02-01&vectorval[0] is UB when vectorval.size() == 0.Michael J. Spencer
2012-02-01Fix use after free.Michael J. Spencer
2012-02-01Add pretty stack tracing and llvm_shutdown.Michael J. Spencer
2012-02-01If cont.size() is 0, the expression &_contentPool[result] has undefinedMichael J. Spencer
2012-02-01Flexible array members are not in C++03, and MSVC doesn't support them.Michael J. Spencer
2012-02-01NULL requires including cstddef. Just use 0.Michael J. Spencer
2012-01-17First chunk of native object file reader/writer. The lld-core tool now reads...Nick Kledzik
2012-01-11A couple of big refactorings: 1) Move most attributes of Atom down to Defined...Nick Kledzik
2012-01-10add initial support for coalescing by content (c-strings) with test caseNick Kledzik
2012-01-05Support more Atom attributes. Add more test cases to lld-coreNick Kledzik
2011-12-22Add more merging/coalescing test cases and make core linking work for themNick Kledzik
2011-12-22Cleaned up Atom attribues some more. Added lots of doxygen commentsNick Kledzik
2011-12-20Refactor and comment Atom attributes. Replace combine() with internalName() ...Nick Kledzik
2011-12-20add parseObjectTextFileOrSTDIN() utilityNick Kledzik
2011-12-18Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer
2011-12-17More renaming.Michael J. Spencer
2011-12-17Rename lold to lld :(.Michael J. Spencer