summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Config.h
Commit message (Expand)AuthorAgeFilesLines
* Symbols re-defined with -wrap and -defsym need to be excluded from inter-Dmitry Mikulin2017-06-051-0/+7
* [lld][ELF]Add option to make .dynamic read onlyPetr Hosek2017-05-261-0/+1
* [ELF] - Stop support of DF_STATIC_TLS flag.George Rimar2017-05-121-1/+0
* [ELF] - Set DF_STATIC_TLS flag for i386 target.George Rimar2017-05-081-0/+1
* Accept archive files with no symbol table instad of warning on them.Rui Ueyama2017-05-031-1/+0
* Rename RPath Rpath for consistency. NFC.Rui Ueyama2017-04-291-1/+1
* [ELF] - Implemented --compress-debug-sections option.George Rimar2017-04-171-0/+1
* [ELF] Remove unused member [NFC]Rui Ueyama2017-04-141-1/+0
* [ELF] Add -z nodlopen option.Davide Italiano2017-03-231-0/+1
* Define Config::Is64.Rui Ueyama2017-03-221-1/+4
* Define Config::Endianness.Rui Ueyama2017-03-211-0/+4
* Compute Config member function return values only once.Rui Ueyama2017-03-171-36/+31
* Define Config::isLE and Config::wordsize.Rui Ueyama2017-03-171-0/+6
* recommend using llvm-ar when finding undefined references and empty archivesBob Haarman2017-03-171-0/+1
* ELF: Add cache pruning support.Peter Collingbourne2017-03-171-0/+2
* [ELF] - Rename Config->Is64Bit() to is64(). NFC.George Rimar2017-03-161-2/+2
* [ELF] - Detemplate GotPltSection and IgotPltSection sections.George Rimar2017-03-151-3/+5
* Handle ":" as a regular token character in linker scripts.Rui Ueyama2017-03-091-3/+2
* [ELF] - Implemented -znotextGeorge Rimar2017-03-091-0/+1
* Remove Config->Rela and define Config->isRela() instead.Rui Ueyama2017-03-071-0/+20
* Remove Config->Mips64EL and define Config->isMips64EL() instead.Rui Ueyama2017-03-071-1/+15
* ELF: Add ThinLTO caching support.Peter Collingbourne2017-03-011-0/+1
* [ELF] - Allow the Code Model flag when using LTOMartell Malone2017-02-281-0/+1
* Remove a default value that is always overwritten.Rui Ueyama2017-02-251-1/+1
* Do not handle -strip in a special way. NFC.Rui Ueyama2017-02-251-1/+1
* Factor out code to parse -hash-style.Rui Ueyama2017-02-251-2/+2
* Rename OMagic -> Omagic for consistency.Rui Ueyama2017-02-251-1/+1
* Add `-z nocopyreloc` option.Rui Ueyama2017-02-211-0/+1
* Remove stray semicolon.Rui Ueyama2017-02-141-1/+1
* Do not store a computable attributes to Config.Rui Ueyama2017-02-141-2/+8
* [LTO] Add support for optimization remarks.Davide Italiano2017-02-131-0/+2
* Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-0/+2
* Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-2/+0
* [ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...George Rimar2017-02-081-0/+2
* Fix and simplify the reporting of undefined symbols.Rafael Espindola2017-01-271-1/+1
* Change the --retain-symbols-file implementation.Rafael Espindola2017-01-251-3/+2
* Do not allocate space for common symbols with -rRui Ueyama2017-01-241-0/+1
* Implement -Map.Rafael Espindola2017-01-131-0/+1
* Simplify type of Config->SymbolOrderingFile.Rui Ueyama2016-12-201-1/+1
* [ELF] - Implemented --retain-symbols-file optionGeorge Rimar2016-12-191-2/+4
* Remove inappropriate use of CachedHashStringRef.Rui Ueyama2016-12-191-2/+1
* Change the implementation of --dynamic-list to use linker script parsing.Rafael Espindola2016-12-081-1/+0
* Make a decision about whether we should warn on missing entry or not early.Rui Ueyama2016-12-071-1/+1
* Simplify -e <number> option handling.Rui Ueyama2016-12-071-1/+0
* [ELF] Shared libraries should have entry pointPetr Hosek2016-12-071-0/+1
* [ELF] - Implemented -N (-omagic) command line option.George Rimar2016-11-291-0/+1
* [ELF] - Implemented -no-rosegment.George Rimar2016-11-281-0/+1
* Make getColorDiagnostics return a boolean value instead of an enum.Rui Ueyama2016-11-261-5/+2
* [ELF] Be compliant with LLVM and rename Lto into LTO. NFCI.Davide Italiano2016-11-261-5/+5
* Support -color-diagnostics={auto,always,never}.Rui Ueyama2016-11-251-0/+4
OpenPOWER on IntegriCloud