summaryrefslogtreecommitdiffstats
path: root/lld/lib
Commit message (Expand)AuthorAgeFilesLines
* Audit uses of StringRef::getAsInteger.Michael J. Spencer2012-03-121-21/+8
* Fix MSVC incompatibilities.Michael J. Spencer2012-03-093-28/+38
* StringRef is not null terminated.Michael J. Spencer2012-03-091-2/+2
* Use llvm/Support/DataTypes instead of stdint.hMichael J. Spencer2012-03-091-1/+1
* Use nullptr instead of NULL, and remove use of VLA.Michael J. Spencer2012-03-091-2/+3
* Sources now require C++11 to build.Nick Kledzik2012-03-0810-356/+526
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-229-127/+736
* use llvm::DenseMap instead of std::mapNick Kledzik2012-02-151-2/+2
* (no commit message)Nick Kledzik2012-02-159-181/+836
* Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik2012-02-078-143/+362
* Cleanup system_error extensions.Michael J. Spencer2012-01-314-105/+117
* &vectorval[0] is UB when vectorval.size() == 0.Michael J. Spencer2012-01-311-6/+10
* Fix use after free.Michael J. Spencer2012-01-311-1/+1
* If cont.size() is 0, the expression &_contentPool[result] has undefinedMichael J. Spencer2012-01-311-2/+1
* Flexible array members are not in C++03, and MSVC doesn't support them.Michael J. Spencer2012-01-313-8/+12
* First chunk of native object file reader/writer. The lld-core tool now reads...Nick Kledzik2012-01-165-1/+800
* A couple of big refactorings: 1) Move most attributes of Atom down to Defined...Nick Kledzik2012-01-118-441/+617
* add initial support for coalescing by content (c-strings) with test caseNick Kledzik2012-01-093-25/+147
* Support more Atom attributes. Add more test cases to lld-coreNick Kledzik2012-01-046-165/+711
* Add more merging/coalescing test cases and make core linking work for themNick Kledzik2011-12-223-21/+77
* Cleaned up Atom attribues some more. Added lots of doxygen commentsNick Kledzik2011-12-214-34/+32
* Refactor and comment Atom attributes. Replace combine() with internalName() ...Nick Kledzik2011-12-204-28/+29
* add parseObjectTextFileOrSTDIN() utilityNick Kledzik2011-12-201-0/+15
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-188-0/+1212
OpenPOWER on IntegriCloud