aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-01re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva1-1/+17
2012-02-25re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva1-22/+34
2012-02-14re PR bootstrap/52172 (stage 3 Bootstrap comparison failure on FreeBSD ia64)Jakub Jelinek1-0/+13
2012-02-13cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right away if seen.Jakub Jelinek1-1/+11
2012-02-13cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.Jakub Jelinek1-2/+5
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-16/+2
2012-01-07re PR bootstrap/51725 (segfault in stage 3 when compiling gcc/opts.c for spar...Alexandre Oliva1-8/+32
2012-01-06re PR debug/51746 (Segfault in cselib_preserved_value_p)Alexandre Oliva1-0/+4
2012-01-03re PR bootstrap/51725 (segfault in stage 3 when compiling gcc/opts.c for spar...Jakub Jelinek1-1/+7
2012-01-02re PR bootstrap/51725 (segfault in stage 3 when compiling gcc/opts.c for spar...Jakub Jelinek1-2/+4
2011-12-31cselib.h (cselib_add_permanent_equiv): Declare.Alexandre Oliva1-40/+124
2011-11-01re PR debug/50869 (ice in vt_expand_var_loc_chain)Alexandre Oliva1-3/+4
2011-06-27re PR debug/49544 (ICE in new_elt_loc_list)Jakub Jelinek1-1/+9
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-0/+9
2011-05-31cselib.c (promote_debug_loc): Allow l->next non-NULL for cselib_preserve_cons...Jakub Jelinek1-1/+44
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-03-29re PR debug/48203 (ICE in dwarf2out.c while building eglibc.)Jakub Jelinek1-4/+29
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek1-0/+8
2011-02-03re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva1-66/+230
2011-02-01tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.Bernd Schmidt1-8/+8
2010-12-03basic-block.h (struct edge_prediction): Remove forward declaration.Laurynas Biveinis1-0/+6
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-09rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.Jakub Jelinek1-0/+9
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-30re PR debug/44694 (Long var tracking compile time of GiNaC tests)Jakub Jelinek1-4/+11
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-03-31re PR bootstrap/43596 (Failed to boostrap)Jakub Jelinek1-2/+3
2010-03-30re PR debug/42977 ("-fcompare-debug failure" with "-O2 -finline-functions -fo...Alexandre Oliva1-39/+173
2010-03-16re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek1-9/+81
2010-03-12cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.Jakub Jelinek1-41/+2
2010-03-07re PR debug/43176 (var-tracking fails to notice a value change)Jakub Jelinek1-5/+35
2010-02-03re PR debug/42896 (Random debug generation differences, bootstrap fails)Alexandre Oliva1-23/+28
2009-11-25Remove trailing white spaces.H.J. Lu1-23/+23
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-1/+7
2009-10-22rtl.h (shallow_copy_rtvec): Declare.Richard Sandiford1-14/+15
2009-10-20rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford1-13/+14
2009-10-13re PR target/41693 (RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371)Jakub Jelinek1-1/+2
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-0/+12
2009-09-11re PR debug/41276 (Segmentation fault in lookup_page_table_entry)Alexandre Oliva1-19/+31
2009-09-08re PR debug/41276 (Segmentation fault in lookup_page_table_entry)Alexandre Oliva1-6/+6
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-71/+336
2009-06-22alias.c: Use REG_P...Shujing Zhao1-3/+3
2009-04-24re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops)Jakub Jelinek1-2/+2
2008-12-23re PR middle-end/31150 (Not promoting an whole array to be static const)Jakub Jelinek1-21/+109
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-5/+5
2008-06-17Remove libcall notes.Steven Bosscher1-11/+0
2008-05-20* cselib.c (cselib_record_sets): Use correct mode for IF_THEN_ELSE.Alexandre Oliva1-1/+1
2008-05-07[multiple changes]Kenneth Zadeck1-1/+5
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-2/+10