aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)Author
2014-03-11builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...Richard Sandiford
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener
2013-03-30In dse.c, remove alias hash tables that are never set.Lawrence Crowl
2013-03-09dse.c (delete_dead_store_insn): Respect TDF_DETAILS.Steven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-10* dse.c (record_store): Remove unnecessary assert.Mike Stump
2012-11-28re PR other/55358 (Valgrind errors)Markus Trippelsdorf
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl
2012-10-16re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou
2012-10-16rtl.h (get_call_rtx_from): New prototype.Steven Bosscher
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck
2012-08-18re PR middle-end/54313 (GCC fails to bootstrap with MALLOC_PERTURB – Segfau...Steven Bosscher
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford
2012-04-21re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford
2012-04-20re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Jakub Jelinek
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford
2011-12-09dse.c (get_stored_val, [...]): Use gen_int_mode.Joern Rennecke
2011-11-30re PR rtl-optimization/51044 (gfortran.dg/alloc_comp_class_2.f90 gfortran.dg...Jakub Jelinek
2011-11-06regset.h (fixed_reg_set_regset): Declare.Joern Rennecke
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford
2011-07-06machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke
2011-06-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Easwaran Raman