| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR tree-optimization/51990 (ICE in copy_reference_ops_from_ref) | Tom de Vries | 2012-01-27 | 1 | -0/+17 |
* | re PR tree-optimization/51903 (ICE: in gimple_purge_all_dead_eh_edges, at tre... | Richard Guenther | 2012-01-20 | 1 | -2/+4 |
* | re PR tree-optimization/51775 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt... | Richard Guenther | 2012-01-09 | 1 | -1/+12 |
* | re PR tree-optimization/43491 (Unnecessary temporary for global register vari... | Bin Cheng | 2011-12-23 | 1 | -12/+23 |
* | re PR tree-optimization/51042 (endless recursion in phi_translate) | Richard Guenther | 2011-11-10 | 1 | -65/+48 |
* | re PR tree-optimization/50767 (ICE: in refs_may_alias_p_1, at tree-ssa-alias.... | Richard Guenther | 2011-10-18 | 1 | -1/+2 |
* | re PR middle-end/43864 (Same basic blocks should be merged) | Tom de Vries | 2011-09-27 | 1 | -1/+11 |
* | re PR tree-optimization/50363 (internal compiler error: verify_gimple failed) | Richard Guenther | 2011-09-27 | 1 | -5/+9 |
* | tree-ssa-pre.c (create_expression_by_pieces): Fold the last statement. | Richard Guenther | 2011-09-09 | 1 | -0/+4 |
* | re PR tree-optimization/48317 (SCCVN does not handle vector constructors) | Richard Guenther | 2011-09-06 | 1 | -76/+63 |
* | re PR middle-end/50260 (internal compiler error: Segmentation fault at ../..... | Michael Matz | 2011-09-02 | 1 | -9/+3 |
* | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 2011-08-17 | 1 | -2/+2 |
* | tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand... | Richard Guenther | 2011-07-19 | 1 | -9/+0 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 2011-06-14 | 1 | -2/+2 |
* | tree.h (int_const_binop): Remove notrunc argument. | Richard Guenther | 2011-05-04 | 1 | -1/+1 |
* | re PR tree-optimization/48772 (ICE: SIGSEGV in walk_non_aliased_vuses (gimple... | Richard Guenther | 2011-04-27 | 1 | -1/+9 |
* | remove useless if-before-free tests | Jim Meyering | 2011-04-20 | 1 | -2/+1 |
* | Makefile.in (INTERNAL_FN_DEF, [...]): Define. | Richard Sandiford | 2011-04-20 | 1 | -1/+5 |
* | gimple.h (gimple_call_addr_fndecl): New function. | Richard Guenther | 2011-04-18 | 1 | -5/+10 |
* | tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop a zero minimum index ... | Eric Botcazou | 2011-03-31 | 1 | -2/+5 |
* | re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) | Richard Guenther | 2011-03-24 | 1 | -2/+5 |
* | re PR middle-end/47743 (PRE ICE in fold_convert_loc) | Richard Guenther | 2011-02-15 | 1 | -0/+6 |
* | re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ... | Eric Botcazou | 2011-02-14 | 1 | -1/+4 |
* | re PR tree-optimization/47615 (ICE: too deep recursion in phi_translate/phi_t... | Richard Guenther | 2011-02-07 | 1 | -1/+1 |
* | re PR tree-optimization/47365 (wrong code with -O -ftree-pre) | Richard Guenther | 2011-01-21 | 1 | -8/+24 |
* | re PR tree-optimization/46165 (ICE: verify_flow_info failed when casting-out ... | Jakub Jelinek | 2010-11-03 | 1 | -0/+6 |
* | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 2010-10-21 | 1 | -9/+3 |
* | tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare. | Eric Botcazou | 2010-10-18 | 1 | -6/+47 |
* | tree.def (MISALIGNED_INDIRECT_REF): Remove. | Richard Guenther | 2010-09-06 | 1 | -20/+0 |
* | tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE. | Richard Guenther | 2010-09-03 | 1 | -10/+14 |
* | re PR middle-end/45316 (ICE: verify_flow_info failed: BB 3 can not throw but ... | Richard Guenther | 2010-08-25 | 1 | -0/+3 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -10/+10 |
* | cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p. | Nathan Froyd | 2010-08-19 | 1 | -2/+1 |
* | tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit. | Richard Guenther | 2010-08-16 | 1 | -8/+4 |
* | * tree-ssa-prec. (init_pre): Call alloc_aux_for_blocks. | Nathan Froyd | 2010-08-10 | 1 | -9/+2 |
* | tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF. | Richard Guenther | 2010-07-05 | 1 | -1/+0 |
* | re PR middle-end/44784 (Failed to build 403.gcc in SPEC CPU 2006) | Richard Guenther | 2010-07-05 | 1 | -3/+7 |
* | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 2010-07-01 | 1 | -7/+102 |
* | tree-ssa-pre.c (eliminate): Handle PHI elimination to constants. | Richard Guenther | 2010-06-15 | 1 | -1/+8 |
* | df-problems.c (seen_in_block, [...]): Convert to bitmap_head. | Jan Hubicka | 2010-06-05 | 1 | -46/+48 |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -1/+0 |
* | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 2010-05-29 | 1 | -3/+3 |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -0/+2 |
* | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 2010-05-21 | 1 | -2/+0 |
* | re PR tree-optimization/44119 (error: SSA name in freelist but still referenced) | Richard Guenther | 2010-05-14 | 1 | -0/+4 |
* | re PR tree-optimization/44030 (error: SSA name in freelist but still referenced) | Richard Guenther | 2010-05-08 | 1 | -1/+5 |
* | re PR middle-end/44020 (Failed to build 200.sixtrack in SPEC CPU 2K) | Richard Guenther | 2010-05-07 | 1 | -5/+2 |
* | re PR tree-optimization/43984 (PRE misses full-redundancies, inserts into loops) | Michael Matz | 2010-05-06 | 1 | -36/+44 |
* | re PR tree-optimization/43845 (Segfault when using __attribute__((const)), ve... | Richard Guenther | 2010-04-22 | 1 | -13/+28 |
* | gimple.h (create_tmp_reg): Declare. | Martin Jambor | 2010-04-19 | 1 | -6/+2 |