Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Change the X86 datalayout to add three address spaces for 32 bit ↵ | Vlad Tsyrklevich | 2019-08-28 | 1 | -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 Huang | 2019-08-27 | 1 | -1/+1 |
| | | | | | | 32 bit unsigned, and 64 bit pointers. llvm-svn: 370083 | ||||
* | [ThinLTO] Allow indexing to request backend to ignore the module | Vitaly Buka | 2018-02-16 | 1 | -0/+21 |
Summary: Gold plugin does not add pass to ThinLTO modules without useful symbols. In this case ThinLTO can't create corresponding index file and some features, like CFI, cannot be processes by backed correctly without index. Given that we don't need the backed output we can request it to avoid processing the module. This is implemented by this patch using new "SkipModuleByDistributedBackend" flag. Reviewers: pcc, tejohnson Subscribers: mehdi_amini, inglorion, eraman, cfe-commits Differential Revision: https://reviews.llvm.org/D42995 llvm-svn: 325411 |