summaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
Commit message (Expand)AuthorAgeFilesLines
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-17/+19
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* re PR debug/35065 (infinite loop while compiling VLC media player in vt_find_...Michael Matz2008-02-131-0/+2
* rtl.def (SUBREG): Update comments.Richard Sandiford2007-12-191-51/+90
* re PR rtl-optimization/33822 (-g -O -mstrict-align causes an ICE in set_varia...Eric Botcazou2007-11-071-13/+33
* re PR debug/33868 (Gross memory usage of var-tracking)Michael Matz2007-10-241-4/+11
* dse.c (find_shift_sequence): Reinstate "<= UNITS_PER_WORD" condition.Richard Sandiford2007-10-121-91/+146
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-1/+1
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-4/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-3/+4
* Fix bootstrap on ia64, PR32764Caroline Tice2007-07-181-20/+32
* Add ability to track uninitialized variables, and mark uninitialized variable...Caroline Tice2007-07-131-52/+330
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-2/+1
* re PR debug/29558 (ICE in set_variable_part, at var-tracking.c:2140)Richard Henderson2007-02-191-1/+2
* var-tracking.c (emit_note_insn_var_location): Revert previous patch.Bernd Schmidt2006-11-231-3/+1
* var-tracking.c (emit_note_insn_var_location): Take care not to cause verify_f...Bernd Schmidt2006-11-231-1/+3
* re PR target/28672 (Gcc went into infinite loop when building libstdc++)Alexandre Oliva2006-09-111-3/+27
* * c-decl.c, var-tracking.c: Fix comment typos.Kazu Hirata2006-08-141-1/+1
* var-tracking.c (enum micro_operation_type): Add MO_COPY.Alexandre Oliva2006-08-091-66/+272
* simplify-rtx.c (simplify_subreg): Adjust REG_OFFSET for big-endian paradoxica...Alexandre Oliva2006-05-231-18/+67
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+4
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-2/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-6/+5
* cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck2005-12-201-2/+2
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-2/+2
* dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.Richard Henderson2005-11-171-0/+5
* * var-tracking.c (vt_initialize): Initialize post.Janis Johnson2005-10-211-1/+1
* function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson2005-09-071-127/+16
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+28
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR debug/21946 (Invalid DWARF2 debug info emitted)Jakub Jelinek2005-06-071-14/+90
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-2/+1
* value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell2005-03-101-70/+24
* re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson2005-01-271-2/+9
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson2004-12-311-0/+1
* re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin2004-12-241-5/+14
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-13/+14
* var-tracking.c (vt_find_locations): Set the in_pending bitmap at once.Josef Zlomek2004-07-211-5/+2
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-3/+3
* var-tracking.c: Fix some comments.Josef Zlomek2004-07-051-18/+17
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-12/+12
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-22/+22
* var-tracking.c (variable_different_p): Add a parameter compare_current_locati...Josef Zlomek2004-04-281-8/+19
* RevertJosef Zlomek2004-04-221-6/+0
* * var-tracking.c (frame_base_decl): Remove useless GTY.Alan Modra2004-04-221-1/+1
* var-tracking.c (variable_part_different_p): Variable parts differ when the mo...Josef Zlomek2004-04-201-0/+6
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-10/+10
* var-tracking.c (struct variable_def): Added field refcount.Josef Zlomek2004-03-111-38/+166