summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/44871 (Invalid type mismatches while merging C and C++ sources)Richard Guenther2010-12-021-37/+85
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.Richard Guenther2010-11-271-31/+5
* re PR lto/46648 (type mismatch in array reference; verify_stmts failed)Richard Guenther2010-11-261-17/+16
* re PR lto/46525 (Failed to bootstrap-lto)Richard Guenther2010-11-181-1/+22
* re PR lto/46504 (LTO failed on 483.xalancbmk in SPEC CPU 2006)Richard Guenther2010-11-171-0/+4
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-1/+2
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-3/+2
* gimple.h (gimple_register_canonical_type): Declare.Richard Guenther2010-10-221-15/+145
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther2010-10-141-0/+4
* gimple-fold.c (static_object_in_other_unit_p): Rename to...Jan Hubicka2010-10-041-1/+2
* gimple.c (gimple_types, [...]): Move to GC memory.Richard Guenther2010-09-081-16/+39
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-7/+4
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-1/+1
* alias.c (get_alias_set): Assign a single alias-set to all pointers.Richard Guenther2010-08-251-57/+0
* re PR tree-optimization/44562 (ICE: in get_alias_set, at alias.c:716 with -fl...Richard Guenther2010-08-251-4/+7
* Do not check whether memory references accessed in every iteration trap.Sebastian Pop2010-08-241-16/+14
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-0/+3
* lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther2010-07-231-69/+40
* re PR lto/42451 ('warning: type of "array" does not match original declaratio...Richard Guenther2010-07-221-66/+255
* re PR middle-end/45013 (Failed to build 483.xalancbmk in SPEC CPU 2006)Richard Guenther2010-07-211-0/+6
* lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther2010-07-201-73/+55
* re PR lto/44889 (Bogus "type of ‘nsLayoutModule_NSModule’ does not match ...Richard Guenther2010-07-101-48/+84
* gimple.c (struct type_fixup_s): New struct and VEC type.Richard Guenther2010-07-091-2/+31
* tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther2010-07-071-16/+21
* gimple.c (gimple_body): Comments added.Jeremie Salvucci2010-07-041-1/+4
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-6/+35
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-14/+35
* cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem...Eric Botcazou2010-06-221-7/+1
* lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther2010-06-131-7/+10
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-5/+6
* gimple.c (gimple_call_builtin_p): New function.Jan Hubicka2010-05-311-0/+12
* gimple.c (gimple_types_compatible_p): Return 0 for aggregate and pointer type...Eric Botcazou2010-05-261-2/+9
* demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2010-05-261-0/+8
* gimple.c (gimple_types_compatible_p): Check type qualifications before mergin...Richard Guenther2010-05-221-1/+10
* gimple.h (compare_field_offset): Rename into...Eric Botcazou2010-05-151-7/+26
* re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2010-05-141-0/+4
* re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2010-05-141-1/+1
* gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor2010-05-131-39/+0
* c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2010-05-101-0/+74
* gimple.c (gimple_types_compatible_p): Treat bounds of domain types as equal i...Eric Botcazou2010-05-081-2/+8
* re PR c++/43080 (ICE with anonymous union and -flto)Richard Guenther2010-04-261-1/+2
* gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou2010-04-131-4/+8
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-0/+16
* ipa-reference.c (mark_load): Use get_base_address.Richard Guenther2010-04-071-3/+3
* re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther2010-02-261-48/+0
* re PR lto/42665 (Internal compiler exception in with gfortran when using -fw...Richard Guenther2010-01-141-2/+6
* re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth2010-01-051-2/+2
* gimple.h (compare_field_offset): Declare.Richard Guenther2009-12-151-1/+1