summaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford2012-05-091-11/+0
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-3/+5
* re PR debug/51570 (FAIL: gcc.dg/guality/pr45003-[23].c)Alexandre Oliva2012-04-131-19/+67
* re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva2012-02-251-0/+4
* re PR debug/52165 (ICE in add_var_loc_to_decl, at dwarf2out.c:5430 building l...Jakub Jelinek2012-02-091-2/+7
* re PR debug/52001 (Huge compile-time regression with var-tracking)Jakub Jelinek2012-01-271-0/+9
* re PR debug/51746 (Segfault in cselib_preserved_value_p)Jakub Jelinek2012-01-051-2/+2
* cselib.h (cselib_add_permanent_equiv): Declare.Alexandre Oliva2011-12-311-164/+97
* re PR debug/50827 (ICE: RTL check: expected elt 0 type 'e' or 'u', have '0' (...Jakub Jelinek2011-11-211-1/+1
* re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek2011-11-051-1/+22
* re PR debug/50869 (ice in vt_expand_var_loc_chain)Alexandre Oliva2011-11-011-1/+3
* re PR debug/50826 (bootstrap on 64 bit pa broken by r180194, ICE in mem_loc_d...Alexandre Oliva2011-10-261-1/+19
* re PR middle-end/49310 (Compile time hog in var-tracking emit)Alexandre Oliva2011-10-191-872/+1278
* re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...Jakub Jelinek2011-09-121-12/+23
* re PR debug/50215 (FAIL: gcc.dg/guality/pr45882.c)Jakub Jelinek2011-08-291-3/+3
* re PR debug/49846 (entryval: missing DW_TAG_GNU_call_site_parameter for stack...Jakub Jelinek2011-07-281-0/+16
* re PR debug/49815 (ICE in cselib_record_set, at cselib.c:2241 compiling 64-bi...Eric Botcazou2011-07-221-1/+2
* rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford2011-07-191-1/+1
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-2/+2
* re PR debug/48220 (DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs re...Eric Botcazou2011-07-151-5/+95
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-0/+23
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-10/+12
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.Alexandre Oliva2011-06-031-1/+1
* re PR debug/47590 (pragma optimize doesn't recompute derived options (was: va...Alexandre Oliva2011-06-031-1/+1
* re PR debug/49250 (ICE in set_slot_part, at var-tracking.c:6793)Jakub Jelinek2011-06-011-0/+3
* var-tracking.c (create_entry_value): New function.Jakub Jelinek2011-06-011-51/+36
* cselib.c (promote_debug_loc): Allow l->next non-NULL for cselib_preserve_cons...Jakub Jelinek2011-05-311-1/+1
* params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.Alexandre Oliva2011-05-311-3/+5
* var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with crtl->ar...Jakub Jelinek2011-05-301-3/+54
* var-tracking.c (compute_cfa_pointer): Adjust head comment.Eric Botcazou2011-05-241-4/+17
* re PR debug/48967 (ICE during use_narrower_mode)Jakub Jelinek2011-05-121-0/+4
* var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.Eric Botcazou2011-05-091-6/+6
* re PR debug/48902 (var-tracking.c fails to compile for PCC_STATIC_STRUCT_RETURN)Jakub Jelinek2011-05-061-1/+1
* re PR debug/48203 (ICE in dwarf2out.c while building eglibc.)Jakub Jelinek2011-03-291-1/+36
* var-tracking.c (canonicalize_values_mark): Delete unused lhs assignment.Jeff Law2011-03-281-8/+8
* re PR debug/48163 (ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc....Jakub Jelinek2011-03-171-1/+10
* Check SUBREG in prepare_call_arguments.H.J. Lu2011-03-171-1/+5
* re PR middle-end/48152 (Bootstrap failure for x86_64-w64-mingw32 due ICE)Jakub Jelinek2011-03-171-7/+14
* var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED to nargs.Jakub Jelinek2011-03-161-1/+1
* calls.c (emit_call_1): Set MEM_EXPR on call's MEM.Jakub Jelinek2011-03-161-14/+94
* re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek2011-03-161-2/+4
* final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek2011-03-161-26/+331
* re PR debug/47991 (Var-tracking ICE on s390x *setmem_long insn)Jakub Jelinek2011-03-071-2/+9
* re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva2011-02-031-18/+30
* re PR debug/47079 (FAIL: gcc.dg/guality/nrv-1.c)Alexandre Oliva2011-01-191-0/+1
* re PR debug/46724 (Wrong debug info: Invalid variable location)Alexandre Oliva2010-12-221-91/+108
* re PR debug/46867 (ICE: in emit_note_insn_var_location, at var-tracking.c:732...Jakub Jelinek2010-12-131-56/+0
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR debug/46387 (ICE in add_stores, at var-tracking.c:5415)Jakub Jelinek2010-11-151-0/+5