summaryrefslogtreecommitdiff
path: root/gcc/dse.c
Commit message (Expand)AuthorAgeFilesLines
* In dse.c, remove alias hash tables that are never set.Lawrence Crowl2013-03-301-191/+1
* dse.c (delete_dead_store_insn): Respect TDF_DETAILS.Steven Bosscher2013-03-091-46/+46
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* * dse.c (record_store): Remove unnecessary assert.Mike Stump2013-01-101-4/+1
* re PR other/55358 (Valgrind errors)Markus Trippelsdorf2012-11-281-2/+0
* re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson2012-11-261-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-21/+18
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-1/+1
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-5/+7
* re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou2012-10-161-2/+31
* rtl.h (get_call_rtx_from): New prototype.Steven Bosscher2012-10-161-8/+2
* Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl2012-10-091-18/+20
* re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou2012-09-141-6/+6
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-13/+6
* re PR middle-end/54313 (GCC fails to bootstrap with MALLOC_PERTURB – Segfau...Steven Bosscher2012-08-181-1/+0
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-62/+53
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou2012-06-151-1/+1
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-1/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-3/+3
* re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford2012-05-091-11/+3
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-2/+9
* re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford2012-04-211-5/+1
* re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Jakub Jelinek2012-04-201-2/+2
* cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther2012-03-291-109/+0
* rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford2012-01-241-6/+5
* dse.c (get_stored_val, [...]): Use gen_int_mode.Joern Rennecke2011-12-091-2/+2
* re PR rtl-optimization/51044 (gfortran.dg/alloc_comp_class_2.f90 gfortran.dg...Jakub Jelinek2011-11-301-1/+6
* regset.h (fixed_reg_set_regset): Declare.Joern Rennecke2011-11-061-18/+123
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-6/+5
* machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt2011-07-061-2/+1
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-4/+6
* re PR rtl-optimization/44194 (struct returned by value generates useless stores)Easwaran Raman2011-06-141-16/+103
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+0
* cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov2011-03-191-5/+4
* re PR rtl-optimization/48141 (DSE compile time hog)Jakub Jelinek2011-03-171-0/+22
* re PR rtl-optimization/48141 (DSE compile time hog)Jakub Jelinek2011-03-171-4/+4
* re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision ...Pat Haugen2011-02-111-1/+1
* re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva2011-02-031-72/+15
* dse.c (group_info.base_mem, [...]): Use BLKmode to cover all the possible off...Olivier Hainque2010-08-271-4/+5
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-7/+7
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-10/+4
* calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd2010-06-291-2/+3
* df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.Jan Hubicka2010-06-221-1/+2
* re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek2010-03-161-2/+3
* re PR rtl-optimization/42952 (possible integer wrong code bug)Richard Guenther2010-02-041-3/+0