aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-7/+1
2010-04-07re PR tree-optimization/43270 (array-bounds false negative)Richard Guenther1-44/+6
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-19re PR tree-optimization/43415 (Consumes large amounts of memory and time in P...Richard Guenther1-25/+43
2010-03-04re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Richard Biener1-3/+82
2010-02-11re PR tree-optimization/42998 (ICE: error: verify_stmts failed)Richard Guenther1-4/+8
2010-01-28re PR tree-optimization/42871 (g++: Internal error: Segmentation fault (progr...Richard Guenther1-3/+11
2010-01-17re PR tree-optimization/42773 (ICE with g++ from 4.4.3 20100112 (prerelease))Richard Guenther1-4/+4
2010-01-06tree-ssa-pre.c (name_to_id): New global.Richard Guenther1-7/+34
2010-01-05tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.Richard Guenther1-2/+11