summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ELFTargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-173/+0
* [ELF] add NMAGIC/OMAGIC supportShankar Easwaran2013-06-161-1/+2
* Factor duplicated yamlReader creation.Rafael Espindola2013-06-111-2/+1
* Use early returns.Rafael Espindola2013-06-101-9/+12
* [lld][elf] Add --dynamic-linker option to the ELF linker.Shankar Easwaran2013-05-291-5/+5
* Instrument things.Michael J. Spencer2013-05-281-0/+1
* [lld][ELF][All Archs] Addend is used by dynamic relocationsShankar Easwaran2013-05-171-2/+5
* [lld] Fix inconsistent style and do cleanup.Rui Ueyama2013-05-161-19/+14
* [ELF] Initialize readers and writers on creation.Michael J. Spencer2013-05-071-28/+18
* This adds functionality for undefined atoms from dynamic libraries to be addedShankar Easwaran2013-04-111-1/+2
* Revert "Correctly pass ownership of MemoryBuffers."Michael J. Spencer2013-04-051-18/+18
* Correctly pass ownership of MemoryBuffers.Michael J. Spencer2013-04-051-19/+18
* This fixes a SIGSEGV failure in ReaderArchive while trying to trace whatShankar Easwaran2013-04-051-8/+25
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-53/+95
* [ELF][Reader] Add debug message to print all inputs the linker actually read.Michael J. Spencer2013-03-201-0/+1
* Add basic linker script parsing.Michael J. Spencer2013-03-011-4/+20
* [Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer2013-02-141-1/+4
* add changes for layoutafter/layoutbefore/ingroup/layoutpass and test casesShankar Easwaran2013-02-071-0/+5
* [Driver] Replace Target with TargetInfo. Simplify LinkerInput.Michael J. Spencer2013-02-071-0/+19
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-6/+6
* [ELF] Fix header sort order.Michael J. Spencer2013-01-291-3/+3
* [ELF] Use entry point from LinkerOptions.Michael J. Spencer2013-01-281-0/+7
* add elf targethandlerShankar Easwaran2013-01-251-26/+9
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-3/+10
* Add {,ELF,MachO}TargetInfo.Michael J. Spencer2013-01-221-0/+81
OpenPOWER on IntegriCloud