about summary refs log tree commit diff
path: root/src/bootstrap/bolt.rs
AgeCommit message (Collapse)AuthorLines
2023-07-31Remove BOLT from bootstrapJakub Beránek-62/+0
2023-07-28Change LLVM BOLT flagsJakub Beránek-0/+2
2023-04-16bolt: remove deprecated option valueklensy-1/+1
2023-04-04Remove the use of `-use-gnu-stack` when BOLTing LLVMJakub Beránek-2/+0
This flag (counterintuitively) was removing the `GNU_STACK` ELF attribute, which caused the optimized `libLLVM.so` file to be flagged as having an executable stack on SELinux.
2023-03-04Create BOLT build steps to avoid running BOLT multiple times on the same fileJakub Beránek-17/+9
2023-03-04Apply BOLT optimizations without rebuilding LLVMJakub Beránek-11/+10
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+71