summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-18/+18
* [ELF] Fix RO/RW note sections.Shankar Easwaran2013-10-261-2/+2
* [PECOFF] Add dataDirectoryEntry as a recognized ContentTypeShankar Easwaran2013-10-261-0/+2
* [Layout] Assign ordinals in Resolution order.Shankar Easwaran2013-10-091-8/+0
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-2/+2
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-2/+2
* [Core] Add type and size to SharedLibraryAtom.Michael J. Spencer2013-09-261-2/+21
* [lld][ELF] Support non alloc sections in the Writer.Shankar Easwaran2013-09-191-0/+1
* [lld][YAML] RefNameResolver : add only if name/refname is not emptyShankar Easwaran2013-09-171-3/+3
* Add a fallback mechanism for undefined atom.Rui Ueyama2013-09-121-4/+13
* Run clang-format.Rui Ueyama2013-09-111-602/+488
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-2/+2
* [lld][ELF] Differentiate between Note sections(RW/RO)Shankar Easwaran2013-09-041-1/+2
* [lld][ELF] Emit note sectionsShankar Easwaran2013-09-041-0/+1
* [lld][ELF] Rename typeTLV content type for ELFShankar Easwaran2013-08-231-0/+4
* [lld] handle typeZeroFill atoms in ELF/Native/YAMLShankar Easwaran2013-08-231-1/+5
* Fix spelling error. s/Libary/Library/g.Rui Ueyama2013-08-091-1/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-23/+21
* [ARM] Remove isThumb() as it's not used and it's not in the right place.Rui Ueyama2013-06-131-1/+0
* [lld][ELF] (no testable functionality change) resize the number of entries in...Shankar Easwaran2013-04-291-3/+4
* Revert "Correctly pass ownership of MemoryBuffers."Michael J. Spencer2013-04-051-1/+1
* Correctly pass ownership of MemoryBuffers.Michael J. Spencer2013-04-051-1/+1
* Fix uninitialized variables. Found by ubsan.Michael J. Spencer2013-04-051-1/+1
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-6/+34
* Devirtualize Reference::kind.Michael J. Spencer2013-03-201-7/+7
* Devirtualize File::kind.Michael J. Spencer2013-03-201-2/+2
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-145/+145
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-241-0/+1
* add changes for typeDataFastShankar Easwaran2013-02-221-8/+5
* [ELF] Add support for reading dynamic libraries.Michael J. Spencer2013-02-111-6/+8
* Use proper delete.Michael J. Spencer2013-01-261-4/+4
* add elf targethandlerShankar Easwaran2013-01-251-45/+47
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-5/+28
* Add PassManager.Michael J. Spencer2013-01-231-9/+0
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-54/+27
* Add new merge-by-content Merge attribute for use by anonymousNick Kledzik2013-01-151-0/+1
* [YAML] Fix undefined behavior.Michael J. Spencer2013-01-131-3/+5
* Factor File::addAtom out to MutableFile::addAtom.Michael J. Spencer2013-01-121-9/+2
* Better tie together ContentType and Permissions. Nick Kledzik2013-01-091-8/+13
* add extra namespace for gcc-4.7 compatibilityNick Kledzik2013-01-081-41/+50
* Rename YAML key 'fixups:' to 'references:'Nick Kledzik2013-01-081-1/+1
* [YAML] Fix -Wcovered-switch-defaultMichael J. Spencer2013-01-061-1/+0
* Removes files for separate ReaderYAML.cpp and WriterYAML.cpp Nick Kledzik2013-01-051-0/+1357
OpenPOWER on IntegriCloud