summaryrefslogtreecommitdiff
path: root/lld/lib/Core/YamlKeyValues.cpp
AgeCommit message (Expand)Author
2012-05-31Major refactoring: Remove Platform concept. In its place there are Nick Kledzik
2012-05-03Rework how YAMLReader is layered on top of YAMLParser. Turn hand writtenNick Kledzik
2012-04-30Convert the YAMLReader to use LLVM/Support/YAMLParser.Michael J. Spencer
2012-04-20Add way to represent static archives in yaml test cases.Nick Kledzik
2012-04-18Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik
2012-04-03Remove trailing whitespace.Michael J. Spencer
2012-03-29Replace all uses of NULL with nullptr.Michael J. Spencer
2012-03-28Rearange header order to match llvm style. This exposed some missing types.Michael J. Spencer
2012-03-15Add Pass to instantiate GOT entriesNick Kledzik
2012-03-08Sources now require C++11 to build.Nick Kledzik
2012-02-22Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick 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-01-11A couple of big refactorings: 1) Move most attributes of Atom down to Defined...Nick Kledzik
2012-01-04Support more Atom attributes. Add more test cases to lld-coreNick Kledzik