aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-09var-tracking.c (enum micro_operation_type): Add MO_COPY.Alexandre Oliva1-66/+272
2006-05-23simplify-rtx.c (simplify_subreg): Adjust REG_OFFSET for big-endian paradoxica...Alexandre Oliva1-18/+67
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+4
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-2/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-6/+5
2005-12-20cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck1-2/+2
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-2/+2
2005-11-17dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson1-0/+5
2005-10-21* var-tracking.c (vt_initialize): Initialize post.Janis Johnson1-1/+1
2005-09-07function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson1-127/+16
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+28
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07re PR debug/21946 (Invalid DWARF2 debug info emitted)Jakub Jelinek1-14/+90
2005-06-01c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin1-2/+1
2005-03-10value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-70/+24
2005-01-27re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson1-2/+9
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+1
2004-12-24re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin1-5/+14
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-13/+14
2004-07-21var-tracking.c (vt_find_locations): Set the in_pending bitmap at once.Josef Zlomek1-5/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-3/+3
2004-07-05var-tracking.c: Fix some comments.Josef Zlomek1-18/+17
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-12/+12
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-22/+22
2004-04-28var-tracking.c (variable_different_p): Add a parameter compare_current_locati...Josef Zlomek1-8/+19
2004-04-22RevertJosef Zlomek1-6/+0
2004-04-22* var-tracking.c (frame_base_decl): Remove useless GTY.Alan Modra1-1/+1
2004-04-20var-tracking.c (variable_part_different_p): Variable parts differ when the mo...Josef Zlomek1-0/+6
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-10/+10
2004-03-11var-tracking.c (struct variable_def): Added field refcount.Josef Zlomek1-38/+166
2004-03-11var-tracking.c (vars_copy_1): Cleanup and speedup chain operations.Josef Zlomek1-40/+28
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-3/+3
2004-03-04Fix typo.Josef Zlomek1-1/+1
2004-03-04var-tracking.c (track_expr_p): Do not track variables which should be ignored...Josef Zlomek1-0/+4
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-19/+19
2004-02-16c-decl.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-02-11tree.h (frame_base_decl): Add GTY marker.Ulrich Weigand1-1/+1