re PR libfortran/47567 (Wrong output for small absolute values with F editing)
[gcc.git] / gcc / tree-cfg.c
2011-02-12 Martin Jambortree-cfg.c (verify_gimple_call): Return true upon inval...
2011-01-19 Mike StumpFixup formatting.
2010-12-01 Joseph Myerscommon.opt (main_input_filename, [...]): New Variable...
2010-11-26 Alexandre Olivare PR debug/46258 (gcc.dg/tree-ssa/pr23820.c: -fcompare...
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-11-04 Richard Guenthertree.def (FMA_EXPR): New tree code.
2010-11-02 Jakub Jelinekre PR debug/46255 (-fcompare-debug failure with -fprofi...
2010-10-20 Richard Guentherre PR lto/45667 (ICE: verify_stmts failed: type mismatc...
2010-10-18 Eric Botcazoutree-flow.h (gimple_purge_all_dead_abnormal_call_edges...
2010-10-07 Richard Guentherre PR middle-end/45869 (type mismatch in shift expressi...
2010-09-24 Jan Hubickaextend.texi: (attribute leaf): Document.
2010-09-15 Jakub Jelinekre PR tree-optimization/45633 (internal compiler error...
2010-09-07 Richard Guentherre PR middle-end/45569 (ICE: verify_stmts failed: state...
2010-09-06 Richard Guenthertree.def (MISALIGNED_INDIRECT_REF): Remove.
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-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-16 Richard Guenthertree-cfg.c (verify_types_in_gimple_reference): Verify...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-13 Joern Renneckere PR other/44874 (TDF_NOUID dumps miss information...
2010-07-09 Richard Guentherre PR middle-end/44890 (Hitting gcc_assert in build2_st...
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-07-07 Richard Guenthertree-ssa-propagate.h (valid_gimple_call_p): Remove.
2010-07-06 Nathan Froydvec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
2010-07-05 Richard Guenthertree-ssa-loop-im.c (for_each_index): Do not handle...
2010-07-05 Richard Bienertree-cfg.c (verify_gimple_return): Handle DECL_BY_REFER...
2010-07-02 Richard Guentherre PR middle-end/44777 (ICE: SIGSEGV with -fprofile...
2010-07-01 Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-26 Richard Guentherre PR tree-optimization/44393 (ICE: verify_ssa failed...
2010-06-25 Bernd SchmidtWith large parts from Jim Wilson:
2010-06-11 Jan Hubickainvoke.texi (Wsuggest-attribute): Document.
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-03 Jakub Jelinekre PR debug/44375 (goto_locus lost at -O0 during cfg...
2010-06-01 Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-06-01 Jan Hubickatree-cfg.c (verify_stmt): Do not skip could_throw test.
2010-05-31 Jan Hubickagimple.c (gimple_call_builtin_p): New function.
2010-05-30 Richard Guenthertree-cfg.c (verify_gimple_assign_single): Implement...
2010-05-29 Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-27 Joseph Myersdiagnostic-core.h: New.
2010-05-21 Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-04-22 Bernd Schmidtre PR middle-end/29274 (not using mulsidi3)
2010-04-14 Michael Matzre PR tree-optimization/42963 (Redundant switch labels...
2010-03-16 Richard Guentherre PR tree-optimization/43379 (ICE: error: SSA_NAME_OCC...
2010-03-15 Richard Guentherre PR tree-optimization/43367 (ice: in may_propagate_co...
2010-02-03 Richard Guentherre PR tree-optimization/42927 (type mismatch in shift...
2010-01-28 Razya Ladelsky28-01-2010 Razya Ladelsky <razya@il.ibm.com>
2010-01-17 Richard Guenthertree-ssa-uncprop.c (uncprop_into_successor_phis): Fix...
2010-01-15 Richard Guentherre PR middle-end/42739 (ICE with computed goto, destruc...
2010-01-09 Alexandre OlivaUpdate copyright notices of my recent commits.
2010-01-09 Alexandre Olivare PR middle-end/42363 (ICE: verify_flow_info failed...
2010-01-07 Richard Guenthergimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHEC...
2010-01-05 Eric Fisherinvoke.texi: Remove the documentation about option...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-21 Martin Jambortree-cfg.c (verify_types_in_gimple_reference): Error...
2009-11-16 Alexandre Olivatree-cfg.c (gimple_redirect_edge_and_branch): Create...
2009-11-08 Zbigniew Chamskicfgrtl.c (pass_free_cfg): Add pass name.
2009-10-26 Ben Ellistonextend.texi (Named Address Spaces): New section.
2009-10-22 Razya Ladelskyouter-4.c: Adjust scan.
2009-10-22 Razya Ladelskycfgloopmanip.c (duplicate_subloops): Export.
2009-10-08 Michael Matzre PR middle-end/41573 (segfault in trunk related to...
2009-10-03 Diego NovilloMerge lto branch into trunk.
2009-09-24 Jakub Jelinekcgraphunit.c (cgraph_lower_function): Revert last change.
2009-09-22 Jakub Jelinekre PR middle-end/41429 (gomp tests timeout with -fpic)
2009-09-16 Richard Hendersonre PR target/41246 (should "sorry" when regparm=3 and...
2009-09-14 Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-10 Richard Hendersontree-cfg.c (dump_function_to_file): Dump eh tree with...
2009-09-10 Richard Hendersontree-cfg.c (gimple_redirect_edge_and_branch): Do gimple...
2009-09-10 Richard Hendersontree-cfg.c (split_edge_bb_loc): Don't disallow placemen...
2009-09-10 Richard Henderson* tree-cfg.c (is_ctrl_stmt): Use a switch.
2009-09-10 Richard Hendersontree-cfg.c (gimple_can_merge_blocks_p): Move label...
2009-09-10 Richard Hendersongimple-iterator.c (gimple_find_edge_insert_loc): Use...
2009-09-09 Richard Hendersongimple.h (CASE_GIMPLE_OMP): New.
2009-09-09 Martin Jambortree-cfg.c (verify_gimple_phi): Check that gimple_phi_r...
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-08-26 Richard Guentherre PR c/41163 (verify_gimple fails)
2009-08-26 Michael MatzRevert accidental commit of tree-cfg.c in r151099.
2009-08-25 Jan Hubickabmmintrin.h: Replace by #error.
2009-08-03 Richard Guenthertree-cfg.c (pass_warn_unused_result): Mark name that...
2009-07-30 Andrew MacLeodAdd source_location support to PHI arguments.
2009-07-24 Cary Coutant* tree-cfg.c (assign_discriminator): Add explicit paren...
2009-07-24 Cary Coutantcfghooks.c (split_block): Copy discriminator to new...
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-07 Manuel López-Ibáñezre PR c++/31246 (-Wunreachable-code warnings for compil...
2009-07-07 Manuel López-Ibáñezcgraphunit.c: Replace %J by an explicit location.
2009-07-07 Manuel López-Ibáñezc-lex.c: Replace %H by an explicit location.
2009-06-30 Jan HubickaRevert accidental commit.
2009-06-30 Jan Hubickacfgloopanal.c (check_irred): Move into ...
2009-06-19 Ian Lance Taylortree-cfg.c (gimple_redirect_edge_and_branch): Change...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-07 Bernhard Reutner... tree-cfg.c (gimple_merge_blocks): Commentary typo fix.
2009-06-04 Cary Coutantbasic-block.h (struct basic_block_def): Add discriminat...
2009-05-24 Paolo Bonzinitree-ssa-operands.h (push_stmt_changes, [...]): Delete.
2009-05-22 Richard Guentherre PR tree-optimization/38964 (TBAA side-effects of...
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-08 Jan Hubickacgraphbuild.c (compute_call_stmt_bb_frequency): Accept...
2009-04-29 Richard Guenthertree-cfg.c (verify_gimple_assign_binary): Allow vector...
2009-04-29 Richard Guenthertree-cfg.c (verify_types_in_gimple_reference): Add...
next