* opts.c: Expand comment on tm.h include.
[platform/upstream/gcc.git] / gcc / gimple.h
2010-11-29 Joern Renneckere PR tree-optimization/46621 (gimple.h includes tm.h)
2010-11-27 Richard Guenthergimple.c (gimple_assign_copy_p): Use gimple_assign_sing...
2010-10-22 Richard Guenthergimple.h (gimple_register_canonical_type): Declare.
2010-09-04 Jan Hubickafoldconst-2.c: New testcase.
2010-08-24 Sebastian PopDo not check whether memory references accessed in...
2010-07-23 Richard Guentherlto-symtab.c (lto_symtab_merge): Use gtc_mode enum...
2010-07-20 Richard Guentherlto-symtab.c (lto_symtab_merge): Use gimple_types_compa...
2010-07-07 Richard Guenthertree-ssa-propagate.h (valid_gimple_call_p): Remove.
2010-07-01 Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-25 Bernd SchmidtWith large parts from Jim Wilson:
2010-06-23 Basile Starynkevitchcoretypes.h: (gimple_seq_node_d, gimple_seq_node)
2010-06-22 Jan Hubicka* gimple.h (gimple_expr_code): Do checking on when...
2010-06-09 Jan Hubickacgraph.h (varpool_first_static_initializer, [...])...
2010-06-09 Jan Hubickagimple.h (gcc_gimple_checking_assert): New macro.
2010-06-08 Sandra Loosemorere PR tree-optimization/39874 (missing VRP (submission))
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-05-31 Jan Hubickagimple.c (gimple_call_builtin_p): New function.
2010-05-15 Steven Bosschervecir.h: New file with VEC primitives for tree, gimple...
2010-05-15 Eric Botcazougimple.h (compare_field_offset): Rename into...
2010-05-14 Jason Merrillre PR c++/44127 (G++ emits unnecessary EH code)
2010-05-14 Jason Merrillre PR c++/44127 (G++ emits unnecessary EH code)
2010-05-13 Martin Jamborgimple.c (gimple_fold_obj_type_ref): Removed (a replace...
2010-05-10 Richard Guentherc-common.c (struct c_common_attributes): Add fnspec...
2010-04-19 Martin Jamborgimple.h (create_tmp_reg): Declare.
2010-04-15 Richard GuentherMakefile.in (OBJS-common): Add gimple-fold.o.
2010-04-12 Richard Guenthergsstruct.def (GSS_CALL): New.
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-02-26 Richard Guentherre PR tree-optimization/43186 (A loop in tree_unroll_lo...
2010-01-07 Richard Guenthergimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHEC...
2009-12-15 Richard Guenthergimple.h (compare_field_offset): Declare.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-24 Michael Matztree.h (union tree_ann_d): Don't declare.
2009-11-21 Alexandre Olivare PR tree-optimization/42078 (ICE in gimple_assign_set...
2009-11-18 Richard Guenthergimple.h (union gimple_statement_d): Add gsmembase...
2009-10-26 Janus Weilre PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not...
2009-10-16 Richard Guentherlto-symtab.c (merge_incomplete_and_complete_type):...
2009-10-08 Richard Guenthergimple.c (free_gimple_type_tables): New function.
2009-10-03 Diego NovilloMerge lto branch into trunk.
2009-09-14 Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-12 Richard Hendersongsstruct.def (DEFGSSTRUCT): Remove printable-name argum...
2009-09-09 Richard Hendersongimple.h (CASE_GIMPLE_OMP): New.
2009-09-03 Diego Novillo[multiple changes]
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-06-17 Adam Nemettree.h (STRIP_NOPS, [...]): Use tree_strip_nop_conversi...
2009-05-22 Richard Guentherre PR tree-optimization/38964 (TBAA side-effects of...
2009-05-15 Richard Guentherre PR tree-optimization/39999 (gcc 4.4.0 compiles in...
2009-04-27 Ian Lance Taylorcollect2.c (is_ctor_dtor): Change type of ret field...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-16 Richard Guenthergimple.c (gimple_copy): Do not clear addresses_taken...
2009-04-16 Richard Guenthergimple.h (walk_stmt_load_store_addr_ops): Declare.
2009-04-03 Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-03-31 Richard Guentherre PR middle-end/23401 (Gimplifier produces too many...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-09 Diego Novillogimple.h (struct gimple_statement_base): Document the...
2008-12-08 Andrew Haleygimple.h (gimple_build_try): Fix declaration.
2008-11-13 Jakub Jelinekre PR bootstrap/38100 (gcc fails to compile with (undef...
2008-10-03 Jakub Jelinekgimplify.c (gimplify_function_tree): For -finstrument...
2008-09-23 Martin Jamborcgraph.c (cgraph_free_edge): Use sizeof(*e).
2008-09-21 Diego Novillogccint.texi: Include generic.texi and gimple.texi.
2008-09-03 Jan Hubickare PR tree-optimization/37315 (gcc.c-torture/execute...
2008-09-03 Jakub Jelinekre PR target/37436 (arm-cross-g++. internal compiler...
2008-09-02 Sebastian Popbackport: configure: Regenerate.
2008-08-29 Jan Hubickatree.c (build_function_type_skip_args, [...]): New...
2008-08-23 Jan Hubickatree.c (decl_address_ip_invariant_p): New function.
2008-08-18 Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-13 Eric Botcazougimple.h (gimple_call_set_chain): Accept SSA variables.
2008-08-09 Richard Guenthergimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
2008-08-08 Richard Guentherre PR tree-optimization/37056 (ICE in build2_stat,...
2008-07-28 Richard Guentherre PR ada/36957 (ACATS ce3801b ICE emit_move_insn,...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...