summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-23/+0
* ELF: Make createWriterELF's type consistent with other functions.Rui Ueyama2015-04-021-2/+2
* ELF: Remove TargetHandlerBase by merging it with TargetHandler.Rui Ueyama2015-04-011-1/+1
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-1/+0
* Fix format.Rui Ueyama2014-03-281-1/+1
* [ELF] Create Target specific Writers.Shankar Easwaran2014-01-271-46/+2
* [lld][LinkingContext][ELF] Allow different output file types.Shankar Easwaran2013-09-231-1/+1
* remove trailing whitespaceShankar Easwaran2013-08-221-4/+4
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-1/+1
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-38/+48
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-1/+1
* [ELF] Remove commentShankar Easwaran2013-03-051-14/+34
* [lld][ELF] Add modified writerShankar Easwaran2013-03-031-0/+38
* [ELF] rename Writer to ExecutableWriterShankar Easwaran2013-03-031-484/+0
* [ELF][Writer] Add dynamic relocation tables.Michael J. Spencer2013-02-271-0/+39
* [ELF][Writer] Fill in dynamic table entries.Michael J. Spencer2013-02-251-1/+54
* [ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing to start of quickdata)Shankar Easwaran2013-02-241-0/+3
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-241-1/+2
* [ELF][Writer] Add hash table.Michael J. Spencer2013-02-231-0/+4
* [ELF][Writer] Add dynamic string and symbol table.Michael J. Spencer2013-02-231-22/+28
* sort quickdata for the hexagon targetShankar Easwaran2013-02-221-3/+6
* add changes for typeDataFastShankar Easwaran2013-02-221-0/+1
* [ELF][Writer] Add .interp section.Michael J. Spencer2013-02-201-0/+5
* [ELF][Writer] Add dynamic table.Michael J. Spencer2013-02-201-0/+10
* [ELF] Fix memory leak by deleting BumpPtr allocated objects.Michael J. Spencer2013-02-191-27/+28
* [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.Michael J. Spencer2013-02-141-4/+6
* [ELF] Add more absolute atoms. Simplify how they are resolved.Michael J. Spencer2013-02-011-14/+22
* [ELF] Use the target's LayoutHandler.Michael J. Spencer2013-01-301-1/+1
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-5/+0
* change DefaultLayout to TargetLayout inside member variablesShankar Easwaran2013-01-301-1/+1
* add targethandler hooks from Writer and cleanupShankar Easwaran2013-01-301-18/+30
* [ELF] Make AtomLayout more accessible.Michael J. Spencer2013-01-301-12/+12
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-0/+341
OpenPOWER on IntegriCloud