summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/HeaderChunks.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-154/+0
* ELF: Split HeaderChunks.h to HeaderChunks.{h,cpp}.Rui Ueyama2015-04-141-179/+9
* Fix formatting.Rui Ueyama2015-03-271-3/+3
* Remove dead code.Rui Ueyama2015-03-271-28/+0
* ELF: Add override.Rui Ueyama2015-03-271-27/+21
* ELF: Remove blank doPreFlight and finalize member functions.Rui Ueyama2015-03-271-5/+0
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-10/+9
* Remove "inline" from inlined functions.Rui Ueyama2015-03-041-12/+8
* [ELF] Rename align2 to alignment.Shankar Easwaran2014-11-301-9/+9
* [ELF] Rename MergedSection to OutputSection.Shankar Easwaran2014-11-301-4/+3
* Revert "[ELF] Rename MergedSection to OutputSection."Shankar Easwaran2014-11-191-3/+4
* [ELF] Rename MergedSection to OutputSection.Shankar Easwaran2014-11-191-4/+3
* [ELF] Fix segment alignment.Shankar Easwaran2014-11-131-4/+11
* [ELF] Remove is64bits() and isLittlEndian().Shankar Easwaran2014-11-071-1/+10
* [ELF] Fix program headers.Shankar Easwaran2014-11-041-5/+3
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-1/+0
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-9/+13
* [lld][ELF] Support non alloc sections in the Writer.Shankar Easwaran2013-09-191-2/+5
* [lld][ELF] Cleanup ELF writing, No change in functionalityShankar Easwaran2013-08-261-20/+13
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-11/+12
* [ELF] add NMAGIC/OMAGIC supportShankar Easwaran2013-06-161-2/+19
* [lld] Do not create a temporary pair.Rui Ueyama2013-05-161-27/+21
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-3/+4
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-8/+8
* [ELF] Set values for bss_start and end symbols properly, If there are two loa...Shankar Easwaran2013-03-111-2/+8
* [Writer][ELF] Use correct data types for sizes. Fixes integer overflow bug.Michael J. Spencer2013-03-091-3/+3
* [ELF] Set header flags to 0 by defaultShankar Easwaran2013-02-281-1/+1
* [lld][ELF] Order segmentsShankar Easwaran2013-02-271-40/+22
* [ELF][Writer] Add a PHDR program table entry for dynamic files.Michael J. Spencer2013-02-231-0/+21
* sort quickdata for the hexagon targetShankar Easwaran2013-02-221-11/+13
* [ELF][Writer] Add .interp section.Michael J. Spencer2013-02-201-1/+2
* [ELF][Writer] Add dynamic table.Michael J. Spencer2013-02-201-2/+3
* [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.Michael J. Spencer2013-02-141-5/+5
* [ELF][x86-84] Add static TLS support.Michael J. Spencer2013-02-011-23/+44
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-0/+309
OpenPOWER on IntegriCloud