Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-05-05 | var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value in a temporary in... | Jakub Jelinek | 1 | -5/+10 |
2010-03-31 | var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn instead of cse... | Jakub Jelinek | 1 | -2/+2 |
2010-03-30 | var-tracking.c (use_narrower_mode_test, [...]): New functions. | Jakub Jelinek | 1 | -5/+82 |
2010-03-30 | re PR debug/43593 (Var-tracking unnecessarily flushes all call used registers... | Jakub Jelinek | 1 | -1/+1 |
2010-03-26 | var-tracking.c (vt_expand_loc_callback): Don't run cselib_expand_value_rtx_cb... | Jakub Jelinek | 1 | -8/+7 |
2010-03-26 | var-tracking.c (emit_note_insn_var_location): For one part notes with offset ... | Jakub Jelinek | 1 | -2/+6 |
2010-03-22 | re PR debug/43443 (We should yank ASM_OPERANDS locs from var-tracking preserv... | Jakub Jelinek | 1 | -4/+12 |
2010-03-18 | re PR target/43399 (bootstrap failure in stage1) | Jakub Jelinek | 1 | -1/+1 |
2010-03-18 | re PR bootstrap/43403 (ICE in stage1 compiling __bswapdi2) | Jakub Jelinek | 1 | -0/+6 |
2010-03-18 | re PR debug/42873 (deadlock in var tracking in recent builds) | Alexandre Oliva | 1 | -0/+62 |
2010-03-18 | re PR rtl-optimization/43058 (var-tracking uses up all virtual memory) | Jakub Jelinek | 1 | -2/+45 |
2010-03-16 | re PR debug/43051 (VTA causes a stack living parameter unavailable in most of... | Jakub Jelinek | 1 | -175/+459 |
2010-03-12 | cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove. | Jakub Jelinek | 1 | -380/+189 |
2010-03-09 | re PR bootstrap/43299 (Subversion id 157264 breaks powerpc 64-bit bootstraps) | Jakub Jelinek | 1 | -4/+54 |
2010-03-09 | re PR debug/43304 (ICE on vmx/fft.c and vmx/7-01{,a}.c) | Jakub Jelinek | 1 | -3/+10 |
2010-03-08 | var-tracking.c (remove_cselib_value_chains): Define only for ENABLE_CHECKING. | Jakub Jelinek | 1 | -62/+88 |
2010-03-07 | re PR debug/43176 (var-tracking fails to notice a value change) | Jakub Jelinek | 1 | -186/+440 |
2010-03-06 | re PR debug/41371 (var-tracking is slow and memory hungry) | Alexandre Oliva | 1 | -46/+25 |
2010-03-03 | re PR debug/43177 (Handle at least simple cases of reversible insns in debug ... | Jakub Jelinek | 1 | -7/+133 |
2010-03-02 | var-tracking.c (vt_initialize): Scan insns in ebb chunks instead of bb. | Jakub Jelinek | 1 | -71/+94 |
2010-02-26 | Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H). | Jakub Jelinek | 1 | -6/+21 |
2010-02-26 | re PR debug/43160 (Wrong debug info in guality/vla-1.c (f1)) | Jakub Jelinek | 1 | -56/+78 |
2010-02-24 | re PR debug/43150 (Proper debug info for debugging VLAs) | Jakub Jelinek | 1 | -1/+1 |
2010-02-16 | params.def (PARAM_MAX_VARTRACK_SIZE): New. | Jakub Jelinek | 1 | -13/+70 |
2010-02-03 | re PR debug/42896 (Random debug generation differences, bootstrap fails) | Alexandre Oliva | 1 | -61/+37 |
2010-01-27 | re PR debug/42861 (Spill slots not tracked during var-tracking) | Alexandre Oliva | 1 | -11/+23 |
2010-01-21 | re PR other/42715 (output_operand: invalid expression as operand) | Alexandre Oliva | 1 | -7/+15 |
2010-01-21 | var-tracking.c (check_value_val): Add a compile time assertion. | Jakub Jelinek | 1 | -20/+16 |
2010-01-20 | re PR debug/42782 (VTA missed location: parameter via stack) | Alexandre Oliva | 1 | -21/+46 |
2010-01-14 | var-tracking.c (var_reg_delete): Don't delete the association between REGs an... | Alexandre Oliva | 1 | -8/+14 |
2010-01-13 | re PR debug/41371 (var-tracking is slow and memory hungry) | Jakub Jelinek | 1 | -9/+31 |
2009-12-17 | re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433) | Alexandre Oliva | 1 | -2/+48 |
2009-12-17 | re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433) | Alexandre Oliva | 1 | -38/+40 |
2009-12-17 | re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433) | Alexandre Oliva | 1 | -7/+19 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -16/+16 |
2009-10-28 | var-tracking.c (emit_note_insn_var_location): Don't call the second vt_expand... | Jakub Jelinek | 1 | -0/+1 |
2009-10-28 | var-tracking.c (emit_note_insn_var_location): Get the mode of a variable part... | Richard Sandiford | 1 | -2/+2 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -8/+22 |
2009-10-20 | rtl.h (simplify_replace_fn_rtx): Declare. | Richard Sandiford | 1 | -24/+2 |