aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-09lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p for diagnostics.Richard Guenther1-2/+0
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-4/+53
2011-04-19ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...Martin Jambor1-0/+1
2011-04-18re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek1-1/+1
2011-04-18gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther1-15/+19
2011-04-15tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz1-0/+24
2011-04-15gimple.h (gimple_asm_clobbers_memory_p): Declare.Nathan Froyd1-0/+1
2011-04-12re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther1-8/+22
2011-04-08gimple.h (gimple_call_fntype): New function.Richard Guenther1-6/+9
2010-12-22re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor1-1/+0
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-3/+3
2010-11-29re PR tree-optimization/46621 (gimple.h includes tm.h)Joern Rennecke1-2/+0
2010-11-27gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.Richard Guenther1-4/+17
2010-10-22gimple.h (gimple_register_canonical_type): Declare.Richard Guenther1-0/+1
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