summaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener2013-03-211-7/+5
* Fix variable tracking for leaf functions on sparc.David S. Miller2013-02-071-21/+24
* re PR debug/54114 (VTA compile-time performance could be improved)Alexandre Oliva2013-01-181-66/+227
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR debug/54402 (var-tracking does not scale)Jakub Jelinek2013-01-031-3/+7
* re PR target/55659 ([SH] Build failure with ICE in dwarf2out_var_location, at...Jakub Jelinek2012-12-121-46/+7
* re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Jakub Jelinek2012-12-111-6/+14
* re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Jakub Jelinek2012-12-061-1/+32
* re PR middle-end/54921 (wrong code with -Os -fno-omit-frame-pointer -fsched2-...Jakub Jelinek2012-11-201-36/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-85/+75
* re PR debug/54402 (var-tracking does not scale)Jakub Jelinek2012-11-051-6/+14
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-9/+9
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-3/+3
* re PR debug/54970 (Missing DW_OP_GNU_implicit_pointer in debuginfo)Jakub Jelinek2012-10-261-1/+3
* rtl.h (get_call_rtx_from): New prototype.Steven Bosscher2012-10-161-13/+5
* re PR debug/54796 (Non-addressable stack parameter debug quality regression)Jakub Jelinek2012-10-161-0/+18
* combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher2012-10-161-4/+4
* re PR debug/54831 (ICE: in vt_add_function_parameter, at var-tracking.c:9412 ...Marek Polacek2012-10-081-6/+7
* re PR debug/54177 (Segfault in cselib_lookup due to NULL_RTX passed from vt_a...Alexandre Oliva2012-10-021-1/+6
* var-tracking.c (vt_add_function_parameter): Adjust for VEC changes.Diego Novillo2012-09-111-8/+8
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-7/+9
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2
* var-tracking.c (var_lowpart): Exit early for matched modes.Uros Bizjak2012-08-071-3/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-0/+1
* re PR debug/53820 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8029)Alexandre Oliva2012-07-061-7/+4
* re PR rtl-optimization/53706 (Bootstrap failure due to "Invalid write of size...Alexandre Oliva2012-06-281-5/+4
* var-tracking.c (vt_add_function_parameter): Use a preserved VALUE for the MEM...Alexandre Oliva2012-06-261-0/+11
* re PR debug/53671 (Many guality test failures)Alexandre Oliva2012-06-221-7/+141
* re PR debug/53671 (Many guality test failures)Alexandre Oliva2012-06-221-0/+35
* re PR debug/53671 (Many guality test failures)Alexandre Oliva2012-06-221-3/+0
* re PR debug/49888 (VTA: -O2 -g variable value changes, it does not change in ...Alexandre Oliva2012-06-131-0/+115
* re PR debug/47624 (FAIL: gcc.dg/guality/pr43077-1.c -O1 line 42 c == 3)Alexandre Oliva2012-06-131-52/+143
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford2012-05-091-11/+0
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-3/+5
* re PR debug/51570 (FAIL: gcc.dg/guality/pr45003-[23].c)Alexandre Oliva2012-04-131-19/+67
* re PR debug/52001 (Huge compile-time regression with var-tracking)Alexandre Oliva2012-02-251-0/+4
* re PR debug/52165 (ICE in add_var_loc_to_decl, at dwarf2out.c:5430 building l...Jakub Jelinek2012-02-091-2/+7
* re PR debug/52001 (Huge compile-time regression with var-tracking)Jakub Jelinek2012-01-271-0/+9
* re PR debug/51746 (Segfault in cselib_preserved_value_p)Jakub Jelinek2012-01-051-2/+2
* cselib.h (cselib_add_permanent_equiv): Declare.Alexandre Oliva2011-12-311-164/+97
* re PR debug/50827 (ICE: RTL check: expected elt 0 type 'e' or 'u', have '0' (...Jakub Jelinek2011-11-211-1/+1
* re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek2011-11-051-1/+22
* re PR debug/50869 (ice in vt_expand_var_loc_chain)Alexandre Oliva2011-11-011-1/+3
* re PR debug/50826 (bootstrap on 64 bit pa broken by r180194, ICE in mem_loc_d...Alexandre Oliva2011-10-261-1/+19
* re PR middle-end/49310 (Compile time hog in var-tracking emit)Alexandre Oliva2011-10-191-872/+1278
* re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...Jakub Jelinek2011-09-121-12/+23
* re PR debug/50215 (FAIL: gcc.dg/guality/pr45882.c)Jakub Jelinek2011-08-291-3/+3