summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/SectionChunks.h
Commit message (Expand)AuthorAgeFilesLines
...
* Parallel write.Michael J. Spencer2013-05-281-4/+5
* [lld][ELF][All Archs] Addend is used by dynamic relocationsShankar Easwaran2013-05-171-4/+3
* [lld][ELF] reduce the number of symbols emitted in the symbol tableShankar Easwaran2013-05-011-0/+4
* [lld][ELF] (no testable functionality change) resize the number of entries in...Shankar Easwaran2013-04-291-2/+13
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-3/+3
* [ELF] Set the symbol type for undefined atoms properlyShankar Easwaran2013-04-011-1/+4
* [ELF] Add dynamic hash table and get simple dynamic libraries working with He...Shankar Easwaran2013-03-291-34/+178
* [ELF] no change in functionality, add functions to symbol table so that they ...Shankar Easwaran2013-03-261-69/+112
* memcpy instead of copy_n. Faster than copy_n on MSVC :(.Michael J. Spencer2013-03-201-1/+1
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-8/+8
* [ELF] Set symbol type to STT_SECTION, so that objdump.bfd doesnot get confuse...Shankar Easwaran2013-03-051-1/+7
* [ELF] add dynamic library supportShankar Easwaran2013-03-051-7/+29
* [ELF] Remove commentShankar Easwaran2013-03-051-1/+0
* [ELF] no functionality change, update dynamicTable functionalityShankar Easwaran2013-03-041-0/+78
* [lld][ELF] Order segmentsShankar Easwaran2013-02-271-2/+5
* [ELF][Writer] Add dynamic relocation tables.Michael J. Spencer2013-02-271-7/+60
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-241-10/+16
* [ELF][Writer] Add hash table.Michael J. Spencer2013-02-231-0/+37
* [ELF][Writer] Add dynamic string and symbol table.Michael J. Spencer2013-02-231-36/+87
* sort quickdata for the hexagon targetShankar Easwaran2013-02-221-7/+6
* add changes for typeDataFastShankar Easwaran2013-02-221-1/+4
* [ELF][Writer] Add .interp section.Michael J. Spencer2013-02-201-0/+25
* [ELF][Writer] Add dynamic table.Michael J. Spencer2013-02-201-0/+42
* [ELF] Fix memory leak by deleting BumpPtr allocated objects.Michael J. Spencer2013-02-191-1/+1
* Switch a vector<pair<const T &, const U &>> to a vector<pair<const T *,Chandler Carruth2013-02-191-7/+7
* [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.Michael J. Spencer2013-02-141-218/+158
* remove duplicate strings from the string tableShankar Easwaran2013-02-011-7/+31
* [ELF][x86-84] Add static TLS support.Michael J. Spencer2013-02-011-1/+13
* add support for assigning virtual addresses to TDATA/TBSS sectionsShankar Easwaran2013-01-311-1/+0
* [ELF] Use TargetRelocationHandler to apply relocations.Michael J. Spencer2013-01-301-13/+5
* add targethandler hooks from Writer and cleanupShankar Easwaran2013-01-301-7/+17
* [ELF] Make AtomLayout more accessible.Michael J. Spencer2013-01-301-20/+21
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-0/+744
OpenPOWER on IntegriCloud