Daily bump.
[gcc.git] / gcc / gimple.c
2012-02-24 Richard Guentherre PR tree-optimization/52361 (gcc.dg/pr48141.c times...
2012-02-15 Eric Botcazoure PR lto/52178 (Ada bootstrap failure in LTO mode)
2012-01-09 Aldy Hernandezgimple.c (is_gimple_non_addressable): Remove.
2011-12-19 Richard Guentherre PR bootstrap/51572 (LTO bootstrap failed with bootst...
2011-12-15 Richard Guentherre PR debug/51567 (ICE in splice_child_die, at dwarf2ou...
2011-12-06 Richard Guentherre PR tree-optimization/51363 (ICE: in gimple_rhs_has_s...
2011-12-05 Richard Guenthercgraph.c (cgraph_create_edge_1): Initialize call_stmt_c...
2011-12-01 Diego NovilloRevert
2011-11-29 Diego Novillogimple.c (gimple_call_set_cannot_inline): Move from...
2011-11-18 Martin Jamborre PR tree-optimization/50605 (ice in ipa_get_jf_pass_t...
2011-11-10 Richard Guentherre PR middle-end/51071 (ICE in gimple_has_side_effects...
2011-11-08 Michael Matzgengtype.c (write_field_root): Avoid out-of-scope acces...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-10-14 Jakub Jelinekgimple.c (walk_stmt_load_store_addr_ops): Call visit_ad...
2011-10-07 Richard HendersonRename vshuffle/vec_shuffle to vec_perm.
2011-10-07 Tom de Vriesre PR middle-end/50527 (inconsistent vla align)
2011-10-03 Artjoms SinkarovsVector shuffling patch from Artem Shinkarov.
2011-09-26 Jakub Jelinekgimple-fold.c (gimplify_and_update_call_from_tree)...
2011-09-01 Richard Guentherexpr.c (expand_expr_real_2): Move COND_EXPR and VEC_CON...
2011-08-03 Jakub Jelinekre PR tree-optimization/49948 (ICE with -ftree-parallel...
2011-08-02 Kai Tietzgimple.c (canonicalize_cond_expr_cond): Handle cast...
2011-06-22 Jakub Jelinekre PR debug/47858 (IPA-SRA decreases quality of debug...
2011-06-16 Richard Guenthergimple.c (canonicalize_cond_expr_cond): (bool)x is...
2011-05-31 Richard Guenthergimple.c (gimple_register_canonical_type): Do not regis...
2011-05-30 Richard Guenthergimple.c (gimple_types_compatible_p_1): Compare record...
2011-05-25 Richard Guenthergimple.c (iterative_hash_canonical_type): Skip non...
2011-05-24 Richard Guenthergimple.c (compare_type_names_p): Remove for_completion_...
2011-05-24 Richard Guentherre PR bootstrap/49078 (LTO bootstrap failed with bootst...
2011-05-23 Richard Guenthergimple.c (gimple_types_compatible_p_1): Always compare...
2011-05-20 Richard Guentherre PR middle-end/48849 (SPEC CPU 2000/2006 failed to...
2011-05-20 Richard Guenthergimple.c (gimple_register_type_1): Do not fiddle with...
2011-05-19 Jan Hubickagimple.c (gtc_visited, [...]): Remove.
2011-05-19 Richard Guenthergimple.c (gimple_types_compatible_p_1): Compare names...
2011-05-18 Richard Guentherre PR tree-optimization/49018 (Inline assembly block...
2011-05-18 Richard Guenthergimple.c (gimple_register_type_1): New function, split...
2011-05-17 Richard Guenthergimple.c (type_hash_pair_compare): Fix comparison.
2011-05-17 Richard Guenthergimple.c (iterative_hash_gimple_type): Simplify singlet...
2011-05-17 Richard Guentherre PR bootstrap/49013 (LTO bootstrap failed with bootst...
2011-05-17 Richard Guenthergimple.c (gimple_register_canonical_type): Use the...
2011-05-16 Richard Guenthergimple.c (gimple_types_compatible_p_1): Use names of...
2011-05-16 Richard Guenthergimple.c (iterative_hash_gimple_type): Re-instantiate...
2011-05-16 Richard Guenthergimple.c (struct type_hash_pair): New type.
2011-05-13 Richard Guenthergimple.c (gimple_canonical_types_compatible_p): Do...
2011-05-13 Richard Guentherre PR lto/48978 (excessive hash table allocation for...
2011-05-12 Richard Guenthergimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle...
2011-05-11 Richard Guentherre PR bootstrap/48964 (LTO profiledbootstrap failure)
2011-05-11 Richard Guenthergimple.c (gimple_type_hash_1): Merge with ...
2011-05-11 Richard Guenthergimple.c (gimple_canonical_types_compatible_p): Split...
2011-05-09 Richard Guentherlto-symtab.c (lto_cgraph_replace_node): Use types_compa...
2011-05-09 Jan Hubickagimple.c (type_pair_hash, [...]): Arrange type pairs...
2011-04-21 Eric Botcazou* gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple...
2011-04-20 Richard SandifordMakefile.in (INTERNAL_FN_DEF, [...]): Define.
2011-04-19 Eric Botcazoure PR bootstrap/48148 (LTO bootstrap failed with bootst...
2011-04-15 Michael Matztree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
2011-04-15 Nathan Froydgimple.h (gimple_asm_clobbers_memory_p): Declare.
2011-04-12 Richard Guentherre PR tree-optimization/46076 (constant propagation...
2011-04-10 Mike StumpRemove doubled up words.
2011-04-08 Richard Guenthergimple.c (gimple_call_flags): Remove kludge.
2011-04-08 Richard Guenthergimple.c (gimple_set_modified): Do not queue calls...
2011-04-08 Richard Guenthergimple.h (gimple_call_fntype): New function.
2011-04-03 Michael Matzlto-streamer.h (struct lto_streamer_cache_d): Remove...
2011-04-03 Michael Matztree.c (decl_init_priority_insert): Don't create entry...
2011-03-25 Kai TietzChangeLog gcc/
2011-03-22 Richard Guenthergimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC...
2011-03-21 Richard Guentherre PR middle-end/47661 (predict is confused by FP compa...
2010-12-02 Richard Guentherre PR c++/44871 (Invalid type mismatches while merging...
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-27 Richard Guenthergimple.c (gimple_assign_copy_p): Use gimple_assign_sing...
2010-11-26 Richard Guentherre PR lto/46648 (type mismatch in array reference;...
2010-11-18 Richard Guentherre PR lto/46525 (Failed to bootstrap-lto)
2010-11-17 Richard Guentherre PR lto/46504 (LTO failed on 483.xalancbmk in SPEC...
2010-11-04 Richard Guenthertree.def (FMA_EXPR): New tree code.
2010-11-03 Nathan Froydbuiltins.c (fold_builtin_signbit): Use build_zero_cst...
2010-10-22 Richard Guenthergimple.h (gimple_register_canonical_type): Declare.
2010-10-21 Nathan Froydbasic-block.h (single_succ_edge): Use gcc_checking_assert.
2010-10-14 Richard Guentherre PR c++/44561 (using nullptr_t with -flto/-fwhopr...
2010-10-04 Jan Hubickagimple-fold.c (static_object_in_other_unit_p): Rename...
2010-09-08 Richard Guenthergimple.c (gimple_types, [...]): Move to GC memory.
2010-09-03 Richard Guenthertree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
2010-09-01 Richard Guentheralias.c (ao_ref_from_mem): Adjust.
2010-08-25 Richard Guentheralias.c (get_alias_set): Assign a single alias-set...
2010-08-25 Richard Guentherre PR tree-optimization/44562 (ICE: in get_alias_set...
2010-08-24 Sebastian PopDo not check whether memory references accessed in...
2010-08-16 Richard Guenthertree-cfg.c (verify_types_in_gimple_reference): Verify...
2010-07-23 Richard Guentherlto-symtab.c (lto_symtab_merge): Use gtc_mode enum...
2010-07-22 Richard Guentherre PR lto/42451 ('warning: type of "array" does not...
2010-07-21 Richard Guentherre PR middle-end/45013 (Failed to build 483.xalancbmk...
2010-07-20 Richard Guentherlto-symtab.c (lto_symtab_merge): Use gimple_types_compa...
2010-07-10 Richard Guentherre PR lto/44889 (Bogus "type of ‘nsLayoutModule_NSModul...
2010-07-09 Richard Guenthergimple.c (struct type_fixup_s): New struct and VEC...
2010-07-07 Richard Guenthertree-ssa-propagate.h (valid_gimple_call_p): Remove.
2010-07-04 Jeremie Salvuccigimple.c (gimple_body): Comments added.
2010-07-01 Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-25 Bernd SchmidtWith large parts from Jim Wilson:
2010-06-22 Eric Botcazoucgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee...
2010-06-13 Richard Guentherlto-streamer-in.c (lto_input_ts_type_tree_pointers...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-05-31 Jan Hubickagimple.c (gimple_call_builtin_p): New function.
2010-05-26 Eric Botcazougimple.c (gimple_types_compatible_p): Return 0 for...
2010-05-26 Kai Tietzdemangle-expected: Add tests for __int128 and unsigned...
next