summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [ELF] - Set the sh_entsize for mergable sectionsGeorge Rimar2016-03-183-4/+5
* [LTO] Test lto passes are actually working.Davide Italiano2016-03-172-0/+17
* Make evaluation order explicit.Rafael Espindola2016-03-171-1/+2
* [LTO] Call the optimizer before invoking codegen.Davide Italiano2016-03-171-10/+33
* [COFF] Use coff_section::getAlignmentDavid Majnemer2016-03-171-4/+1
* [COFF] Fix invalid alignment in testsDavid Majnemer2016-03-175-5/+5
* [ELF][MIPS] Support R_MIPS_TLS_DTPREL_HI16/LO16 and R_MIPS_TLS_TPREL_HI16/LO1...Simon Atanasyan2016-03-172-0/+59
* [ELF][MIPS] Add test case to check number of redundant entries in the local p...Simon Atanasyan2016-03-171-0/+56
* Avoid using braces. NFC.George Rimar2016-03-171-20/+17
* [ELF] - -pie/--pic-executable option implementedGeorge Rimar2016-03-1714-11/+269
* [ELF] Use braces for muti-line if(s).Davide Italiano2016-03-171-2/+4
* Always pass an allocator to YAMLTraits.Pete Cooper2016-03-171-4/+9
* Use allocator in YAML code to avoid leaking atom content.Pete Cooper2016-03-161-4/+6
* Don't pass SymbolBody to the relax* functions.Rafael Espindola2016-03-162-37/+25
* Don't create a got entry if we optimize it out.Rafael Espindola2016-03-162-1/+20
* [ELF] SHF_MERGE section with 0 entsize is not fatalEd Maste2016-03-164-5/+7
* Revert r263660 as one of the tests is broken.Ed Maste2016-03-161-3/+1
* [ELF] SHF_MERGE section with 0 entsize is not fatalEd Maste2016-03-161-1/+3
* Split relaxTls into one per relaxation type.Rafael Espindola2016-03-162-186/+187
* Unbreak buildbot.Davide Italiano2016-03-151-1/+1
* [ELF] Ignore _GLOBAL_OFFSET_TABLE_ symbol in shared libs.Davide Italiano2016-03-152-4/+10
* Fix EHFrame processing to add implicit references when needed.Pete Cooper2016-03-159-36/+582
* ELF: Fix use-after-free problem.Rui Ueyama2016-03-153-12/+14
* [COFF] Don't trust a symbol's section numberDavid Majnemer2016-03-152-3/+13
* Error/warning/log messages should start with lowercase letters.George Rimar2016-03-1516-23/+23
* [COFF] Don't hard-code the load configuration sizeDavid Majnemer2016-03-155-8/+50
* [COFF] Remove an unused function, getFileOffDavid Majnemer2016-03-152-30/+0
* [COFF] Use the correct size of the TLS directoryDavid Majnemer2016-03-152-2/+4
* Add dependency to llvm-dis.Rui Ueyama2016-03-141-1/+1
* Use ELFT instead of ELFFile<ELFT>.Rui Ueyama2016-03-1414-170/+146
* Make getAlignment a non-member function. NFC.Rui Ueyama2016-03-141-8/+6
* Error messages should start with lowercase letters.Rui Ueyama2016-03-142-6/+6
* ELF: Update the document.Rui Ueyama2016-03-141-19/+21
* Revert r263366: Cosmetic change to reduce repetitions. NFC.Rui Ueyama2016-03-141-9/+11
* ELF: Add a few numbers to the document.Rui Ueyama2016-03-141-0/+30
* Remove dead code. NFC.George Rimar2016-03-141-2/+0
* [ELF] implement --warn-common/--no-warn-commonGeorge Rimar2016-03-147-1/+45
* Print out newline in both cases.Rui Ueyama2016-03-131-1/+2
* Simplify. NFC.Rui Ueyama2016-03-131-4/+2
* Remove uint32_X type.Rui Ueyama2016-03-132-9/+4
* ELF: Split initializeSections and add comments.Rui Ueyama2016-03-132-18/+37
* Remove `else` after `return`.Rui Ueyama2016-03-131-2/+1
* Simplify. NFC.Rui Ueyama2016-03-131-4/+2
* Remove unused #include.Rui Ueyama2016-03-131-5/+2
* Remove a local variable. NFC.Rui Ueyama2016-03-131-3/+2
* [ELF][MIPS] Use TargetInfo::needsGot call to check necessity of GOT for local...Simon Atanasyan2016-03-131-1/+1
* ELF: Add `Rela` member variable to Config.Rui Ueyama2016-03-135-22/+19
* ELF: Redefine canBeDefined as a member function of SymbolBody.Rui Ueyama2016-03-137-57/+56
* ELF: Set e_flags header only when MIPS.Rui Ueyama2016-03-131-4/+4
* [ELF][MIPS] Add elf namespace name to the ObjectFile.Simon Atanasyan2016-03-131-1/+1
OpenPOWER on IntegriCloud