Remove a layer of indirection from hash_table
[gcc.git] / gcc / dse.c
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...
2008-12-22 Jakub Jelinekre PR middle-end/31150 (Not promoting an whole array...
2008-12-18 Kenneth Zadeckre PR rtl-optimization/37922 (code generation error)
2008-11-24 Jakub Jelinekre PR middle-end/37135 (code size increase for struct...
2008-09-11 Jakub Jelinekre PR target/37382 (ICE in extract_insn: <var_decl...
2008-08-31 Jan Hubickafwprop.c (should_replace_address): Add speed attribute.
2008-07-30 Andreas Schwabre PR rtl-optimization/36929 (internal compiler error...
2008-07-15 Kaveh R. Ghazidf-problems.c (df_set_note): Avoid C++ keywords.
2008-06-30 Kenneth Zadeckdf-scan.c (df_scan_free_ref_vec, [...]): New macros.
2008-06-26 Kaveh R. Ghazialias.c (record_alias_subset, [...]): Fix -Wc++-compat...
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-07 Kenneth Zadeck[multiple changes]
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-17 Richard Sandifordre PR rtl-optimization/35838 (FAIL: 22_locale/num_get...
2008-04-11 H.J. Ludse.c (record_store): Use HOST_BITS_PER_WIDE_INT instea...
2008-04-11 H.J. Lure PR middle-end/35897 (DSE doesn't support targets...
2008-04-07 Eric BotcazouRemoval of Return with Depressed Stack Pointer support
2008-03-22 Richard Sandifordre PR rtl-optimization/33927 (replace_read in dse.c...
2008-03-19 Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
next