Age | Commit message (Expand) | Author | Files | Lines |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-08-29 | Use std::unique_ptr for optinfo_item | David Malcolm | 1 | -0/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-09-18 | tree-optimization/111294 - backwards threader PHI costing | Richard Biener | 1 | -54/+6 |
2023-05-01 | Conversion to irange wide_int API. | Aldy Hernandez | 1 | -2/+2 |
2023-04-24 | This replaces uses of last_stmt where we do not require debug skipping | Richard Biener | 1 | -2/+2 |
2023-01-11 | tree-optimization/108352 - FSM threads creating irreducible loops | Richard Biener | 1 | -11/+7 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-09 | tree-optimization/84646 - remove premature thread path rejection | Richard Biener | 1 | -16/+7 |
2022-09-22 | Replace another snippet with a call to gimple_range_ssa_names. | Andrew MacLeod | 1 | -17/+3 |
2022-08-26 | Add newline when checking path profitability. | Aldy Hernandez | 1 | -1/+9 |
2022-08-18 | Make path_range_query standalone and add reset_path. | Aldy Hernandez | 1 | -10/+10 |
2022-08-17 | Refactor back_threader_profitability | Richard Biener | 1 | -158/+199 |
2022-08-16 | Stop backwards thread discovery when leaving a loop | Richard Biener | 1 | -0/+6 |
2022-08-12 | tree-optimization/106593 - fix ICE with backward threading | Richard Biener | 1 | -1/+5 |
2022-08-11 | tree-optimization/106514 - revisit m_import compute in backward threading | Richard Biener | 1 | -23/+92 |
2022-08-11 | Fix path query compute_imports for external path | Richard Biener | 1 | -1/+3 |
2022-08-09 | Remove --param max-fsm-thread-length | Richard Biener | 1 | -9/+0 |
2022-08-09 | tree-optimization/106514 - add --param max-jump-thread-paths | Richard Biener | 1 | -6/+14 |
2022-08-05 | backthreader dump fix | Richard Biener | 1 | -5/+3 |
2022-08-04 | Backwards threader greedy search TLC | Richard Biener | 1 | -99/+57 |
2022-08-02 | Properly honor param_max_fsm_thread_path_insns in backwards threader | Richard Biener | 1 | -1/+1 |
2022-08-02 | tree-optimization/106495 - avoid threading to possibly never executed edge | Richard Biener | 1 | -0/+7 |
2022-07-29 | tree-optimization/105679 - disable backward threading of unlikely entry | Richard Biener | 1 | -0/+9 |
2022-02-03 | Assert that backedges are available in path solver. | Aldy Hernandez | 1 | -1/+1 |
2022-01-21 | Reset relations when crossing backedges. | Aldy Hernandez | 1 | -0/+4 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+1051 |