aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21Some experimental support with TLS relaxation for static linking.linaro-local/tls-experimentsPeter Smith
2016-07-21[ELF] - Fixed 3 testases failtures on win32 configuration.George Rimar
2016-07-21ELF/AMDGPU: Add support for R_AMDGPU_ABS32Konstantin Zhuravlyov
2016-07-21[ELF] - Linkerscript: add InputSectionDescription command to LS parser.George Rimar
2016-07-21Delete SplitInputSection.Rafael Espindola
2016-07-21Simplify symbol version handling.Rui Ueyama
2016-07-21Instantiate Interp output section only when needed.Rui Ueyama
2016-07-21[ELF] Support FLAGS attribute in program header definitionEugene Leviant
2016-07-21[ELF] - Linkerscript: remove excessive ScriptConfiguration::Filler fieldGeorge Rimar
2016-07-21[ELF] - Initial support of tree-style linker script implemented.George Rimar
2016-07-21fix warning when generating sphinx doc.Etienne Bergeron
2016-07-20[MachO] Add a couple of missing braces.Davide Italiano
2016-07-20[ELF][MIPS] Omit redundant arguments in the `getMipsEFlags` function. NFCSimon Atanasyan
2016-07-20Delete EhInputSection::getOffset.Rafael Espindola
2016-07-20[ELF][MIPS] Create PLT entry specific for MIPS ABI version R6Simon Atanasyan
2016-07-20[ELF][MIPS] Pick arch flag from the first input file.Simon Atanasyan
2016-07-20Function names should start with lowercase letters.Rui Ueyama
2016-07-20Return a vector from createPhdrs instead of return nothing.Rui Ueyama
2016-07-20Replace parallel arrays with a StringSwitch.Rui Ueyama
2016-07-20Remove `else` after `break`.Rui Ueyama
2016-07-20Avoid use of uninitialized iterators.Rafael Espindola
2016-07-20Add yet more explicit template instantiations. These were always neededChandler Carruth
2016-07-20Create thunks before regular relocation scan.Rafael Espindola
2016-07-20Use iterators to avoid dereferencing end().Rafael Espindola
2016-07-20Simplify output section ownership.Rui Ueyama
2016-07-20[ELF] - Refactor of LinkerScript<ELFT>::getPhdrIndicesForSectionGeorge Rimar
2016-07-20[ELF] Attempt to fix FreeBSD build bot (no template instantiation for getOutp...Eugene Leviant
2016-07-20Removed trailing whitespaces. NFC.George Rimar
2016-07-20Initial support for the local dynamic model ARM TLS relocations:Peter Smith
2016-07-20[ELF] Create output sections in LinkerScript classEugene Leviant
2016-07-20[ELF] - Fixed integral constant overflow warning under MSVS 2015. NFC.George Rimar
2016-07-20Avoid some binary searches.Rafael Espindola
2016-07-20Support for standard model ARM TLSPeter Smith
2016-07-19Fix build with gcc 6.Rafael Espindola
2016-07-19[ELF] Minimal PHDRS parser and section to segment assignment supportEugene Leviant
2016-07-19Reformat comment from 3 to 2 lines. NFC.George Rimar
2016-07-19Fixed comment. NFC.George Rimar
2016-07-18Delete dead code.Rafael Espindola
2016-07-18docs/conf.py: update version to 4.0Hans Wennborg
2016-07-18Trunk release notes are now for 4.0.0Hans Wennborg
2016-07-18Pass section by reference. NFC.Rafael Espindola
2016-07-18Remove SymbolBody::PlaceholderKind.Rui Ueyama
2016-07-18Iterate over SymVector instead of Symtab hash table.Rui Ueyama
2016-07-17Unbreak msan buildbot.Rui Ueyama
2016-07-17Remove dead code.Rui Ueyama
2016-07-17Implement almost-zero-cost --trace-symbol.Rui Ueyama
2016-07-17Make Lazy's ctro protected because it shouldn't be instantiated directly.Rui Ueyama
2016-07-17Remove duplicate public specifier.Rui Ueyama
2016-07-17Print out file names for common symbols for --trace-symbol.Rui Ueyama
2016-07-17Handle versioned symbols efficiently.Rui Ueyama