Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 1 | -0/+1 |
2024-06-03 | Remove value_range typedef. | Aldy Hernandez | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-30 | tree-optimization/112766 - improve pruning of uninit diagnostics | Richard Biener | 1 | -48/+30 |
2023-09-20 | tree-optimization/111489 - turn uninit limits to params | Richard Biener | 1 | -5/+8 |
2023-06-26 | tree-optimization/110392 - ICE with predicate analysis | Richard Biener | 1 | -2/+2 |
2023-04-26 | Remove some uses of deprecated irange API. | Aldy Hernandez | 1 | -1/+2 |
2023-04-24 | This replaces uses of last_stmt where we do not require debug skipping | Richard Biener | 1 | -1/+1 |
2023-01-26 | tree-optimization/108547 - robustify uninit predicate analysis | Richard Biener | 1 | -3/+3 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-01 | tree-optimization/107937 - uninit predicate simplification fixup | Richard Biener | 1 | -5/+19 |
2022-11-30 | tree-optimization/107919 - predicate simplification in uninit | Richard Biener | 1 | -7/+76 |
2022-11-30 | tree-optimization/107919 - uninit diagnostic predicate simplification | Richard Biener | 1 | -43/+28 |
2022-10-07 | Fix comment typos | Jakub Jelinek | 1 | -1/+1 |
2022-09-09 | tree-optimization/106881 - fix simple_control_dep_chain part | Richard Biener | 1 | -4/+8 |
2022-09-08 | tree-optimization/106881 - constrain uninit control edge add | Richard Biener | 1 | -3/+6 |
2022-09-07 | mark region also for USE predicate discovery | Richard Biener | 1 | -8/+19 |
2022-09-06 | tree-optimization/106754 - fix compute_control_dep_chain defect | Richard Biener | 1 | -80/+106 |
2022-09-06 | Fix use predicate computation for uninit analysis | Richard Biener | 1 | -15/+39 |
2022-09-06 | tree-optimization/106844 - fix ICE in init_use_preds | Richard Biener | 1 | -1/+1 |
2022-09-05 | Remove MAX_SWITCH_CASES limit | Richard Biener | 1 | -22/+2 |
2022-09-05 | Unify MAX_POSTDOM_CHECK and --param uninit-control-dep-attempts | Richard Biener | 1 | -17/+12 |
2022-09-05 | debug () for predicates | Richard Biener | 1 | -33/+49 |
2022-09-01 | Remove cycle checking from compute_control_dep_chain | Richard Biener | 1 | -13/+7 |
2022-09-01 | Some predicate analysis TLC | Richard Biener | 1 | -7/+14 |
2022-08-31 | Avoid fatal fails in predicate::init_from_control_deps | Richard Biener | 1 | -64/+55 |
2022-08-31 | tree-optimization/90994 - fix uninit diagnostics with EH | Richard Biener | 1 | -5/+8 |
2022-08-31 | tree-optimization/65244 - include asserts in predicates for uninit | Richard Biener | 1 | -6/+11 |
2022-08-31 | tree-optimization/73550 - more switch handling improvements for uninit | Richard Biener | 1 | -27/+50 |
2022-08-30 | tree-optimization/73550 - apply MAX_NUM_CHAINS consistently | Richard Biener | 1 | -7/+0 |
2022-08-30 | Improve uninit pass dumping | Richard Biener | 1 | -30/+4 |
2022-08-30 | tree-optimization/67196 - normalize use predicates earlier | Richard Biener | 1 | -3/+3 |
2022-08-30 | Remove GENERIC expr building from predicate analysis, improve dumps | Richard Biener | 1 | -67/+10 |
2022-08-30 | Make uninit PHI processing more consistent | Richard Biener | 1 | -29/+20 |
2022-08-29 | Refactor init_use_preds and find_control_equiv_block | Richard Biener | 1 | -39/+16 |
2022-08-29 | Improve compute_control_dep_chain documentation | Richard Biener | 1 | -4/+23 |
2022-08-26 | Remove uninit_analysis::use_cannot_happen | Richard Biener | 1 | -212/+0 |
2022-08-26 | Improve compute_control_dep_chain path finding | Richard Biener | 1 | -3/+78 |
2022-08-26 | Improve uninit_analysis::collect_phi_def_edges | Richard Biener | 1 | -5/+5 |
2022-08-24 | Move things around in predicate analysis | Richard Biener | 1 | -286/+286 |
2022-08-24 | Split uninit analysis from predicate analysis | Richard Biener | 1 | -57/+59 |
2022-08-24 | Some more predicate analysis TLC | Richard Biener | 1 | -19/+12 |
2022-08-24 | Speedup path discovery in predicate::use_cannot_happen | Richard Biener | 1 | -1/+7 |
2022-08-23 | tree-optimization/106722 - uninit analysis with long def -> use path | Richard Biener | 1 | -16/+52 |
2022-08-23 | Refactor is_non_loop_exit_postdominating | Richard Biener | 1 | -13/+7 |
2022-08-22 | Remove dead predicate analysis GENERIC expr building code | Richard Biener | 1 | -39/+0 |
2022-08-22 | Improve uninit analysis | Richard Biener | 1 | -8/+56 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |