summaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-8/+8
* Eliminate last_basic_block macro.dmalcolm2013-12-091-4/+4
* * var-tracking.c (track_expr_p): Do not track declarations for partsebotcazou2013-11-271-0/+81
* * gimple.h: Remove all includes.amacleod2013-11-221-4/+3
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-9/+11
* Eliminate n_edges macrodmalcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-4/+5
* gcc/c-family/rsandifo2013-11-181-2/+2
* gcc/ada/rsandifo2013-11-181-1/+1
* * df-scan.c (df_collection_rec): Adjust.law2013-10-281-16/+10
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-0/+2
* gcc/rsandifo2013-09-281-3/+3
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* gcc/rsandifo2013-09-091-7/+9
* * function.c (assign_parm_setup_reg): For a parameter passed by pointerebotcazou2013-08-301-4/+20
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-19/+36
* This patch is part of a consolodation of the hash_table patches tocrowl2013-04-261-424/+420
* PR middle-end/43631steven2013-04-161-1/+2
* 2013-03-21 Richard Biener <rguenther@suse.de>rguenth2013-03-211-7/+5
* Fix variable tracking for leaf functions on sparc.davem2013-02-071-21/+24
* PR debug/54114aoliva2013-01-181-66/+227
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR debug/54402jakub2013-01-031-3/+7
* PR target/55659jakub2012-12-121-46/+7
* PR middle-end/43631jakub2012-12-111-6/+14
* PR middle-end/43631jakub2012-12-061-1/+32
* PR rtl-optimization/54921jakub2012-11-201-36/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-85/+75
* PR debug/54402jakub2012-11-051-6/+14
* This patch normalizes more bitmap function names.crowl2012-11-011-9/+9
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-3/+3
* PR debug/54970jakub2012-10-261-1/+3
* * rtl.h (get_call_rtx_from): New prototype.steven2012-10-161-13/+5
* PR debug/54796jakub2012-10-161-0/+18
* * combine.c (record_dead_and_set_regs): Iterate over hard register setsteven2012-10-161-4/+4
* PR54831.mpolacek2012-10-081-6/+7
* PR debug/54177aoliva2012-10-021-1/+6
* 2012-09-11 Diego Novillo <dnovillo@google.com>dnovillo2012-09-111-8/+8
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-7/+9
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-2/+2
* * var-tracking.c (var_lowpart): Exit early for matched modes.uros2012-08-071-3/+3
* gcc/steven2012-07-161-1/+0
* gcc/steven2012-07-081-0/+1
* PR debug/53820aoliva2012-07-061-7/+4
* PR debug/53706aoliva2012-06-281-5/+4
* * var-tracking.c (vt_add_function_parameter): Use a preservedaoliva2012-06-261-0/+11
* PR debug/53671aoliva2012-06-221-7/+141
* PR debug/53671aoliva2012-06-221-0/+35