summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [YAML] Fix mustQuote return type changed in r320996Francis Visoiu Mistrih2017-12-181-3/+3
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-0/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Fix Clang-tidy readability-redundant-member-init warnings; other minor fixesEugene Zelenko2016-10-251-13/+16
* Fix some Include What You Use warnings; other minor fixes.Eugene Zelenko2016-04-291-9/+20
* Add missing header (NFC)Mehdi Amini2016-04-181-1/+2
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-301-3/+3
* Remove dead flags.Rui Ueyama2016-03-281-16/+5
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-31/+111
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-111/+31
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-31/+111
* Always pass an allocator to YAMLTraits.Pete Cooper2016-03-171-4/+9
* Use allocator in YAML code to avoid leaking atom content.Pete Cooper2016-03-161-4/+6
* Delete more COFF and ELF bits from the old linker.Rafael Espindola2016-02-281-7/+2
* Delete more ELF bits from the old linker.Rafael Espindola2016-02-281-47/+1
* Remove a few bits of elf from the old linker.Rafael Espindola2016-02-281-2/+0
* Fix handling of mach header and DSO handle symbols.Pete Cooper2016-02-021-0/+1
* Add ObjC method list atom type. NFC.Pete Cooper2016-02-011-0/+2
* Move SimpleDefinedAtom::addReference to DefinedAtom.Pete Cooper2016-02-011-0/+10
* Add an ObjCPass to the MachO linker.Pete Cooper2016-01-191-0/+2
* Add File::kind's for all subclasses of File.Pete Cooper2016-01-141-3/+5
* [lld][Darwin] Add support for the -sectcreate option.Lang Hames2015-10-241-0/+1
* Simplify. NFC.Rafael Espindola2015-10-021-2/+2
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-7/+11
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-241-1/+1
* Return an ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-5/+4
* Delete unnecessary generality in loadFile.Rafael Espindola2015-04-241-10/+10
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-101-4/+4
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-9/+9
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-081-5/+13
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-081-2/+1
* YAML: Remove blank class using alias template.Rui Ueyama2015-04-081-29/+6
* Remove a parameter for file extension from canParse.Rui Ueyama2015-04-041-2/+4
* [ARM] Handle mapping symbolsDenis Protivensky2015-03-261-0/+3
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-5/+5
* Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama2015-03-261-1/+1
* Make PowerOf2's constructor private.Rui Ueyama2015-03-261-1/+1
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-3/+3
* YAML: Do not use 2^x notation to represent alignments.Rui Ueyama2015-03-251-11/+7
* [Mips] Support MIPS N64 relocation record formatSimon Atanasyan2015-03-241-2/+5
* Remove sectionPosition attribute.Rui Ueyama2015-03-081-14/+0
* Define DefinedAtom::sectionSize.Rui Ueyama2015-03-041-1/+5
* Make File non-const in the resolver.Rui Ueyama2015-03-041-3/+3
* [Core] Fix handling of Section Groups.Shankar Easwaran2015-02-221-9/+0
* Use Reference::KindValue instead of uint16_t to pass and save a relocation kindSimon Atanasyan2015-01-271-1/+1
* [lld] Correct forming of ARM/Thumb atomsDenis Protivensky2015-01-271-0/+1
* path.data() may return a non null terminated stringJean-Daniel Dupas2015-01-261-1/+1
OpenPOWER on IntegriCloud