aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-04foldconst-2.c: New testcase.Jan Hubicka1-0/+1
2010-08-24Do not check whether memory references accessed in every iteration trap.Sebastian Pop1-0/+1
2010-07-23lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther1-1/+2
2010-07-20lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther1-0/+1
2010-07-07tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther1-1/+0
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-2/+15
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-6/+66
2010-06-23coretypes.h: (gimple_seq_node_d, gimple_seq_node)Basile Starynkevitch1-0/+4
2010-06-22* gimple.h (gimple_expr_code): Do checking on when gimple checking is enabled.Jan Hubicka1-3/+4
2010-06-09cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka1-1/+1
2010-06-09gimple.h (gcc_gimple_checking_assert): New macro.Jan Hubicka1-79/+64
2010-06-08re PR tree-optimization/39874 (missing VRP (submission))Sandra Loosemore1-1/+4
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-31gimple.c (gimple_call_builtin_p): New function.Jan Hubicka1-0/+1
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-14/+2
2010-05-15gimple.h (compare_field_offset): Rename into...Eric Botcazou1-1/+1
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-0/+14
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-0/+7
2010-05-13gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor1-0/+2
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther1-0/+2
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-0/+1
2010-04-15Makefile.in (OBJS-common): Add gimple-fold.o.Richard Guenther1-0/+12
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-0/+44
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-26re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther1-1/+0
2010-01-07gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.Richard Guenther1-40/+22
2009-12-15gimple.h (compare_field_offset): Declare.Richard Guenther1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-9/+9
2009-11-24tree.h (union tree_ann_d): Don't declare.Michael Matz1-0/+4
2009-11-21re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)Alexandre Oliva1-0/+1
2009-11-18gimple.h (union gimple_statement_d): Add gsmembase member.Richard Guenther1-8/+9
2009-10-26re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil1-1/+0
2009-10-16lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther1-2/+0
2009-10-08gimple.c (free_gimple_type_tables): New function.Richard Guenther1-0/+1
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+19
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-4/+32
2009-09-14Squash commit of EH in gimpleRichard Henderson1-24/+50
2009-09-11gsstruct.def (DEFGSSTRUCT): Remove printable-name argument...Richard Henderson1-11/+36
2009-09-09gimple.h (CASE_GIMPLE_OMP): New.Richard Henderson1-14/+23
2009-09-03[multiple changes]Diego Novillo1-0/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+163
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-1/+0
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+1
2009-06-17tree.h (STRIP_NOPS, [...]): Use tree_strip_nop_conversions...Adam Nemet1-0/+1
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-63/+0
2009-05-15re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop)Richard Guenther1-29/+38
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-49/+27
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-3/+5
2009-04-16gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther1-52/+13