aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-24re PR debug/43150 (Proper debug info for debugging VLAs)Jakub Jelinek1-1/+1
2010-02-16params.def (PARAM_MAX_VARTRACK_SIZE): New.Jakub Jelinek1-13/+70
2010-02-03re PR debug/42896 (Random debug generation differences, bootstrap fails)Alexandre Oliva1-61/+37
2010-01-27re PR debug/42861 (Spill slots not tracked during var-tracking)Alexandre Oliva1-11/+23
2010-01-21re PR other/42715 (output_operand: invalid expression as operand)Alexandre Oliva1-7/+15
2010-01-21var-tracking.c (check_value_val): Add a compile time assertion.Jakub Jelinek1-20/+16
2010-01-20re PR debug/42782 (VTA missed location: parameter via stack)Alexandre Oliva1-21/+46
2010-01-14var-tracking.c (var_reg_delete): Don't delete the association between REGs an...Alexandre Oliva1-8/+14
2010-01-13re PR debug/41371 (var-tracking is slow and memory hungry)Jakub Jelinek1-9/+31
2009-12-17re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433)Alexandre Oliva1-2/+48
2009-12-17re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433)Alexandre Oliva1-38/+40
2009-12-17re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433)Alexandre Oliva1-7/+19
2009-11-25Remove trailing white spaces.H.J. Lu1-16/+16
2009-10-28var-tracking.c (emit_note_insn_var_location): Don't call the second vt_expand...Jakub Jelinek1-0/+1
2009-10-28var-tracking.c (emit_note_insn_var_location): Get the mode of a variable part...Richard Sandiford1-2/+2
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-8/+22
2009-10-20rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford1-24/+2
2009-10-13re PR target/41693 (RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371)Jakub Jelinek1-1/+1
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-12/+29
2009-09-23re PR debug/41353 (VTA missed-debug issues)Alexandre Oliva1-2/+20
2009-09-11re PR debug/41276 (Segmentation fault in lookup_page_table_entry)Alexandre Oliva1-6/+37
2009-09-04var-tracking.c (dv_is_decl_p): Adjust NULL behavior to match comment.Alexandre Oliva1-14/+18
2009-09-03re PR debug/41238 (VTA: bootstrap failure, ICE in loc_cmp, at var-tracking.c:...Jakub Jelinek1-4/+14
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-490/+4333
2009-06-23var-tracking.c (unshare_variable): Force initialized to be VAR_INIT_STATUS_IN...Jakub Jelinek1-145/+179
2009-06-22alias.c: Use REG_P...Shujing Zhao1-10/+9
2009-06-21var-tracking.c (struct shared_hash_def, [...]): New types.Jakub Jelinek1-101/+269
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-4/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-10-21re PR middle-end/37815 (ICE in vt_add_function_parameters (bootstrap error))Richard Henderson1-1/+10
2008-10-21var-tracking.c (insn_stack_adjust_offset_pre_post): If insn has a REG_FRAME_R...Bob Wilson1-8/+17
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-17/+19
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-02-13re PR debug/35065 (infinite loop while compiling VLC media player in vt_find_...Michael Matz1-0/+2
2007-12-19rtl.def (SUBREG): Update comments.Richard Sandiford1-51/+90
2007-11-07re PR rtl-optimization/33822 (-g -O -mstrict-align causes an ICE in set_varia...Eric Botcazou1-13/+33
2007-10-24re PR debug/33868 (Gross memory usage of var-tracking)Michael Matz1-4/+11
2007-10-12dse.c (find_shift_sequence): Reinstate "<= UNITS_PER_WORD" condition.Richard Sandiford1-91/+146
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+4
2007-07-18Fix bootstrap on ia64, PR32764Caroline Tice1-20/+32
2007-07-13Add ability to track uninitialized variables, and mark uninitialized variable...Caroline Tice1-52/+330
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-2/+1
2007-02-19re PR debug/29558 (ICE in set_variable_part, at var-tracking.c:2140)Richard Henderson1-1/+2
2006-11-23var-tracking.c (emit_note_insn_var_location): Revert previous patch.Bernd Schmidt1-3/+1
2006-11-23var-tracking.c (emit_note_insn_var_location): Take care not to cause verify_f...Bernd Schmidt1-1/+3
2006-09-11re PR target/28672 (Gcc went into infinite loop when building libstdc++)Alexandre Oliva1-3/+27
2006-08-14* c-decl.c, var-tracking.c: Fix comment typos.Kazu Hirata1-1/+1