Age | Commit message (Expand) | Author | Files | Lines |
2023-08-03 | Swap loop splitting and final value replacement | Richard Biener | 1 | -1/+1 |
2023-07-14 | Turn TODO_rebuild_frequencies to a pass | Jan Hubicka | 1 | -0/+8 |
2023-06-19 | optimize std::max early | Jan Hubicka | 1 | -0/+2 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-11 | Make last DCE remove empty loops | Richard Biener | 1 | -4/+4 |
2022-10-18 | middle-end IFN_ASSUME support [PR106654] | Jakub Jelinek | 1 | -0/+1 |
2022-09-22 | tree-optimization/99407 - DSE with data-ref analysis | Richard Biener | 1 | -1/+1 |
2022-07-20 | Move pass_cse_sincos after vectorizer. | liuhongt | 1 | -1/+2 |
2022-04-05 | c/105151 - move early walloca pass | Richard Biener | 1 | -1/+1 |
2022-03-17 | tree-optimization/104960 - unsplit edges after late sinking | Richard Biener | 1 | -2/+2 |
2022-03-16 | tree-optimization/102008 - restore if-conversion of adjacent loads | Richard Biener | 1 | -1/+1 |
2022-02-03 | Adjust warn_access pass placement [PR104260]. | Martin Sebor | 1 | -2/+2 |
2022-01-18 | ipa/103989 - tame IPA optimizations at -Og | Richard Biener | 1 | -2/+3 |
2022-01-15 | Add -Wdangling-pointer [PR63272]. | Martin Sebor | 1 | -1/+4 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-23 | Implement -Winfinite-recursion [PR88232]. | Martin Sebor | 1 | -0/+1 |
2021-11-11 | Enable pure-const discovery in modref. | Jan Hubicka | 1 | -1/+1 |
2021-11-08 | Move uncprop after modref | Jan Hubicka | 1 | -2/+6 |
2021-11-01 | Add debug counters to back threader. | Aldy Hernandez | 1 | -5/+5 |
2021-10-29 | Remove VRP threader passes in exchange for better threading pre-VRP. | Aldy Hernandez | 1 | -4/+2 |
2021-10-28 | hardened conditionals | Alexandre Oliva | 1 | -0/+2 |
2021-10-19 | Change threading comment before pass_ccp pass. | Aldy Hernandez | 1 | -3/+1 |
2021-09-28 | reassoc: Do not bias loop-carried PHIs early | Ilya Leoshkevich | 1 | -2/+2 |
2021-09-27 | Replace VRP threader with a hybrid forward threader. | Aldy Hernandez | 1 | -0/+2 |
2021-08-09 | openacc: Middle-end worker-partitioning support | Julian Brown | 1 | -0/+1 |
2021-07-29 | [OpenACC] Extract 'pass_oacc_loop_designation' out of 'pass_oacc_device_lower' | Thomas Schwinge | 1 | -0/+1 |
2021-07-28 | Add new gimple-ssa-warn-access pass. | Martin Sebor | 1 | -0/+1 |
2021-07-13 | passes: Fix up subobject __bos [PR101419] | Jakub Jelinek | 1 | -3/+3 |
2021-05-18 | Run pass_sink_code once more before store_merging | Xionghu Luo | 1 | -0/+1 |
2021-05-05 | PR middle-end/100325 - missing warning with -O0 on sprintf overflow with poin... | Martin Sebor | 1 | -1/+1 |
2021-05-03 | introduce try store by multiple pieces | Alexandre Oliva | 1 | -2/+3 |
2021-04-27 | tree-optimization/99912 - schedule another TODO_remove_unused_locals | Richard Biener | 1 | -0/+3 |
2021-04-27 | tree-optimization/99912 - schedule DSE before SRA | Richard Biener | 1 | -1/+2 |
2021-01-16 | cd_dce: Return TODO_update_address_taken from last cd_dce [PR96271] | Jakub Jelinek | 1 | -3/+5 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-01 | Add if-chain to switch conversion pass. | Martin Liska | 1 | -0/+1 |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 1 | -0/+1 |
2020-11-02 | pass: Run cleanup passes before SLP [PR96789] | Kewen Lin | 1 | -3/+8 |
2020-10-30 | Add -fzero-call-used-regs option and zero_call_used_regs function attributes. | qing zhao | 1 | -0/+1 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -1/+0 |
2020-09-20 | New modref/ipa_modref optimization passes | Jan Hubicka | 1 | -0/+4 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -2/+0 |
2020-06-17 | Lower VEC_COND_EXPR into internal functions. | Martin Liska | 1 | -0/+1 |
2020-06-03 | Optimize ODR enum streaming | Jan Hubicka | 1 | -0/+1 |
2020-05-20 | Fix alignment for local variable [PR90811] | Kito Cheng | 1 | -0/+1 |
2020-01-18 | [C++ coroutines] Initial implementation. | Iain Sandoe | 1 | -0/+2 |
2020-01-14 | Initial commit of analyzer | David Malcolm | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-28 | Move jump threading before reload | Ilya Leoshkevich | 1 | -1/+1 |
2019-09-20 | New IPA-SRA | Martin Jambor | 1 | -1/+1 |