summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* [ELF][X86_64][Hexagon] order plt/got entries properly and fix testShankar Easwaran2013-03-131-10/+10
* [ELF] Order weak symbols properlyShankar Easwaran2013-03-0613-0/+174
* [ELF][Hexagon] fixing dynlib testShankar Easwaran2013-03-051-4/+5
* [ELF][Hexagon] fixing test failureShankar Easwaran2013-03-051-6/+5
* [ELF] add dynamic library supportShankar Easwaran2013-03-051-0/+11
* [ELF][Hexagon] add initial changes to add GOT/PLTShankar Easwaran2013-03-032-0/+15
* move dynamic linking atoms to Atoms.hShankar Easwaran2013-03-011-2/+3
* [Writer][ELF][x86-64] Handle GOTPCREL relocations to SharedLibraryAtoms.Michael J. Spencer2013-03-016-4/+27
* [ELF][x86-64] Only emit a PLT entry for a PLT relocation if the target atom i...Michael J. Spencer2013-03-013-0/+38
* Add basic linker script parsing.Michael J. Spencer2013-03-012-0/+25
* [ELF][x86-64] Separate static and dynamic GOT/PLT generation.Michael J. Spencer2013-02-2811-86/+160
* [ELF][tests] changes for test casesShankar Easwaran2013-02-2810-51/+40
* [lld][ELF] Order segmentsShankar Easwaran2013-02-271-0/+19
* [test] Don't start elf-dump until lld-core is done writing the output.Michael J. Spencer2013-02-271-1/+2
* [ELF][Writer] Fill in dynamic table entries.Michael J. Spencer2013-02-251-2/+8
* [ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing to start of quickdata)Shankar Easwaran2013-02-242-0/+4
* [ELF][Hexagon]add typeZeroFillFastShankar Easwaran2013-02-243-2/+17
* [ELF][Writer] Add hash table.Michael J. Spencer2013-02-231-0/+7
* [ELF][Writer] Add a PHDR program table entry for dynamic files.Michael J. Spencer2013-02-231-0/+7
* [ELF][Writer] Add dynamic string and symbol table.Michael J. Spencer2013-02-232-1/+9
* sort quickdata for the hexagon targetShankar Easwaran2013-02-222-0/+12
* add changes for typeDataFastShankar Easwaran2013-02-223-1/+15
* [ELF][Writer] Add .interp section.Michael J. Spencer2013-02-201-0/+8
* [ELF][Writer] Add dynamic table.Michael J. Spencer2013-02-201-0/+9
* functionality to handle global atoms in Merge sectionsShankar Easwaran2013-02-203-0/+12
* [Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer2013-02-1410-17/+35
* add merge strings option, this temporarily fixes the problem bringing up hell...Shankar Easwaran2013-02-133-4/+4
* add support for merging common stringsShankar Easwaran2013-02-126-71/+104
* [ELF] Add support for reading dynamic libraries.Michael J. Spencer2013-02-116-1/+18
* fix segment ordering of elf segmentsShankar Easwaran2013-02-074-22/+22
* add changes for layoutafter/layoutbefore/ingroup/layoutpass and test casesShankar Easwaran2013-02-0710-6/+226
* [Driver] Add -L and -l support.Michael J. Spencer2013-02-074-8/+14
* [ELF][x86-64] Handle PLT32 relocations to IFUNC.Michael J. Spencer2013-02-053-9/+21
* [ELF] Implement GOTPCREL for defined atoms.Michael J. Spencer2013-02-054-1/+9
* [ELF] Replace local dynamic tls access with direct access.Michael J. Spencer2013-02-053-0/+15
* add alignment to .got/.got.plt/.plt sections & fix testsShankar Easwaran2013-02-011-2/+2
* [ELF][x86-64] Fix ifunc and add test.Michael J. Spencer2013-02-011-0/+11
* [ELF][x86-64] Implement static relocation model for TLS.Michael J. Spencer2013-02-017-4/+90
* [ELF][x86-84] Add static TLS support.Michael J. Spencer2013-02-013-0/+19
* [ELF] Add support for IFUNC.Michael J. Spencer2013-01-293-0/+24
* [ELF] Use correct regex in test.Michael J. Spencer2013-01-281-3/+3
* [ELF] Use entry point from LinkerOptions.Michael J. Spencer2013-01-281-0/+57
* [ELF][x86-64] Add relocation string<->kind.Michael J. Spencer2013-01-251-0/+6
* [ELF][X86-64] Use the correct base address.Michael J. Spencer2013-01-251-1/+6
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-0/+85
* [ELF] Read IFUNC symbols correctly as typeResolver.Michael J. Spencer2013-01-233-0/+20
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-8/+8
* Trailing whitespace.Michael J. Spencer2013-01-151-6/+6
* [ELF] Never allocate content to weak symbols as they may be merged away.Michael J. Spencer2013-01-151-4/+4
* Add new merge-by-content Merge attribute for use by anonymousNick Kledzik2013-01-154-8/+72
OpenPOWER on IntegriCloud