summaryrefslogtreecommitdiffstats
path: root/lld/Common/TargetOptionsCommandFlags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Support explicitly overriding relocation model in LTOPetr Hosek2019-07-201-0/+4
| | | | | | | | lld currently selects the relocation model automatically depending on the link flags specified, but in some cases it'd be useful to allow explicitly overriding the relocation model using a flag. llvm-svn: 366644
* Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg2019-02-011-5/+6
| | | | | | Differential Revision: https://reviews.llvm.org/D57555 llvm-svn: 352825
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Set MAttrs in LTO modeFangrui Song2018-11-011-0/+1
| | | | | | | | | | | | | | | | Summary: Without this patch, MAttrs are not set. Patch by Yin Ma Reviewers: espindola, MaskRay, ruiu, pcc Reviewed By: MaskRay, pcc Subscribers: pcc, emaste, sbc100, inglorion, arichardson, aheejin, steven_wu, llvm-commits Differential Revision: https://reviews.llvm.org/D53446 llvm-svn: 345884
* CommandFlags.def -> CommandFlags.inc, leftover after r329840Fangrui Song2018-05-221-2/+2
| | | | llvm-svn: 332951
* Rename to match an LLVM changeDavid Blaikie2018-04-111-1/+1
| | | | llvm-svn: 329841
* Pass CPU string to LTO pipeline.Rafael Espindola2018-01-301-0/+2
| | | | | | | | | | Previously an empty CPU string was passed to the LTO engine which resulted in a generic CPU for which certain features like NOPL were disabled. This fixes that. Patch by Pratik Bhatu! llvm-svn: 323801
* Fix for file renaming in LLVM (CommandFlags.h -> CommandFlags.def)David Blaikie2017-11-271-3/+3
| | | | llvm-svn: 319084
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-0/+32
New lld's files are spread under lib subdirectory, and it isn't easy to find which files are actually maintained. This patch moves maintained files to Common subdirectory. Differential Revision: https://reviews.llvm.org/D37645 llvm-svn: 314719
OpenPOWER on IntegriCloud