summaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
Commit message (Expand)AuthorAgeFilesLines
* pass cfun to pass::executetbsaunde2014-04-171-1/+4
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-9/+5
* remove has_gatetbsaunde2014-04-171-1/+0
* PR debug/57232aoliva2014-02-281-1/+2
* gcc/rsandifo2014-02-071-2/+19
* PR debug/59992jakub2014-02-061-4/+11
* 2014-01-28 Richard Biener <rguenther@suse.de>rguenth2014-01-281-8/+6
* 2014-01-28 Richard Biener <rguenther@suse.de>rguenth2014-01-281-6/+8
* PR debug/59350ebotcazou2014-01-061-8/+16
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-3/+3
* * var-tracking.c (add_stores): Fix oversight in latest commit.ebotcazou2013-12-141-0/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-2/+2
* 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