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