summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Native/ReaderNative.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Native file format.Rui Ueyama2015-04-101-881/+0
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-10/+10
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-081-6/+6
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-081-5/+5
* Native: Remove AtomArray and use atom_collection_vector instead.Rui Ueyama2015-04-081-76/+28
* Native: Use tempalte to remove duplicate code. NFC.Rui Ueyama2015-04-081-117/+36
* Native: Simplify expressions. NFC.Rui Ueyama2015-04-081-9/+6
* Remove a parameter for file extension from canParse.Rui Ueyama2015-04-041-2/+1
* Store non-log2 values to Native files.Rui Ueyama2015-03-261-1/+1
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+2
* [Mips] Support MIPS N64 relocation record formatSimon Atanasyan2015-03-241-0/+3
* Remove sectionPosition attribute.Rui Ueyama2015-03-081-7/+1
* Define DefinedAtom::sectionSize.Rui Ueyama2015-03-041-3/+3
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-2/+2
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-2/+2
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-2/+2
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-1/+1
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-38/+33
* Remove unreachable return statement.Rui Ueyama2014-12-101-1/+0
* [ELF] Add CodeModel attribute to the DefinedAtom classSimon Atanasyan2014-11-131-0/+4
* Sort include files according to convention.Shankar Easwaran2014-10-181-3/+0
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-36/+37
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-3/+2
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* Re-submit r207884: Remove dead codeRui Ueyama2014-05-051-4/+0
* Revert "Remove dead code."Rui Ueyama2014-05-021-0/+4
* Remove dead code.Rui Ueyama2014-05-021-4/+0
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-2/+1
* [Cleanup] Sort includes.Ahmed Charles2014-03-121-3/+3
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-51/+51
* Restore vertical alignment lost by clang-formatNick Kledzik2013-12-201-4/+4
* Run clang-format on r197727.Rui Ueyama2013-12-201-26/+20
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-27/+39
* Fix a variety of typos in function names and commentsAlp Toker2013-12-011-3/+3
* Use NativeReferenceIvarsV2 if necessary.Rui Ueyama2013-11-201-52/+130
* Move the entire debug print loop into DEBUG_WITH_TYPE.Rui Ueyama2013-11-161-18/+13
* Replace one more magic number with sizeof().Rui Ueyama2013-11-161-1/+2
* Add explictly exported atoms and export R_*_COPY'ed atoms.Michael J. Spencer2013-11-081-0/+4
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-2/+2
* [ELF] Fix typo in the expression calculates an absolute atom offset.Simon Atanasyan2013-11-041-1/+1
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-29/+29
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-14/+13
* [Core] Add type and size to SharedLibraryAtom.Michael J. Spencer2013-09-261-0/+8
* Add a fallback mechanism for undefined atom.Rui Ueyama2013-09-121-2/+11
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-7/+8
* [lld] handle typeZeroFill atoms in ELF/Native/YAMLShankar Easwaran2013-08-231-3/+2
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-16/+16
* Removed unnecessary "class" keyword.Rui Ueyama2013-06-211-10/+10
* [ARM] Remove isThumb() as it's not used and it's not in the right place.Rui Ueyama2013-06-131-4/+0
OpenPOWER on IntegriCloud