| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup system_error extensions. | Michael J. Spencer | 2012-01-31 | 4 | -105/+117 |
| | | | | | llvm-svn: 149432 | ||||
| * | &vectorval[0] is UB when vectorval.size() == 0. | Michael J. Spencer | 2012-01-31 | 1 | -6/+10 |
| | | | | | llvm-svn: 149430 | ||||
| * | Fix use after free. | Michael J. Spencer | 2012-01-31 | 1 | -1/+1 |
| | | | | | llvm-svn: 149429 | ||||
| * | If cont.size() is 0, the expression &_contentPool[result] has undefined | Michael J. Spencer | 2012-01-31 | 1 | -2/+1 |
| | | | | | | | behaivior because it indexes past the end of _contentPool. llvm-svn: 149427 | ||||
| * | Flexible array members are not in C++03, and MSVC doesn't support them. | Michael J. Spencer | 2012-01-31 | 3 | -8/+12 |
| | | | | | llvm-svn: 149426 | ||||
| * | First chunk of native object file reader/writer. The lld-core tool now ↵ | Nick Kledzik | 2012-01-16 | 5 | -1/+800 |
| | | | | | | | reads YAML file, links, writes that out as native object format, then reads that native file, then writes the YAML to stdout. Thus the test suite tests both YAML reading/writing as well as native object file reading/writing. llvm-svn: 148256 | ||||
| * | A couple of big refactorings: 1) Move most attributes of Atom down to ↵ | Nick Kledzik | 2012-01-11 | 8 | -441/+617 |
| | | | | | | | DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes llvm-svn: 147903 | ||||
| * | add initial support for coalescing by content (c-strings) with test case | Nick Kledzik | 2012-01-09 | 3 | -25/+147 |
| | | | | | llvm-svn: 147799 | ||||
| * | Support more Atom attributes. Add more test cases to lld-core | Nick Kledzik | 2012-01-04 | 6 | -165/+711 |
| | | | | | llvm-svn: 147571 | ||||
| * | Add more merging/coalescing test cases and make core linking work for them | Nick Kledzik | 2011-12-22 | 3 | -21/+77 |
| | | | | | llvm-svn: 147130 | ||||
| * | Cleaned up Atom attribues some more. Added lots of doxygen comments | Nick Kledzik | 2011-12-21 | 4 | -34/+32 |
| | | | | | llvm-svn: 147105 | ||||
| * | Refactor and comment Atom attributes. Replace combine() with internalName() ↵ | Nick Kledzik | 2011-12-20 | 4 | -28/+29 |
| | | | | | | | and mergeDuplicates() llvm-svn: 146958 | ||||
| * | add parseObjectTextFileOrSTDIN() utility | Nick Kledzik | 2011-12-20 | 1 | -0/+15 |
| | | | | | llvm-svn: 146931 | ||||
| * | Initial commit. Code by Nick Kledzik. Cleanups and build system by me. | Michael J. Spencer | 2011-12-18 | 7 | -0/+1211 |
| llvm-svn: 146844 | |||||

