summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Native/ReaderNative.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [lld][ELF] (no testable functionality change) resize the number of entries in...Shankar Easwaran2013-04-291-2/+3
* Revert "Correctly pass ownership of MemoryBuffers."Michael J. Spencer2013-04-051-3/+3
* Correctly pass ownership of MemoryBuffers.Michael J. Spencer2013-04-051-3/+3
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-2/+2
* Devirtualize Reference::kind.Michael J. Spencer2013-03-201-13/+4
* Devirtualize File::kind.Michael J. Spencer2013-03-201-1/+1
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-18/+18
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-241-1/+2
* Use proper delete.Michael J. Spencer2013-01-261-1/+1
* add elf targethandlerShankar Easwaran2013-01-251-40/+34
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-1/+7
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-24/+9
* Factor File::addAtom out to MutableFile::addAtom.Michael J. Spencer2013-01-121-4/+0
OpenPOWER on IntegriCloud