summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/YamlWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-463/+0
* Remove some compilation warnings.Filipe Cabecinhas2012-05-221-1/+1
* Rework how YAMLReader is layered on top of YAMLParser. Turn hand writtenNick Kledzik2012-05-031-84/+57
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-181-2/+3
* Remove definedAtomsBegin() and co. so that C++11 range based for loops can be...Nick Kledzik2012-04-091-35/+18
* Rename referencesBegin() to begin() so that C++11 range based for loops can b...Nick Kledzik2012-04-081-6/+2
* Remove trailing whitespace.Michael J. Spencer2012-04-031-102/+102
* Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer2012-04-031-10/+9
* Replace all uses of NULL with nullptr.Michael J. Spencer2012-03-291-1/+1
* Rearange header order to match llvm style. This exposed some missing types.Michael J. Spencer2012-03-281-7/+4
* Add Pass to instantiate GOT entriesNick Kledzik2012-03-151-0/+3
* Fix MSVC incompatibilities.Michael J. Spencer2012-03-091-19/+16
* Sources now require C++11 to build.Nick Kledzik2012-03-081-127/+161
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-221-19/+110
* (no commit message)Nick Kledzik2012-02-151-23/+178
* Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik2012-02-071-5/+32
* First chunk of native object file reader/writer. The lld-core tool now reads...Nick Kledzik2012-01-161-1/+1
* A couple of big refactorings: 1) Move most attributes of Atom down to Defined...Nick Kledzik2012-01-111-22/+26
* add initial support for coalescing by content (c-strings) with test caseNick Kledzik2012-01-091-1/+26
* Support more Atom attributes. Add more test cases to lld-coreNick Kledzik2012-01-041-55/+120
* Add more merging/coalescing test cases and make core linking work for themNick Kledzik2011-12-221-7/+20
* Refactor and comment Atom attributes. Replace combine() with internalName() ...Nick Kledzik2011-12-201-1/+1
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-181-0/+100
OpenPOWER on IntegriCloud