aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-36/+72
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-03-30In dse.c, remove alias hash tables that are never set.Lawrence Crowl1-191/+1
2013-03-09dse.c (delete_dead_store_insn): Respect TDF_DETAILS.Steven Bosscher1-46/+46
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-10* dse.c (record_store): Remove unnecessary assert.Mike Stump1-4/+1
2012-11-28re PR other/55358 (Valgrind errors)Markus Trippelsdorf1-2/+0
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-21/+18
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-5/+7
2012-10-16re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou1-2/+31
2012-10-16rtl.h (get_call_rtx_from): New prototype.Steven Bosscher1-8/+2
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-18/+20
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou1-6/+6
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-13/+6
2012-08-18re PR middle-end/54313 (GCC fails to bootstrap with MALLOC_PERTURB – Segfau...Steven Bosscher1-1/+0
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-62/+53
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-1/+1
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-11/+3
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-2/+9
2012-04-21re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford1-5/+1
2012-04-20re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Jakub Jelinek1-2/+2
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-109/+0
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-6/+5
2011-12-09dse.c (get_stored_val, [...]): Use gen_int_mode.Joern Rennecke1-2/+2
2011-11-30re PR rtl-optimization/51044 (gfortran.dg/alloc_comp_class_2.f90 gfortran.dg...Jakub Jelinek1-1/+6
2011-11-06regset.h (fixed_reg_set_regset): Declare.Joern Rennecke1-18/+123
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-1/+1
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-6/+5
2011-07-06machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt1-2/+1
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-4/+6
2011-06-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Easwaran Raman1-16/+103
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-03-19cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov1-5/+4
2011-03-17re PR rtl-optimization/48141 (DSE compile time hog)Jakub Jelinek1-0/+22
2011-03-17re PR rtl-optimization/48141 (DSE compile time hog)Jakub Jelinek1-4/+4
2011-02-11re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision ...Pat Haugen1-1/+1
2011-02-03re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva1-72/+15
2010-08-27dse.c (group_info.base_mem, [...]): Use BLKmode to cover all the possible off...Olivier Hainque1-4/+5
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-7/+7
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-10/+4
2010-06-29calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd1-2/+3
2010-06-22df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.Jan Hubicka1-1/+2