aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-16re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek1-2/+3
2010-02-04re PR rtl-optimization/42952 (possible integer wrong code bug)Richard Guenther1-3/+0
2010-02-03re PR debug/42896 (Random debug generation differences, bootstrap fails)Alexandre Oliva1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-193/+193
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-9/+11
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-1/+2
2009-09-14Squash commit of EH in gimpleRichard Henderson1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+5
2009-08-05re PR rtl-optimization/40924 (miscompiles with -O3 (seemingly related to attr...Jakub Jelinek1-49/+67
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1
2009-06-19dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor1-8/+8
2009-05-14re PR middle-end/40035 (ICE when cross-compiling with -Os)Ben Elliston1-0/+1
2009-04-24re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops)Jakub Jelinek1-15/+49
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+2
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-9/+9
2008-12-29re PR middle-end/38652 (dse.c: In function get_call_args: dse.c:2309: error: ...Uros Bizjak1-0/+1
2008-12-23re PR middle-end/31150 (Not promoting an whole array to be static const)Jakub Jelinek1-111/+553
2008-12-18re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck1-5/+78