cond.md (stzx_16): Use register_operand for operand 0.
[gcc.git] / gcc / tree-ssa-sccvn.c
2013-11-22 Trevor Saundersadd auto_vec
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-18 Richard Bienerre PR middle-end/59125 (gcc triggers wrong strncpy_chk)
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-02 Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-05-27 Richard Bienerrevert: re PR rtl-optimization/57381 (array of volatile...
2013-05-24 Alexander Ivchenkore PR tree-optimization/57385 ([tree-ssa] Possible...
2013-05-07 Richard Bienerdouble-int.h (rshift): New overload.
2013-04-23 Lawrence CrowlThis patch extracts approved portions of the hash_table...
2013-03-20 Richard Bienerre PR tree-optimization/56661 (Incorrect code with...
2013-03-18 Richard Bienerre PR tree-optimization/3713 (Pointers to functions...
2013-03-05 Richard Bienerre PR tree-optimization/56521 (Uninitialized value_id)
2013-02-19 Richard Bienerre PR tree-optimization/56384 (ICE in fold_binary_loc...
2013-01-20 Jeff Lawre PR tree-optimization/52631 (VN does not use simplifi...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-30 Richard Bienertree-ssa-sccvn.c (run_scc_vn): Remove iteration propaga...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-08 Richard Guentherre PR tree-optimization/54825 (ICE with vector extension)
2012-10-02 Jakub Jelinekre PR tree-optimization/54713 (error: non-trivial conve...
2012-09-25 Richard Guentherre PR tree-optimization/53663 (inconsistent inline...
2012-09-13 Richard Guenthertree-ssa-sccvn.h (enum vn_kind): New.
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-03 Andi KleenFix bootstrap-lto
2012-08-22 Richard Guentherre PR tree-optimization/46590 (long compile time with...
2012-08-16 Richard Guentherre PR middle-end/54146 (Very slow compile with attribut...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-13 Steven Bosschertree-ssa-pre.c (do_regular_insertion): Add FIXME marker...
2012-08-10 Richard Guenthertree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIE...
2012-08-02 Richard Guenthertree-flow.h (set_default_def): Rename to ...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-06 Tom de Vriesre PR tree-optimization/51879 (Missed tail merging...
2012-07-06 Tom de Vriesre PR tree-optimization/52009 (Another missed tail...
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-03 Richard Guentherre PR middle-end/53144 (PPRE infinite loop)
2012-04-27 Tom de Vriesre PR tree-optimization/51879 (Missed tail merging...
2012-02-24 Bernhard Reutner... tree-into-ssa (update_ssa): Avoid trailing whitespace...
2012-01-27 Tom de Vriesre PR tree-optimization/51990 (ICE in copy_reference_op...
2012-01-25 Richard Guenthertree-ssa-sccvn.c (vn_reference_eq): Also compare if...
2012-01-09 Richard Guentherre PR tree-optimization/51775 (FAIL: gnat.dg/pack9...
2011-12-06 Richard Guentherre PR tree-optimization/51245 (ICE in vn_reference_inse...
2011-12-05 Richard Guenthertree-ssa-alias.h (struct ao_ref_s): Add volatile_p...
2011-11-08 Michael Matzgengtype.c (write_field_root): Avoid out-of-scope acces...
2011-10-06 Richard Guentherre PR tree-optimization/38884 (missed FRE with __real...
2011-10-05 Richard Guentherre PR tree-optimization/38885 (missed FRE with BIT_FIEL...
2011-10-05 Richard Guenthertree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR...
2011-10-05 Richard Guenthergimple-fold.c (gimple_fold_stmt_to_constant_1): For...
2011-09-27 Tom de Vriesre PR middle-end/43864 (Same basic blocks should be...
2011-09-06 Richard Guentherre PR tree-optimization/48149 (Piecewise complex pass...
2011-09-06 Richard Guentherre PR tree-optimization/48317 (SCCVN does not handle...
2011-09-06 Richard Guenthertree-ssa-sccvn.c (visit_use): CSE stmt pieces and simpl...
2011-08-15 Richard Guentherre PR tree-optimization/50058 (FAIL: g++.dg/tree-ssa...
2011-08-11 Richard Guenthertree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redunda...
2011-08-01 Julian Browntree-ssa-sccvn.c (copy_reference_ops_from_ref): Support...
2011-07-21 Richard Guentherre PR tree-optimization/49770 (wrong code with -fno...
2011-07-06 Richard Guentherre PR tree-optimization/49645 (g++.dg/tree-ssa/pr8781...
2011-05-02 Richard Guentherre PR tree-optimization/48822 (G++ gets stucks and...
2011-04-20 Richard SandifordMakefile.in (INTERNAL_FN_DEF, [...]): Define.
2011-03-24 Richard Guentherre PR tree-optimization/46562 (CCP currently needs...
2011-03-15 Richard Guentherre PR c++/13954 ([tree-ssa] SRA does not work for class...
2011-02-07 Richard Guentherre PR tree-optimization/47615 (ICE: too deep recursion...
2011-01-21 Richard Guentherre PR tree-optimization/47365 (wrong code with -O ...
2010-12-16 Eric Botcazoutree-ssa-sccvn.c (vn_reference_lookup_3): Always punt...
2010-12-08 Richard Guenthertree-ssa-sccvn.c (copy_reference_ops_from_ref): Use...
2010-11-23 Richard Guenthertree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing...
2010-11-16 Richard Guenthertree-ssa-sccvn.c (visit_unary_op): Rename to ...
2010-11-10 Richard Bienerre PR tree-optimization/46398 (early FRE miscompiles...
2010-11-03 Nathan Froydbuiltins.c (fold_builtin_signbit): Use build_zero_cst...
2010-10-11 Nathan Froydvec.h (VEC_qsort): Define.
2010-10-09 Nathan Froydre PR tree-optimization/45950 (ICE segmentation fault...
2010-10-08 Nathan Froydtree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New...
2010-09-06 Richard Guenthertree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-03 Richard Guenthertree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-16 Richard Guenthertree-cfg.c (verify_types_in_gimple_reference): Verify...
2010-07-26 Richard Guentherre PR tree-optimization/45071 (ICE: tree check: expecte...
2010-07-22 Richard Guentherre PR middle-end/45017 (miscompile with bitfield and...
2010-07-15 Anatoly Sokolovtree.h (enum tree_index): Add TI_INTEGER_THREE.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-08 Richard Guenthertree-ssa-sccvn.c (vn_reference_maybe_forwprop_address...
2010-07-08 Richard Guenthertree-ssa-sccvn.c (vn_reference_maybe_forwprop_address...
2010-07-05 Richard Guenthertree-ssa-loop-im.c (for_each_index): Do not handle...
2010-07-04 Richard Guenther2010-07-4 Richard Guenther <rguenther@suse.de>
2010-07-04 Richard Guentherre PR tree-optimization/44656 (VN should value-replace...
2010-07-01 Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-25 Bernd SchmidtWith large parts from Jim Wilson:
2010-06-13 Jan Hubickabitmap.c (bitmap_and, [...]): Turn internal datastructu...
2010-06-01 Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-26 Richard Guenthertree-ssa-sccvn.c (copy_nary): Adjust.
2010-05-21 Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
next