summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/Reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-119/+0
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-6/+3
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-3/+6
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-6/+3
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-2/+2
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-3/+11
* [PECOFF] Support COMDAT associative sections.Rui Ueyama2014-06-171-0/+1
* Update for llvm api change.Rafael Espindola2014-06-131-1/+2
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-2/+0
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-1/+1
* Don't use make_error_code from the llvm namespace.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Revert "[PECOFF] Support COMDAT associative sections."Rui Ueyama2014-06-051-1/+0
* [PECOFF] Support COMDAT associative sections.Rui Ueyama2014-06-051-0/+1
* Fix format.Rui Ueyama2014-06-041-10/+3
* Remove group-parent references.Rui Ueyama2014-06-031-1/+0
* [core] add SectionGroup supportShankar Easwaran2014-03-261-5/+6
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-1/+2
* Fix trailing whitespace.Shankar Easwaran2014-01-271-1/+1
* [mach-o] enable mach-o and native yaml to be intermixedNick Kledzik2014-01-111-0/+18
* Restore vertical alignment lost by clang-formatNick Kledzik2013-12-201-2/+2
* Run clang-format on r197727.Rui Ueyama2013-12-201-20/+18
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-0/+84
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-10/+0
* Revert "Correctly pass ownership of MemoryBuffers."Michael J. Spencer2013-04-051-1/+2
* Correctly pass ownership of MemoryBuffers.Michael J. Spencer2013-04-051-2/+1
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-2/+2
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-2/+2
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-15/+3
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+42
OpenPOWER on IntegriCloud