Age | Commit message (Expand) | Author | Files | Lines |
2021-07-29 | Use range-based for loops for traversing loops | Kewen Lin | 1 | -12/+4 |
2021-05-26 | Convert remaining passes to get_range_query. | Aldy Hernandez | 1 | -2/+11 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-27 | tree-ssanames: Allow non-SSA_NAME arguments to get_range_info | Jakub Jelinek | 1 | -14/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -2/+2 |
2019-08-19 | re PR tree-optimization/91403 (GCC fails with ICE.) | Richard Biener | 1 | -49/+23 |
2019-08-16 | tree-scalar-evolution.c (follow_ssa_edge_expr): Declare. | Richard Biener | 1 | -196/+153 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -51/+51 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-07-05 | tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node... | Eric Botcazou | 1 | -0/+2 |
2019-07-02 | tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN. | Richard Biener | 1 | -34/+0 |
2019-06-04 | re PR middle-end/90726 (exponential behavior on SCEV results everywhere) | Richard Biener | 1 | -58/+52 |
2019-03-13 | re PR middle-end/89677 (internal compiler error: in wide_int_to_tree_1, at tr... | Richard Biener | 1 | -0/+5 |
2019-03-04 | re PR tree-optimization/89572 (ICE in dyn_cast<gcond*, gimple>(gimple*) / get... | Richard Biener | 1 | -1/+1 |
2019-02-01 | re PR tree-optimization/88597 (Compile time hog w/ -O1 -fpeel-loops) | Richard Biener | 1 | -33/+59 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-12 | re PR target/86677 (popcount builtin detection is breaking some kernel build) | Kugan Vivekanandarajah | 1 | -0/+33 |
2018-11-05 | tree-scalar-evolution.h (final_value_replacement_loop): Update prototype. | Richard Biener | 1 | -97/+7 |
2018-08-23 | scev: dump final value replacement expressions | Alexander Monakov | 1 | -1/+3 |
2018-07-07 | tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type. | Aldy Hernandez | 1 | -5/+6 |
2018-07-06 | gimplify.h (generic_expr_could_trap_p): Set as global function. | Kugan Vivekanandarajah | 1 | -0/+12 |
2018-06-16 | re PR middle-end/82479 (missing popcount builtin detection) | Kugan Vivekanandarajah | 1 | -0/+15 |
2018-03-08 | re PR tree-optimization/84552 (Compile time hog w/ -O2 -floop-nest-optimize -... | Richard Biener | 1 | -1/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: get_inner_reference & co. | Richard Sandiford | 1 | -5/+3 |
2017-10-17 | 2017-10-17 Richard Biener <rguenther@suse.de> | Richard Biener | 1 | -4/+2 |
2017-10-13 | re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev) | Richard Biener | 1 | -213/+74 |
2017-10-11 | tree-scalar-evolution.c (get_scalar_evolution): Handle default-defs and types... | Richard Biener | 1 | -61/+30 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -3/+4 |
2017-10-10 | tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Avoid compacting blocks if SCEV ... | Richard Biener | 1 | -14/+9 |
2017-06-16 | re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge) | Richard Biener | 1 | -0/+1 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -22/+22 |
2017-04-24 | re PR fortran/80494 (ICE in wide_int_to_tree) | Richard Biener | 1 | -1/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-08-09 | re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440) | Bin Cheng | 1 | -3/+2 |
2016-07-21 | tree-chrec.c (convert_affine_scev): New parameter. | Bin Cheng | 1 | -1/+1 |
2016-07-15 | tree-scalar-evolution.c (simple_iv_with_niters): New funcion. | Bin Cheng | 1 | -6/+88 |
2016-07-11 | Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG. | Bernd Edlinger | 1 | -2/+1 |
2016-07-07 | tree-scalar-evolution.c (iv_can_overflow_p): export. | Jan Hubicka | 1 | -1/+1 |
2016-07-05 | tree-scalar-evolution.c (iv_can_overflow_p): New function. | Jan Hubicka | 1 | -0/+89 |
2016-07-05 | tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if IV can overf... | Jan Hubicka | 1 | -2/+1 |
2016-04-20 | tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR. | Bin Cheng | 1 | -0/+30 |
2016-04-14 | re PR tree-optimization/70614 (GCC gets stuck with -O) | Richard Biener | 1 | -0/+5 |
2016-02-24 | re PR tree-optimization/69760 (Wrong 64-bit memory address caused by an unnee... | Richard Biener | 1 | -13/+57 |
2016-01-18 | Enhance SCEV to follow copies of SSA_NAMEs. | Alan Lawrence | 1 | -17/+33 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-20 | Do final value replacement in try_create_reduction_list | Tom de Vries | 1 | -121/+127 |
2015-11-17 | Make fdump-tree-sccp-details more complete | Tom de Vries | 1 | -1/+11 |