Age | Commit message (Expand) | Author | Files | Lines |
2015-10-23 | Move fold_trunc_transparent_mathfn to match.pd | Richard Sandiford | 1 | -0/+1 |
2015-10-16 | gimple-fold.c (gimple_fold_builtin_memory_op): Use gimple_build and get rid o... | Richard Biener | 1 | -0/+7 |
2015-10-08 | Make tree_expr_nonnegative_warnv_p recurse into SSA names | Richard Sandiford | 1 | -1/+2 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -3/+3 |
2015-04-20 | gimple-fold.h (gimple_build): Remove optional valueize arguments. | Richard Biener | 1 | -12/+6 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-24 | re PR target/63679 ([AArch64] Failure to constant fold.) | Richard Biener | 1 | -0/+2 |
2014-11-14 | gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd valueization hook def... | Richard Biener | 1 | -1/+2 |
2014-11-12 | re PR c/59708 (clang-compatible checked arithmetic builtins) | Jakub Jelinek | 1 | -0/+2 |
2014-10-28 | gimple-fold.h (follow_single_use_edges): Declare. | Richard Biener | 1 | -0/+1 |
2014-10-24 | genmatch.c (expr::gen_transform): Use fold_buildN_loc and build_call_expr_loc. | Richard Biener | 1 | -0/+2 |
2014-10-22 | Makefile.in (OBJS): Add gimple-match.o and generic-match.o. | Richard Biener | 1 | -0/+73 |
2014-10-13 | re PR c++/63419 (verify_gimple failed: "vector CONSTRUCTOR element is not a G... | Richard Biener | 1 | -0/+7 |
2014-08-04 | gimple-fold.h (gimple_fold_builtin): Remove. | Richard Biener | 1 | -1/+0 |
2014-02-11 | re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_f... | Jan Hubicka | 1 | -2/+4 |
2014-02-04 | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove. | Jan Hubicka | 1 | -1/+0 |
2014-02-03 | re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3) | Jan Hubicka | 1 | -0/+2 |
2014-01-13 | re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu) | Jakub Jelinek | 1 | -0/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-10-10 | tree-flow.h: Move some prototypes to gimple.h. | Andrew MacLeod | 1 | -0/+1 |
2013-10-02 | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 1 | -5/+17 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-07-08 | alias.h: Do not include coretypes.h in header files. | Steven Bosscher | 1 | -2/+0 |
2011-03-24 | re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) | Richard Guenther | 1 | -0/+33 |