aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-05tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and l...Richard Guenther1-24/+25
2010-01-04tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther1-5/+8
2010-01-04tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as inte...Richard Guenther1-12/+9
2010-01-03re PR tree-optimization/42438 (Fix for PR38819 is too conservative)Richard Guenther1-11/+32
2009-12-10re PR tree-optimization/42337 (GCC ICE in compute_antic, at tree-ssa-pre.c:2...Richard Guenther1-48/+8
2009-12-09fixing pr42337Xinliang David Li1-2/+9
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-11-21tree-ssa-pre.c (remove_dead_inserted_code): Don't release_defs after remove_p...Alexandre Oliva1-2/+4
2009-10-26re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz1-26/+63
2009-10-23re PR tree-optimization/41778 (missed dead store elimination)Richard Guenther1-5/+10
2009-09-14Squash commit of EH in gimpleRichard Henderson1-16/+1
2009-09-09re PR tree-optimization/41101 (ICE in compute_antic, at tree-ssa-pre.c:2419)Richard Guenther1-49/+26
2009-08-08re PR tree-optimization/40991 (ICE: at optimization -02)Richard Guenther1-1/+6
2009-08-06tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...Richard Guenther1-3/+19
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-2/+3
2009-07-22re PR tree-optimization/35229 (Vectorizer doesn't support dependence created...Michael Matz1-3/+63
2009-07-17re PR tree-optimization/40321 (internal compiler error: in compute_antic, at ...Richard Guenther1-14/+22
2009-06-07errors.c (internal_error): Commentary typo fix.Bernhard Reutner-Fischer1-4/+4
2009-05-28tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther1-32/+20
2009-05-21tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther1-6/+39
2009-05-15tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals, not TODO_updat...Richard Guenther1-1/+1
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-2/+2
2009-05-02re PR java/39940 (failure in jc1 on i686-apple-darwin9 host)Richard Guenther1-1/+3
2009-04-29re PR middle-end/39941 (ice in passes.c:execute_todo())Richard Guenther1-0/+5
2009-04-17tree-ssa-pre.c (create_expression_by_pieces): Remove assertion for AVAIL_OUT.Diego Novillo1-1/+0