aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30function.c (assign_parm_setup_reg): For a parameter passed by pointer and whi...Eric Botcazou1-4/+20
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+36
2013-04-26This patch is part of a consolodation of the hash_table patches to the...Lawrence Crowl1-424/+420
2013-04-16re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher1-1/+2
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-7/+5
2013-02-07Fix variable tracking for leaf functions on sparc.David S. Miller1-21/+24
2013-01-18re PR debug/54114 (VTA compile-time performance could be improved)Alexandre Oliva1-66/+227
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03re PR debug/54402 (var-tracking does not scale)Jakub Jelinek1-3/+7
2012-12-12re PR target/55659 ([SH] Build failure with ICE in dwarf2out_var_location, at...Jakub Jelinek1-46/+7
2012-12-11re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Jakub Jelinek1-6/+14
2012-12-06re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Jakub Jelinek1-1/+32
2012-11-20re PR middle-end/54921 (wrong code with -Os -fno-omit-frame-pointer -fsched2-...Jakub Jelinek1-36/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-85/+75
2012-11-05re PR debug/54402 (var-tracking does not scale)Jakub Jelinek1-6/+14
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-9/+9
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-3/+3
2012-10-26re PR debug/54970 (Missing DW_OP_GNU_implicit_pointer in debuginfo)Jakub Jelinek1-1/+3
2012-10-16rtl.h (get_call_rtx_from): New prototype.Steven Bosscher1-13/+5
2012-10-16re PR debug/54796 (Non-addressable stack parameter debug quality regression)Jakub Jelinek1-0/+18
2012-10-16combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher1-4/+4
2012-10-08re PR debug/54831 (ICE: in vt_add_function_parameter, at var-tracking.c:9412 ...Marek Polacek1-6/+7
2012-10-02re PR debug/54177 (Segfault in cselib_lookup due to NULL_RTX passed from vt_a...Alexandre Oliva1-1/+6
2012-09-11var-tracking.c (vt_add_function_parameter): Adjust for VEC changes.Diego Novillo1-8/+8
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-7/+9
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2012-08-07var-tracking.c (var_lowpart): Exit early for matched modes.Uros Bizjak1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+1
2012-07-06re PR debug/53820 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8029)Alexandre Oliva1-7/+4
2012-06-28re PR rtl-optimization/53706 (Bootstrap failure due to "Invalid write of size...Alexandre Oliva1-5/+4
2012-06-26var-tracking.c (vt_add_function_parameter): Use a preserved VALUE for the MEM...Alexandre Oliva1-0/+11
2012-06-22re PR debug/53671 (Many guality test failures)Alexandre Oliva1-7/+141
2012-06-22re PR debug/53671 (Many guality test failures)Alexandre Oliva1-0/+35
2012-06-22re PR debug/53671 (Many guality test failures)Alexandre Oliva1-3/+0
2012-06-13re PR debug/49888 (VTA: -O2 -g variable value changes, it does not change in ...Alexandre Oliva1-0/+115
2012-06-13re PR debug/47624 (FAIL: gcc.dg/guality/pr43077-1.c -O1 line 42 c == 3)Alexandre Oliva1-52/+143
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-11/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-3/+5
2012-04-13re PR debug/51570 (FAIL: gcc.dg/guality/pr45003-[23].c)Alexandre Oliva1-19/+67
2012-02-25re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva1-0/+4
2012-02-09re PR debug/52165 (ICE in add_var_loc_to_decl, at dwarf2out.c:5430 building l...Jakub Jelinek1-2/+7
2012-01-27re PR debug/52001 (Huge compile-time regression with var-tracking)Jakub Jelinek1-0/+9
2012-01-05re PR debug/51746 (Segfault in cselib_preserved_value_p)Jakub Jelinek1-2/+2
2011-12-31cselib.h (cselib_add_permanent_equiv): Declare.Alexandre Oliva1-164/+97
2011-11-21re PR debug/50827 (ICE: RTL check: expected elt 0 type 'e' or 'u', have '0' (...Jakub Jelinek1-1/+1
2011-11-05re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek1-1/+22
2011-11-01re PR debug/50869 (ice in vt_expand_var_loc_chain)Alexandre Oliva1-1/+3