aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_opt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change function pass manager passesgingerBill2021-04-221-1/+40
* Change how `lb_populate_function_pass_manager` works by using the default LLV...gingerBill2021-04-221-11/+31
* Add `@(cold)` attribute to procedure declarationsgingerBill2021-04-141-6/+5
* Experiment with different opt passesgingerBill2021-04-011-1/+2
* Add extra optimization level pass -opt:2 in `lb_populate_module_pass_manager`gingerBill2021-04-011-9/+8
* Fix shifting limits and LLVM code gen bug relating to shiftsgingerBill2021-03-291-1/+2
* Remove dead code and commentsgingerBill2021-03-291-5/+1
* Remove LLVMPassManagerBuilder usage in lb_populate_module_pass_manager; simpl...gingerBill2021-03-291-56/+32
* Add `LLVM_USE_NO_EXTRA_PASSES` build flaggingerBill2021-03-291-1/+9
* Change how `lb_populate_module_pass_manager` handles the LLVMPassManagerBuild...gingerBill2021-03-291-11/+19
* Clamp maximum optimization level to 2 for `-llvm-api`gingerBill2021-03-291-13/+21
* Add optional `LLVM_USE_BASIC_PASSES` build flag. If evaluates to a truthy val...gingerBill2021-03-291-2/+6
* Remove `LLVMAddScalarReplAggregatesPass` from passesgingerBill2021-03-291-2/+2
* Move LLVM optimization procedures to a separate file to aid with organizationgingerBill2021-03-231-0/+169