| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add `LLVM_USE_NO_EXTRA_PASSES` build flag | gingerBill | 2021-03-29 | 1 | -1/+9 | |
| | | ||||||
| * | Change how `lb_populate_module_pass_manager` handles the ↵ | gingerBill | 2021-03-29 | 1 | -11/+19 | |
| | | | | | LLVMPassManagerBuilder calls | |||||
| * | Clamp maximum optimization level to 2 for `-llvm-api` | gingerBill | 2021-03-29 | 1 | -13/+21 | |
| | | ||||||
| * | Add optional `LLVM_USE_BASIC_PASSES` build flag. If evaluates to a truthy ↵ | gingerBill | 2021-03-29 | 1 | -2/+6 | |
| | | | | | value, it will be do only basic passes for -llvm-api | |||||
| * | Remove `LLVMAddScalarReplAggregatesPass` from passes | gingerBill | 2021-03-29 | 1 | -2/+2 | |
| | | ||||||
| * | Move LLVM optimization procedures to a separate file to aid with organization | gingerBill | 2021-03-23 | 1 | -0/+169 | |