Age | Commit message (Expand) | Author | Files | Lines |
2011-06-03 | params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10. | Alexandre Oliva | 1 | -1/+1 |
2011-06-03 | re PR debug/47590 (pragma optimize doesn't recompute derived options (was: va... | Alexandre Oliva | 1 | -1/+1 |
2011-06-01 | re PR debug/49250 (ICE in set_slot_part, at var-tracking.c:6793) | Jakub Jelinek | 1 | -0/+3 |
2011-06-01 | var-tracking.c (create_entry_value): New function. | Jakub Jelinek | 1 | -51/+36 |
2011-05-31 | cselib.c (promote_debug_loc): Allow l->next non-NULL for cselib_preserve_cons... | Jakub Jelinek | 1 | -1/+1 |
2011-05-31 | params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New. | Alexandre Oliva | 1 | -3/+5 |
2011-05-30 | var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with crtl->ar... | Jakub Jelinek | 1 | -3/+54 |
2011-05-24 | var-tracking.c (compute_cfa_pointer): Adjust head comment. | Eric Botcazou | 1 | -4/+17 |
2011-05-12 | re PR debug/48967 (ICE during use_narrower_mode) | Jakub Jelinek | 1 | -0/+4 |
2011-05-09 | var-tracking.c (find_mem_expr_in_1pdv): Fix thinko. | Eric Botcazou | 1 | -6/+6 |
2011-05-06 | re PR debug/48902 (var-tracking.c fails to compile for PCC_STATIC_STRUCT_RETURN) | Jakub Jelinek | 1 | -1/+1 |
2011-03-29 | re PR debug/48203 (ICE in dwarf2out.c while building eglibc.) | Jakub Jelinek | 1 | -1/+36 |
2011-03-28 | var-tracking.c (canonicalize_values_mark): Delete unused lhs assignment. | Jeff Law | 1 | -8/+8 |
2011-03-17 | re PR debug/48163 (ICEs for cris-elf, like gcc.c-torture/compile/calls.c gcc.... | Jakub Jelinek | 1 | -1/+10 |
2011-03-17 | Check SUBREG in prepare_call_arguments. | H.J. Lu | 1 | -1/+5 |
2011-03-17 | re PR middle-end/48152 (Bootstrap failure for x86_64-w64-mingw32 due ICE) | Jakub Jelinek | 1 | -7/+14 |
2011-03-16 | var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED to nargs. | Jakub Jelinek | 1 | -1/+1 |
2011-03-16 | calls.c (emit_call_1): Set MEM_EXPR on call's MEM. | Jakub Jelinek | 1 | -14/+94 |
2011-03-16 | re PR debug/45882 (No debug info for vars depending on unused parameter) | Jakub Jelinek | 1 | -2/+4 |
2011-03-16 | final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION. | Jakub Jelinek | 1 | -26/+331 |
2011-03-07 | re PR debug/47991 (Var-tracking ICE on s390x *setmem_long insn) | Jakub Jelinek | 1 | -2/+9 |
2011-02-03 | re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc... | Alexandre Oliva | 1 | -18/+30 |
2011-01-19 | re PR debug/47079 (FAIL: gcc.dg/guality/nrv-1.c) | Alexandre Oliva | 1 | -0/+1 |
2010-12-22 | re PR debug/46724 (Wrong debug info: Invalid variable location) | Alexandre Oliva | 1 | -91/+108 |
2010-12-13 | re PR debug/46867 (ICE: in emit_note_insn_var_location, at var-tracking.c:732... | Jakub Jelinek | 1 | -56/+0 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-11-15 | re PR debug/46387 (ICE in add_stores, at var-tracking.c:5415) | Jakub Jelinek | 1 | -0/+5 |
2010-11-12 | re PR rtl-optimization/46433 (var-tracking.c doesn't include tm_p.h) | Joern Rennecke | 1 | -0/+1 |
2010-11-06 | re PR debug/45939 (Wrong debug info: Negative location range generated) | Andreas Krebbel | 1 | -1/+11 |
2010-11-01 | re PR target/45250 (FAIL: tr1/5_numerical_facilities/special_functions/01_ass... | Jakub Jelinek | 1 | -19/+13 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -49/+22 |
2010-10-05 | re PR debug/45849 (ICE: in emit_note_insn_var_location, at var-tracking.c:733... | Jakub Jelinek | 1 | -2/+28 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -4/+4 |
2010-07-21 | re PR debug/45015 (ICE in cselib.c caused by fix for PR43051) | Jakub Jelinek | 1 | -1/+58 |
2010-07-21 | re PR debug/45003 (VTA issues with sign/zero extension and debug temporaries) | Jakub Jelinek | 1 | -3/+6 |
2010-07-20 | var-tracking.c (vt_expand_loc, [...]): Bump maximum depth to 8 from 5. | Jakub Jelinek | 1 | -2/+2 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -1/+1 |
2010-07-03 | timevar.def (TV_OUT_OF_SSA, [...]): New timevars. | Jan Hubicka | 1 | -0/+5 |
2010-06-30 | re PR debug/44694 (Long var tracking compile time of GiNaC tests) | Jakub Jelinek | 1 | -4/+7 |
2010-06-13 | bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin... | Jan Hubicka | 1 | -10/+10 |
2010-06-10 | re PR debug/41371 (var-tracking is slow and memory hungry) | Alexandre Oliva | 1 | -75/+37 |
2010-06-04 | re PR debug/41371 (var-tracking is slow and memory hungry) | Alexandre Oliva | 1 | -10/+70 |
2010-06-03 | var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if ... | Jakub Jelinek | 1 | -2/+2 |
2010-06-03 | var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if ... | Jakub Jelinek | 1 | -0/+5 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2010-05-25 | re PR debug/41371 (var-tracking is slow and memory hungry) | Jakub Jelinek | 1 | -0/+31 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-05-18 | re PR debug/41371 (var-tracking is slow and memory hungry) | Jakub Jelinek | 1 | -20/+34 |
2010-05-16 | var-tracking.c (vars_copy_1): Inline ... | Richard Guenther | 1 | -126/+90 |
2010-05-13 | re PR debug/43983 (var-tracking needlessly throws away location info for SRAe... | Jakub Jelinek | 1 | -3/+20 |