Age | Commit message (Expand) | Author | Files | Lines |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -48/+52 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -10/+7 |
2014-11-14 | gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd valueization hook def... | Richard Biener | 1 | -2/+24 |
2014-11-12 | re PR c/59708 (clang-compatible checked arithmetic builtins) | Jakub Jelinek | 1 | -61/+258 |
2014-11-12 | VRP: Simplify logic for checking if any asserts need to be inserted | Patrick Palka | 1 | -108/+49 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-31 | builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER... | Richard Biener | 1 | -1/+2 |
2014-10-31 | re PR sanitizer/63697 (-fsanitize=undefined doesn't detect some subtraction o... | Jakub Jelinek | 1 | -2/+4 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -2/+2 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+11 |
2014-10-23 | * tree-vrp.c (extract_range_from_assert): Fix typo in comment. | Ian Lance Taylor | 1 | -1/+1 |
2014-10-09 | re PR tree-optimization/63445 (request: make -Wstrict-overflow avoid a class ... | Richard Biener | 1 | -2/+3 |
2014-09-29 | tree-vrp.c (get_single_symbol): New function. | Eric Botcazou | 1 | -58/+309 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-07-08 | re PR middle-end/61725 (__builtin_ffs(0) leads to wrong code generation) | Jakub Jelinek | 1 | -3/+6 |
2014-06-24 | re PR bootstrap/61583 (stage2 and stage3 compare failure due to value range l... | Alan Modra | 1 | -1/+2 |
2014-06-16 | re PR tree-optimization/61482 (ICE in set_value_range, at tree-vrp.c:453 when... | Richard Biener | 1 | -17/+12 |
2014-06-06 | cfgexpand.c (expand_gimple_cond): Remove check for current_loops. | Richard Biener | 1 | -3/+1 |
2014-05-28 | tree-ssa-propagate.c (add_control_edge): Print less vertical space. | Richard Biener | 1 | -14/+27 |
2014-05-28 | re PR tree-optimization/61335 (wrong code with -O2 -fbounds-check) | Richard Biener | 1 | -0/+6 |
2014-05-27 | tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Try using ... | Richard Biener | 1 | -6/+7 |
2014-05-19 | re PR tree-optimization/61184 (wrong code (that hangs) by LTO on x86_64-linux... | Richard Biener | 1 | -12/+7 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -410/+344 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -3/+1 |
2014-04-29 | invoke.texi: Fix typo. | Patrick Palka | 1 | -2/+2 |
2014-04-28 | tree-vrp.c (vrp_var_may_overflow): Remove. | Richard Biener | 1 | -72/+26 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -1/+1 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -7/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-03-26 | tree-vrp.c (simplify_internal_call_using_ranges): If only one range is range_... | Jakub Jelinek | 1 | -15/+42 |
2014-03-12 | re PR middle-end/60482 (Loop optimization regression) | Jakub Jelinek | 1 | -6/+3 |
2014-01-24 | re PR tree-optimization/59919 (ICE in process_assert_insertions_for, at tree-... | Jeff Law | 1 | -3/+12 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-17 | re PR middle-end/35545 (tracer pass is run too late) | Jan Hubicka | 1 | -2/+2 |
2013-12-16 | internal-fn.c: Include stringpool.h and tree-ssanames.h. | Jakub Jelinek | 1 | -0/+65 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -4/+4 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -5/+5 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -1/+1 |
2013-12-04 | common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths... | Jeff Law | 1 | -1/+1 |
2013-12-04 | Implement -fsanitize=signed-integer-overflow. | Marek Polacek | 1 | -0/+41 |
2013-12-02 | re PR tree-optimization/59358 (Infinite loop generated with >=O2) | Jakub Jelinek | 1 | -2/+4 |
2013-11-28 | tree-core.h (tree_base): Document use of static_flag for SSA_NAME. | Richard Sandiford | 1 | -31/+8 |
2013-11-26 | re PR tree-optimization/59014 (wrong code at -Os and above on x86_64-linux-gnu) | Jakub Jelinek | 1 | -3/+7 |
2013-11-26 | re PR tree-optimization/59245 (ICE on valid code at -O3 on x86_64-linux-gnu i... | Richard Biener | 1 | -4/+8 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+6 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -2/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+2 |