Amy Huang
7b1d793713
Reland "Change the X86 datalayout to add three address spaces
...
for 32 bit signed, 32 bit unsigned, and 64 bit pointers."
This reverts 57076d3199
.
Original review at https://reviews.llvm.org/D64931 .
Review for added fix at https://reviews.llvm.org/D66843 .
llvm-svn: 371568
2019-09-10 23:15:38 +00:00
Vlad Tsyrklevich
57076d3199
Revert "Change the X86 datalayout to add three address spaces for 32 bit signed,"
...
This reverts commit r370083 because it caused check-lld failures on
sanitizer-x86_64-linux-fast.
llvm-svn: 370142
2019-08-28 01:08:54 +00:00
Amy Huang
1299945b81
Change the X86 datalayout to add three address spaces for 32 bit signed,
...
32 bit unsigned, and 64 bit pointers.
llvm-svn: 370083
2019-08-27 17:46:53 +00:00
Sam Clegg
3d63a409a0
[ELF] Remove -m argument to lld in test files. NFC.
...
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
2018-05-30 17:57:08 +00:00
Peter Collingbourne
d22ec64b8a
ELF: Simplify naming of object files created with save-temps.
...
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
2017-01-26 02:18:28 +00:00
Davide Italiano
b6e6e4a074
[LTO] Split the options for ThinLTO jobs and Regular LTO partitions
...
Differential Revision: https://reviews.llvm.org/D25452
llvm-svn: 283817
2016-10-10 23:12:14 +00:00
Davide Italiano
0ce90908e0
[LTO] Add datalayout to test to prevent an assertion in Debug mode.
...
While here, run this test only on x86.
llvm-svn: 266487
2016-04-15 22:58:57 +00:00
Davide Italiano
bc176631cd
[LTO] Implement parallel Codegen for LTO using splitCodeGen.
...
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
2016-04-15 22:38:10 +00:00