aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-11gimple.h (gimplify_body): Remove first argument.Eric Botcazou1-1/+1
2012-01-09gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez1-3/+0
2012-01-05re PR middle-end/51761 (ICE in verify_gimple_stmt, at tree-cfg.c:4241)Jakub Jelinek1-1/+2
2011-12-19gimple.h (gimplify_seq_add_stmt): Rename to...Jakub Jelinek1-1/+1
2011-12-06re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple...Richard Guenther1-1/+0
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-31/+7
2011-12-01RevertDiego Novillo1-1/+13
2011-11-29gimple.c (gimple_call_set_cannot_inline): Move from gimple.h.Diego Novillo1-13/+1
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-0/+8
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-11/+157
2011-11-02re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)Richard Guenther1-1/+0
2011-09-26gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek1-0/+1
2011-09-09gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther1-1/+1
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-1/+1
2011-08-30re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther1-4/+0
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+24
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-3/+71
2011-06-10ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka1-1/+1
2011-06-07re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-0/+1
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