summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.Richard Guenther2010-06-151-1/+8
* df-problems.c (seen_in_block, [...]): Convert to bitmap_head.Jan Hubicka2010-06-051-46/+48
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+3
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR tree-optimization/44119 (error: SSA name in freelist but still referenced)Richard Guenther2010-05-141-0/+4
* re PR tree-optimization/44030 (error: SSA name in freelist but still referenced)Richard Guenther2010-05-081-1/+5
* re PR middle-end/44020 (Failed to build 200.sixtrack in SPEC CPU 2K)Richard Guenther2010-05-071-5/+2
* re PR tree-optimization/43984 (PRE misses full-redundancies, inserts into loops)Michael Matz2010-05-061-36/+44
* re PR tree-optimization/43845 (Segfault when using __attribute__((const)), ve...Richard Guenther2010-04-221-13/+28
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-6/+2
* re PR tree-optimization/43783 (-O -ftree-pre options compile libbid wrong)Richard Guenther2010-04-191-12/+27
* re PR tree-optimization/43679 (ice in gen_lsm_tmp_name, at tree-ssa-loop-im.c...Richard Guenther2010-04-081-2/+3
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-071-7/+1
* re PR tree-optimization/43270 (array-bounds false negative)Richard Guenther2010-04-071-44/+6
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/43415 (Consumes large amounts of memory and time in P...Richard Guenther2010-03-191-25/+43
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Richard Biener2010-03-041-3/+82
* re PR tree-optimization/42998 (ICE: error: verify_stmts failed)Richard Guenther2010-02-111-4/+8
* re PR tree-optimization/42871 (g++: Internal error: Segmentation fault (progr...Richard Guenther2010-01-281-3/+11
* re PR tree-optimization/42773 (ICE with g++ from 4.4.3 20100112 (prerelease))Richard Guenther2010-01-171-4/+4
* tree-ssa-pre.c (name_to_id): New global.Richard Guenther2010-01-061-7/+34
* tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.Richard Guenther2010-01-051-2/+11
* tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and l...Richard Guenther2010-01-051-24/+25
* tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther2010-01-041-5/+8
* tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as inte...Richard Guenther2010-01-041-12/+9
* re PR tree-optimization/42438 (Fix for PR38819 is too conservative)Richard Guenther2010-01-031-11/+32
* re PR tree-optimization/42337 (GCC ICE in compute_antic, at tree-ssa-pre.c:2...Richard Guenther2009-12-101-48/+8
* fixing pr42337Xinliang David Li2009-12-091-2/+9
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* tree-ssa-pre.c (remove_dead_inserted_code): Don't release_defs after remove_p...Alexandre Oliva2009-11-211-2/+4
* re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz2009-10-261-26/+63
* re PR tree-optimization/41778 (missed dead store elimination)Richard Guenther2009-10-231-5/+10
* Squash commit of EH in gimpleRichard Henderson2009-09-141-16/+1
* re PR tree-optimization/41101 (ICE in compute_antic, at tree-ssa-pre.c:2419)Richard Guenther2009-09-091-49/+26
* re PR tree-optimization/40991 (ICE: at optimization -02)Richard Guenther2009-08-081-1/+6
* tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...Richard Guenther2009-08-061-3/+19
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-2/+3
* re PR tree-optimization/35229 (Vectorizer doesn't support dependence created...Michael Matz2009-07-221-3/+63
* re PR tree-optimization/40321 (internal compiler error: in compute_antic, at ...Richard Guenther2009-07-171-14/+22
* errors.c (internal_error): Commentary typo fix.Bernhard Reutner-Fischer2009-06-071-4/+4
* tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther2009-05-281-32/+20
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther2009-05-211-6/+39
* tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals, not TODO_updat...Richard Guenther2009-05-151-1/+1
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-2/+2
* re PR java/39940 (failure in jc1 on i686-apple-darwin9 host)Richard Guenther2009-05-021-1/+3
* re PR middle-end/39941 (ice in passes.c:execute_todo())Richard Guenther2009-04-291-0/+5
* tree-ssa-pre.c (create_expression_by_pieces): Remove assertion for AVAIL_OUT.Diego Novillo2009-04-171-1/+0
* omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo2009-04-171-0/+1