aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05re PR debug/51746 (Segfault in cselib_preserved_value_p)Jakub Jelinek1-2/+2
2011-12-31cselib.h (cselib_add_permanent_equiv): Declare.Alexandre Oliva1-164/+97
2011-11-21re PR debug/50827 (ICE: RTL check: expected elt 0 type 'e' or 'u', have '0' (...Jakub Jelinek1-1/+1
2011-11-05re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek1-1/+22
2011-11-01re PR debug/50869 (ice in vt_expand_var_loc_chain)Alexandre Oliva1-1/+3
2011-10-26re PR debug/50826 (bootstrap on 64 bit pa broken by r180194, ICE in mem_loc_d...Alexandre Oliva1-1/+19
2011-10-19re PR middle-end/49310 (Compile time hog in var-tracking emit)Alexandre Oliva1-872/+1278
2011-09-12re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...Jakub Jelinek1-12/+23
2011-08-29re PR debug/50215 (FAIL: gcc.dg/guality/pr45882.c)Jakub Jelinek1-3/+3
2011-07-28re PR debug/49846 (entryval: missing DW_TAG_GNU_call_site_parameter for stack...Jakub Jelinek1-0/+16
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