summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Config.h
Commit message (Expand)AuthorAgeFilesLines
* [ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsymFangrui Song2020-01-231-0/+1
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-131-1/+2
* Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355aeRui Ueyama2019-12-131-2/+0
* temporaryRui Ueyama2019-12-131-0/+2
* [ELF] Delete unused Configuration::zExecstack after D56554Fangrui Song2019-11-251-1/+0
* [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmapNick Terrell2019-10-291-0/+1
* [lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACKMichał Górny2019-10-291-0/+4
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-1/+1
* [ELF] Add -z separate-loadable-segments to complement separate-code and nosep...Fangrui Song2019-09-251-1/+4
* [ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith2019-09-161-0/+1
* [ELF] Consistently prioritize non-* wildcards overs "*" in version scriptsFangrui Song2019-08-051-5/+8
* [ELF] Add -z separate-code and pad the last page of last PF_X PT_LOAD with tr...Fangrui Song2019-08-011-0/+1
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-1/+1
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-174/+174
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-0/+1
* ELF: Create synthetic sections for loadable partitions.Peter Collingbourne2019-06-071-1/+0
* [ELF][AArch64] Support for BTI and PACPeter Smith2019-06-071-0/+2
* Read .note.gnu.property sections and emit a merged .note.gnu.property section.Rui Ueyama2019-06-051-0/+2
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+1
* [LLD][ELF] Add the -z ifunc-noplt optionFangrui Song2019-05-141-0/+1
* [ELF] Full support for -n (--nmagic) and -N (--omagic) via common pagePeter Smith2019-05-131-0/+2
* [ELF] Dump symbols ordered by profiled guided section layout to file.Rui Ueyama2019-03-271-0/+1
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+1
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-1/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+1
* [PGO] Add options for context-sensitive PGORong Xu2019-03-111-0/+2
* Correct "varaible" typo in commentEd Maste2019-02-061-1/+1
* Add comment.Rui Ueyama2019-02-061-1/+14
* Recommit r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target."George Rimar2019-02-061-0/+2
* Revert r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target."George Rimar2019-02-061-2/+0
* [LLD][ELF] - Set DF_STATIC_TLS flag for i386 target.George Rimar2019-02-061-0/+2
* [ELF] Support --{,no-}allow-shlib-undefinedFangrui Song2019-02-011-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF] Implement option to force PIC compatible ThunksPeter Smith2019-01-161-0/+1
* Add --plugin-opt=emit-llvm option.Rui Ueyama2018-12-141-0/+1
* [ELF] - Implement -z nodefaultlibGeorge Rimar2018-11-271-0/+1
* [ELF] Add --{,no-}call-graph-profile-sort (enabled by default)Fangrui Song2018-10-251-0/+1
* Reland "[PPC64] Add split - stack support."Sean Fertile2018-10-161-0/+1
* Revert "[PPC64] Add split - stack support."Sean Fertile2018-10-151-1/+0
* [PPC64] Add split - stack support.Sean Fertile2018-10-151-0/+1
* Introduce a flag to warn when ifunc symbols are used with text relocations.Ali Tamur2018-10-021-0/+1
* [PPC64] Optimize redundant instructions in global access sequences.Sean Fertile2018-09-201-0/+1
* lld: add -z interpose supportEd Maste2018-09-141-0/+1
* [LLF][ELF] - Support -z global.George Rimar2018-08-281-0/+1
* [LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative code. NFC.George Rimar2018-08-141-1/+1
* Add TARGET(foo) linker script directive.Rui Ueyama2018-08-061-0/+1
* [ELF][ARM] Implement support for Tag_ABI_VFP_argsPeter Smith2018-07-311-0/+4
* [AArch64] Support execute-only LOAD segments.David Bolvansky2018-07-301-0/+1
* ELF: Implement --icf=safe using address-significance tables.Peter Collingbourne2018-07-181-1/+4
* Support option -plugin-opt=dwo_dir=Yunlian Jiang2018-07-161-0/+1
OpenPOWER on IntegriCloud