Nick Kledzik
|
6b079f5e2f
|
Removes files for separate ReaderYAML.cpp and WriterYAML.cpp
and adds a new file ReaderWriterYAML.cpp that uses YAML I/O.
Lots of tweaks to test suite for slightly different YAML encoding.
llvm-svn: 171592
|
2013-01-05 02:22:35 +00:00 |
Michael J. Spencer
|
e753cbc685
|
Fix MSVC incompatibilities.
llvm-svn: 152389
|
2012-03-09 05:27:43 +00:00 |
Nick Kledzik
|
f4fb2c5ac8
|
A couple of big refactorings: 1) Move most attributes of Atom down to 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
|
2012-01-11 01:06:19 +00:00 |
Nick Kledzik
|
7735a7d1a0
|
Support more Atom attributes. Add more test cases to lld-core
llvm-svn: 147571
|
2012-01-04 23:58:17 +00:00 |
Nick Kledzik
|
38eec3d931
|
Add more merging/coalescing test cases and make core linking work for them
llvm-svn: 147130
|
2011-12-22 02:38:01 +00:00 |