summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
Commit message (Expand)AuthorAgeFilesLines
* Do not check whether memory references accessed in every iteration trap.Sebastian Pop2010-08-241-0/+1
* lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther2010-07-231-1/+2
* lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther2010-07-201-0/+1
* tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther2010-07-071-1/+0
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-2/+15
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-6/+66
* coretypes.h: (gimple_seq_node_d, gimple_seq_node)Basile Starynkevitch2010-06-231-0/+4
* * gimple.h (gimple_expr_code): Do checking on when gimple checking is enabled.Jan Hubicka2010-06-221-3/+4
* cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka2010-06-091-1/+1
* gimple.h (gcc_gimple_checking_assert): New macro.Jan Hubicka2010-06-091-79/+64
* re PR tree-optimization/39874 (missing VRP (submission))Sandra Loosemore2010-06-081-1/+4
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* gimple.c (gimple_call_builtin_p): New function.Jan Hubicka2010-05-311-0/+1
* vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher2010-05-151-14/+2
* gimple.h (compare_field_offset): Rename into...Eric Botcazou2010-05-151-1/+1
* re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2010-05-141-0/+14
* re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2010-05-141-0/+7
* gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor2010-05-131-0/+2
* c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2010-05-101-0/+2
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-0/+1
* Makefile.in (OBJS-common): Add gimple-fold.o.Richard Guenther2010-04-151-0/+12
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-0/+44
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther2010-02-261-1/+0
* gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.Richard Guenther2010-01-071-40/+22
* gimple.h (compare_field_offset): Declare.Richard Guenther2009-12-151-0/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-9/+9
* tree.h (union tree_ann_d): Don't declare.Michael Matz2009-11-241-0/+4
* re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)Alexandre Oliva2009-11-211-0/+1
* gimple.h (union gimple_statement_d): Add gsmembase member.Richard Guenther2009-11-181-8/+9
* re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil2009-10-261-1/+0
* lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther2009-10-161-2/+0
* gimple.c (free_gimple_type_tables): New function.Richard Guenther2009-10-081-0/+1
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+19
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-4/+32
* Squash commit of EH in gimpleRichard Henderson2009-09-141-24/+50
* gsstruct.def (DEFGSSTRUCT): Remove printable-name argument...Richard Henderson2009-09-111-11/+36
* gimple.h (CASE_GIMPLE_OMP): New.Richard Henderson2009-09-091-14/+23
* [multiple changes]Diego Novillo2009-09-031-0/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+163
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-1/+0
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-1/+1
* tree.h (STRIP_NOPS, [...]): Use tree_strip_nop_conversions...Adam Nemet2009-06-171-0/+1
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-63/+0
* re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop)Richard Guenther2009-05-151-29/+38
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-49/+27
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-3/+5
* gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther2009-04-161-52/+13
* gimple.h (walk_stmt_load_store_addr_ops): Declare.Richard Guenther2009-04-161-0/+7