summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto/parallel.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-101-1/+1
| | | | | | | | | | for 32 bit signed, 32 bit unsigned, and 64 bit pointers." This reverts 57076d3199fc2b0af4a3736b7749dd5462cacda5. Original review at https://reviews.llvm.org/D64931. Review for added fix at https://reviews.llvm.org/D66843. llvm-svn: 371568
* Revert "Change the X86 datalayout to add three address spaces for 32 bit ↵Vlad Tsyrklevich2019-08-281-1/+1
| | | | | | | | | signed," This reverts commit r370083 because it caused check-lld failures on sanitizer-x86_64-linux-fast. llvm-svn: 370142
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-271-1/+1
| | | | | | 32 bit unsigned, and 64 bit pointers. llvm-svn: 370083
* [ELF] Remove -m argument to lld in test files. NFC.Sam Clegg2018-05-301-1/+1
| | | | | | | | | | | This should be correctly implied by the linker. This also makes the tests slightly easier to maintain and compare with the equivalent tests under for other platforms. Differential Revision: https://reviews.llvm.org/D47513 llvm-svn: 333567
* ELF: Simplify naming of object files created with save-temps.Peter Collingbourne2017-01-261-1/+2
| | | | | | | | Now we never append a number to the file name for task ID 0. This is similar to r293132 in the gold plugin. llvm-svn: 293138
* [LTO] Split the options for ThinLTO jobs and Regular LTO partitionsDavide Italiano2016-10-101-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D25452 llvm-svn: 283817
* [LTO] Add datalayout to test to prevent an assertion in Debug mode.Davide Italiano2016-04-151-0/+2
| | | | | | While here, run this test only on x86. llvm-svn: 266487
* [LTO] Implement parallel Codegen for LTO using splitCodeGen.Davide Italiano2016-04-151-0/+22
Parallelism level can be chosen using the new --lto-jobs=K option where K is the number of threads used for CodeGen. It currently defaults to 1. llvm-svn: 266484
OpenPOWER on IntegriCloud