re PR rtl-optimization/62078 (ICE: verify_flow_info failed: missing REG_EH_REGION...
[gcc.git] / gcc / dse.c
2015-01-21 Jakub Jelinekre PR rtl-optimization/62078 (ICE: verify_flow_info...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08 Jakub Jelinekre PR target/55023 (hppa: wrong code generated with...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-22 John David Anglinre PR target/55023 (hppa: wrong code generated with...
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-09-22 Jan Hubickatree-ssa-ccp.c (prop_value_d): Rename to ...
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 Richard Sandifordrtl.h (for_each_inc_dec_fn): Remove special case for -1.
2014-08-28 Richard Sandiforddse.c: Include rtl-iter.h.
2014-08-26 David MalcolmTweak to dse.c
2014-08-26 David Malcolmcselib and incdec
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-07 Trevor Saundersconvert the rest of the users of pointer_map to hash_map
2014-07-09 Trevor Saundersremove has_execute
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-03-11 Richard Sandifordbuiltins.c (expand_builtin_setjmp_receiver): Use and...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_ALL_BB macro.
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-03-30 Lawrence CrowlIn dse.c, remove alias hash tables that are never set.
2013-03-09 Steven Bosscherdse.c (delete_dead_store_insn): Respect TDF_DETAILS.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-10 Mike Stump* dse.c (record_store): Remove unnecessary assert.
2012-11-28 Markus Trippelsdorfre PR other/55358 (Valgrind errors)
2012-11-26 Hans-Peter Nilssonre PR middle-end/55030 (gcc.c-torture/execute/builtins...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch renames sbitmap iterators to unify them...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-25 Lawrence CrowlChange hash_table to support a comparator type differen...
2012-10-16 Eric Botcazoure PR rtl-optimization/54870 (gfortran.dg/array_constru...
2012-10-16 Steven Bosscherrtl.h (get_call_rtx_from): New prototype.
2012-10-09 Lawrence CrowlChange more non-GTY hash tables to use the new type...
2012-09-14 Eric Botcazoure PR rtl-optimization/44194 (struct returned by value...
2012-08-23 Kenneth Zadeckalias.c (rtx_equal_for_memref_p): Convert constant...
2012-08-18 Steven Bosscherre PR middle-end/54313 (GCC fails to bootstrap with...
2012-08-17 Steven Bosscherre PR middle-end/54146 (Very slow compile with attribut...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-15 Eric Botcazoure PR middle-end/53590 (compiler fails to generate...
2012-05-31 Steven BosscherMakefile.in: Fix many dependencies.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-09 Richard Sandifordre PR bootstrap/53249 (Bootstrap failure)
2012-05-05 Richard Sandifordrtl.h (plus_constant, [...]): Merge into a single plus_...
2012-04-21 Richard Sandifordre PR bootstrap/53021 (bootstrap failure on Linux/ia32)
2012-04-20 Jakub Jelinekre PR bootstrap/53021 (bootstrap failure on Linux/ia32)
2012-03-29 Richard Guenthercgraph.h (cgraph_materialize_all_clones): Remove.
2012-01-24 Richard Sandifordrtl.h (true_dependence, [...]): Remove varies parameter.
2011-12-09 Joern Renneckedse.c (get_stored_val, [...]): Use gen_int_mode.
2011-11-30 Jakub Jelinekre PR rtl-optimization/51044 (gfortran.dg/alloc_comp_cl...
2011-11-06 Joern Renneckeregset.h (fixed_reg_set_regset): Declare.
2011-08-18 Richard Sandifordrtl.h (set_src_cost, [...]): New functions.
2011-07-19 Richard Sandifordrtl.texi (MEM_SIZE_KNOWN_P): Document.
2011-07-06 Bernd Schmidtmachmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
2011-06-16 Joern Renneckere PR middle-end/46500 (target.h includes tm.h)
2011-06-14 Easwaran Ramanre PR rtl-optimization/44194 (struct returned by value...
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-03-19 Anatoly Sokolovcfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap...
2011-03-17 Jakub Jelinekre PR rtl-optimization/48141 (DSE compile time hog)
2011-03-17 Jakub Jelinekre PR rtl-optimization/48141 (DSE compile time hog)
2011-02-11 Pat Haugenre PR rtl-optimization/47614 (cpu2000 benchmark 301...
2011-02-03 Alexandre Olivare PR debug/43092 (Wrong debuginfo with VTA and -fomit...
2010-08-27 Olivier Hainquedse.c (group_info.base_mem, [...]): Use BLKmode to...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-19 Nathan Froydcfgloop.c (get_loop_body_in_bfs_order): Avoid redundant...
2010-06-29 Nathan Froydcalls.c, [...]: Call targetm.calls.function_arg...
2010-06-22 Jan Hubickadf-problems.c (df_rd_confluence_n, [...]): Return true...
2010-03-16 Jakub Jelinekre PR debug/43051 (VTA causes a stack living parameter...
2010-02-04 Richard Guentherre PR rtl-optimization/42952 (possible integer wrong...
2010-02-03 Alexandre Olivare PR debug/42896 (Random debug generation differences...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
2009-10-26 Ben Ellistonextend.texi (Named Address Spaces): New section.
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-08-05 Jakub Jelinekre PR rtl-optimization/40924 (miscompiles with -O3...
2009-06-22 Shujing Zhaoalias.c: Use REG_P...
2009-06-19 Ian Lance Taylordse.c (struct store_info): Rename bitmap field to bmap.
2009-05-13 Ben Ellistonre PR middle-end/40035 (ICE when cross-compiling with...
2009-04-24 Jakub Jelinekre PR rtl-optimization/39794 (Miscompile with -O2 ...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-03-18 Jakub Jelinekdse.c (struct group_info): Reorder fields for 64-bit...
2008-12-29 Uros Bizjakre PR middle-end/38652 (dse.c: In function get_call_arg...
next