aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-22re PR debug/49815 (ICE in cselib_record_set, at cselib.c:2241 compiling 64-bi...Eric Botcazou1-1/+2
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-1/+1
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-2/+2
2011-07-15re PR debug/48220 (DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs re...Eric Botcazou1-5/+95
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-0/+23
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-10/+12
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-06-03params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.Alexandre Oliva1-1/+1
2011-06-03re PR debug/47590 (pragma optimize doesn't recompute derived options (was: va...Alexandre Oliva1-1/+1
2011-06-01re PR debug/49250 (ICE in set_slot_part, at var-tracking.c:6793)Jakub Jelinek1-0/+3
2011-06-01var-tracking.c (create_entry_value): New function.Jakub Jelinek1-51/+36
2011-05-31cselib.c (promote_debug_loc): Allow l->next non-NULL for cselib_preserve_cons...Jakub Jelinek1-1/+1
2011-05-31params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.Alexandre Oliva1-3/+5
2011-05-30var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with crtl->ar...Jakub Jelinek1-3/+54
2011-05-24var-tracking.c (compute_cfa_pointer): Adjust head comment.Eric Botcazou1-4/+17
2011-05-12re PR debug/48967 (ICE during use_narrower_mode)Jakub Jelinek1-0/+4
2011-05-09var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.Eric Botcazou1-6/+6
2011-05-06re PR debug/48902 (var-tracking.c fails to compile for PCC_STATIC_STRUCT_RETURN)Jakub Jelinek1-1/+1
2011-03-29re PR debug/48203 (ICE in dwarf2out.c while building eglibc.)Jakub Jelinek1-1/+36
2011-03-28var-tracking.c (canonicalize_values_mark): Delete unused lhs assignment.Jeff Law1-8/+8
2011-03-17re PR debug/48163 (ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc....Jakub Jelinek1-1/+10
2011-03-17Check SUBREG in prepare_call_arguments.H.J. Lu1-1/+5
2011-03-17re PR middle-end/48152 (Bootstrap failure for x86_64-w64-mingw32 due ICE)Jakub Jelinek1-7/+14
2011-03-16var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED to nargs.Jakub Jelinek1-1/+1
2011-03-16calls.c (emit_call_1): Set MEM_EXPR on call's MEM.Jakub Jelinek1-14/+94
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek1-2/+4
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek1-26/+331
2011-03-07re PR debug/47991 (Var-tracking ICE on s390x *setmem_long insn)Jakub Jelinek1-2/+9
2011-02-03re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva1-18/+30
2011-01-19re PR debug/47079 (FAIL: gcc.dg/guality/nrv-1.c)Alexandre Oliva1-0/+1
2010-12-22re PR debug/46724 (Wrong debug info: Invalid variable location)Alexandre Oliva1-91/+108
2010-12-13re PR debug/46867 (ICE: in emit_note_insn_var_location, at var-tracking.c:732...Jakub Jelinek1-56/+0
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-15re PR debug/46387 (ICE in add_stores, at var-tracking.c:5415)Jakub Jelinek1-0/+5
2010-11-12re PR rtl-optimization/46433 (var-tracking.c doesn't include tm_p.h)Joern Rennecke1-0/+1
2010-11-06re PR debug/45939 (Wrong debug info: Negative location range generated)Andreas Krebbel1-1/+11
2010-11-01re PR target/45250 (FAIL: tr1/5_numerical_facilities/special_functions/01_ass...Jakub Jelinek1-19/+13
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-49/+22
2010-10-05re PR debug/45849 (ICE: in emit_note_insn_var_location, at var-tracking.c:733...Jakub Jelinek1-2/+28
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-4/+4
2010-07-21re PR debug/45015 (ICE in cselib.c caused by fix for PR43051)Jakub Jelinek1-1/+58
2010-07-21re PR debug/45003 (VTA issues with sign/zero extension and debug temporaries)Jakub Jelinek1-3/+6
2010-07-20var-tracking.c (vt_expand_loc, [...]): Bump maximum depth to 8 from 5.Jakub Jelinek1-2/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-03timevar.def (TV_OUT_OF_SSA, [...]): New timevars.Jan Hubicka1-0/+5
2010-06-30re PR debug/44694 (Long var tracking compile time of GiNaC tests)Jakub Jelinek1-4/+7
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka1-10/+10
2010-06-10re PR debug/41371 (var-tracking is slow and memory hungry)Alexandre Oliva1-75/+37
2010-06-04re PR debug/41371 (var-tracking is slow and memory hungry)Alexandre Oliva1-10/+70
2010-06-03var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if ...Jakub Jelinek1-2/+2