Age | Commit message (Expand) | Author | Files | Lines |
2024-12-01 | [PATCH v7 08/12] Add a new pass for naive CRC loops detection | Mariam Arutunian | 1 | -0/+1 |
2024-11-25 | Add target-independent store forwarding avoidance pass | Konstantinos Eleftheriou | 1 | -0/+1 |
2024-10-14 | dce: add remove_unused_locals conditionally to the todos [PR117096] | Andrew Pinski | 1 | -7/+4 |
2024-09-06 | ipa: Move pass_ipa_cdtor_merge before pass_ipa_cp and pass_ipa_sra | Martin Jambor | 1 | -1/+1 |
2024-09-04 | Document 'pass_postreload' vs. 'pass_late_compilation' | Thomas Schwinge | 1 | -0/+3 |
2024-07-19 | Rewrite usage comment at the top of 'gcc/passes.def' | Thomas Schwinge | 1 | -8/+5 |
2024-07-17 | Enable musttail tail conversion even when not optimizing | Andi Kleen | 1 | -0/+1 |
2024-07-08 | [to-be-committed][RISC-V][V3] DCE analysis for extension elimination | Jeff Law | 1 | -0/+1 |
2024-07-02 | Rename expand_powcabs pass to expand_pow | Andrew Pinski | 1 | -1/+1 |
2024-06-24 | Add a late-combine pass [PR106594] | Richard Sandiford | 1 | -0/+2 |
2024-06-10 | Move array_bounds warnings into a separate pass. | Andrew MacLeod | 1 | -0/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-14 | A new copy propagation and PHI elimination pass | Filip Kastl | 1 | -0/+2 |
2023-12-05 | Introduce strub: machine-independent stack scrubbing | Alexandre Oliva | 1 | -0/+2 |
2023-12-05 | Allow prologues and epilogues to be inserted later | Richard Sandiford | 1 | -0/+3 |
2023-10-20 | Control flow redundancy hardening | Alexandre Oliva | 1 | -0/+1 |
2023-10-16 | Implement new RTL optimizations pass: fold-mem-offsets | Manolis Tsamis | 1 | -0/+1 |
2023-10-03 | Remove pass counting in VRP. | Andrew MacLeod | 1 | -2/+2 |
2023-09-06 | _BitInt lowering support [PR102989] | Jakub Jelinek | 1 | -0/+3 |
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 |