re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subreg, at...
[gcc.git] / gcc / tree-ssa-threadedge.c
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-04-17 Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-04-11 Jakub Jelinekre PR middle-end/65735 (ICE (in duplicate_thread_path...
2015-02-16 Jeff Lawre PR tree-optimization/64823 (false "may be used unini...
2015-02-13 Jeff Lawre PR bootstrap/65060 (r220696 breaks bootstrap on...
2015-02-13 Jeff Lawre PR tree-optimization/64823 (false "may be used unini...
2015-02-06 Sebastian PopPR 64878: do not jump thread across more than one back...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-06 James Greenhalghextend jump thread for finite state automata
2014-11-19 David MalcolmPR jit/63854: Fix leak of paths within jump threading
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-07 Jeff Lawre PR tree-optimization/61515 (Extremely long compile...
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-06-30 Jeff Lawtree-ssa-threadedge.c (simplify_control_stmt_condition...
2014-06-12 Jeff Lawre PR tree-optimization/61009 (Incorrect jump threading...
2014-06-05 Jeff Lawre PR tree-optimization/61289 (Bad jump threading gener...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-09 Jeff Lawre PR tree-optimization/61009 (Incorrect jump threading...
2014-04-28 Jeff Lawre PR tree-optimization/60902 (ffmpeg built with gcc...
2014-04-23 Jeff Lawre PR tree-optimization/60902 (ffmpeg built with gcc...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Trevor Saundersmerge auto_vec and stack_vec
2013-11-22 Jeff Lawtree-ssa-threadedge.c (record_temporary_equivalence...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Mark the...
2013-11-21 Jeff Lawre PR tree-optimization/59221 (wrong code at -O2 and...
2013-11-20 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): After threa...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14 Jeff Lawtree-ssa-threadedge.c (thread_through_normal_block...
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Jeff Lawtree-ssa-threadedge.c (thread_around_empty_blocks)...
2013-11-08 Jeff Lawtree-ssa-threadupdate.h (delete_thread_path): Declare.
2013-11-07 Richard Bienertree-ssa-ccp.c (canonicalize_float_value): Rename to ...
2013-10-28 Trevor Saundersdf-scan.c (df_collection_rec): Adjust.
2013-10-23 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Do not...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21 Jeff Lawtree-ssa-threadedge.c (thread_through_normal_block...
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-04 Jeff Lawtree-ssa-threadedge.c: Fix some trailing whitespace...
2013-10-01 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Make path...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-26 Jeff Lawtree-flow.h (thread_through_all_blocks): Prototype...
2013-09-25 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Use foo...
2013-09-17 Jeff Lawpr58387.c: New test.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-11 Jeff Lawre PR tree-optimization/58380 (ice in fold_comparison)
2013-09-10 Jeff Lawre PR tree-optimization/58343 (ICE in dfs_enumerate_fro...
2013-09-09 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Fix initial...
2013-09-05 Jeff Lawtree-ssa-threadedge.c (thread_around_empty_blocks)...
2013-09-03 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Record...
2013-08-28 Jeff Lawtree-ssa-threadedge.c (thread_around_empty_block):...
2013-08-21 Jeff Lawtree-flow.h (register_jump_thread): Pass vector of...
2013-07-21 Mike StumpFix typos.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-13 Jakub Jelinektree-ssa-threadedge.c (propagate_threaded_block_debug_i...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-07 Jakub Jelinekre PR debug/54693 (VTA guality issues with loops)
2012-11-06 Alexandre Olivare PR debug/54693 (VTA guality issues with loops)
2012-11-04 Alexandre Olivare PR debug/54693 (VTA guality issues with loops)
2012-10-29 Alexandre Olivare PR debug/54693 (VTA guality issues with loops)
2012-10-26 Jeff Law* tree-ssa-threadedge.c (cond_arg_set_in_bb): Use last...
2012-10-24 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Remove...
2012-10-23 Jeff Lawtree-ssa-threadedge.c (cond_arg_set_in_bb): Remove...
2012-10-23 Jeff Lawre PR tree-optimization/54985 (dom optimization erroneo...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2011-09-01 Richard Guentherexpr.c (expand_expr_real_2): Move COND_EXPR and VEC_CON...
2011-06-16 Jeff Lawtree-ssa-threadupdate.c (struct redirection_data):...
2011-04-30 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Add missing...
2011-03-28 Jeff Lawtree-ssa-threadupdate.c (redirect_edges): Call create_e...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-06-25 Bernd SchmidtWith large parts from Jim Wilson:
2010-06-01 Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-06-27 Paolo Bonzinidomwalk.h (struct dom_walk_data): Remove all callbacks...
2009-04-28 Richard Guenthertree.h (SSA_NAME_VALUE): Remove.
2009-01-16 Jakub Jelinekre PR tree-optimization/38789 (__builtin_constant_p...
2008-08-18 Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-08 Daniel BerlinFix PR tree-optimization/23455 Fix PR tree-optimization...
2008-05-09 Tomas Bilypa.c (reloc_needed): Use CASE_CONVERT.
2008-04-30 Rafael Avila de... builtins.c (fold_call_expr): Return realret.
2008-04-23 Tomas Bilytree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-04-09 Zdenek Dvorakcfgloopmanip.c (create_preheader): Do not use loop_preh...
2007-03-08 Ian Lance Taylortree-vrp.c: Include "intl.h".
2007-02-13 Ian Lance Taylorcommon.opt: Add Wstrict-overflow and Wstrict-overflow=.
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-04-27 Andrew MacLeodImplement new immediate use iterators.
2006-03-04 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
next