| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | re PR tree-optimization/43783 (-O -ftree-pre options compile libbid wrong) | Richard Guenther | 2010-04-19 | 1 | -12/+27 |
* | re PR tree-optimization/43679 (ice in gen_lsm_tmp_name, at tree-ssa-loop-im.c... | Richard Guenther | 2010-04-08 | 1 | -2/+3 |
* | tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var... | Jakub Jelinek | 2010-04-07 | 1 | -7/+1 |
* | re PR tree-optimization/43270 (array-bounds false negative) | Richard Guenther | 2010-04-07 | 1 | -44/+6 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+1 |
* | re PR tree-optimization/43415 (Consumes large amounts of memory and time in P... | Richard Guenther | 2010-03-19 | 1 | -25/+43 |
* | re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) | Richard Biener | 2010-03-04 | 1 | -3/+82 |
* | re PR tree-optimization/42998 (ICE: error: verify_stmts failed) | Richard Guenther | 2010-02-11 | 1 | -4/+8 |
* | re PR tree-optimization/42871 (g++: Internal error: Segmentation fault (progr... | Richard Guenther | 2010-01-28 | 1 | -3/+11 |
* | re PR tree-optimization/42773 (ICE with g++ from 4.4.3 20100112 (prerelease)) | Richard Guenther | 2010-01-17 | 1 | -4/+4 |
* | tree-ssa-pre.c (name_to_id): New global. | Richard Guenther | 2010-01-06 | 1 | -7/+34 |
* | tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize. | Richard Guenther | 2010-01-05 | 1 | -2/+11 |
* | tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and l... | Richard Guenther | 2010-01-05 | 1 | -24/+25 |
* | tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ... | Richard Guenther | 2010-01-04 | 1 | -5/+8 |
* | tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as inte... | Richard Guenther | 2010-01-04 | 1 | -12/+9 |
* | re PR tree-optimization/42438 (Fix for PR38819 is too conservative) | Richard Guenther | 2010-01-03 | 1 | -11/+32 |
* | re PR tree-optimization/42337 (GCC ICE in compute_antic, at tree-ssa-pre.c:2... | Richard Guenther | 2009-12-10 | 1 | -48/+8 |
* | fixing pr42337 | Xinliang David Li | 2009-12-09 | 1 | -2/+9 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -4/+4 |
* | tree-ssa-pre.c (remove_dead_inserted_code): Don't release_defs after remove_p... | Alexandre Oliva | 2009-11-21 | 1 | -2/+4 |
* | re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp) | Michael Matz | 2009-10-26 | 1 | -26/+63 |
* | re PR tree-optimization/41778 (missed dead store elimination) | Richard Guenther | 2009-10-23 | 1 | -5/+10 |
* | Squash commit of EH in gimple | Richard Henderson | 2009-09-14 | 1 | -16/+1 |
* | re PR tree-optimization/41101 (ICE in compute_antic, at tree-ssa-pre.c:2419) | Richard Guenther | 2009-09-09 | 1 | -49/+26 |
* | re PR tree-optimization/40991 (ICE: at optimization -02) | Richard Guenther | 2009-08-08 | 1 | -1/+6 |
* | tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar... | Richard Guenther | 2009-08-06 | 1 | -3/+19 |
* | Add source_location support to PHI arguments. | Andrew MacLeod | 2009-07-30 | 1 | -2/+3 |
* | re PR tree-optimization/35229 (Vectorizer doesn't support dependence created... | Michael Matz | 2009-07-22 | 1 | -3/+63 |
* | re PR tree-optimization/40321 (internal compiler error: in compute_antic, at ... | Richard Guenther | 2009-07-17 | 1 | -14/+22 |
* | errors.c (internal_error): Commentary typo fix. | Bernhard Reutner-Fischer | 2009-06-07 | 1 | -4/+4 |
* | tree-ssa-alias.c (ao_ref_init): New function. | Richard Guenther | 2009-05-28 | 1 | -32/+20 |
* | tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL. | Richard Guenther | 2009-05-21 | 1 | -6/+39 |
* | tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals, not TODO_updat... | Richard Guenther | 2009-05-15 | 1 | -1/+1 |
* | passes.c (init_optimization_passes): Strip now incorrect comment. | Richard Guenther | 2009-05-11 | 1 | -2/+2 |
* | re PR java/39940 (failure in jc1 on i686-apple-darwin9 host) | Richard Guenther | 2009-05-02 | 1 | -1/+3 |
* | re PR middle-end/39941 (ice in passes.c:execute_todo()) | Richard Guenther | 2009-04-29 | 1 | -0/+5 |
* | tree-ssa-pre.c (create_expression_by_pieces): Remove assertion for AVAIL_OUT. | Diego Novillo | 2009-04-17 | 1 | -1/+0 |
* | omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL. | Diego Novillo | 2009-04-17 | 1 | -0/+1 |