summaryrefslogtreecommitdiff
path: root/gcc/tree-call-cdce.c
Commit message (Expand)AuthorAgeFilesLines
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+4
* add auto_vectbsaunde2013-11-221-3/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* Replace some heap vectors with stack vectors.dnovillo2013-11-011-11/+3
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+4
* gcc/rsandifo2013-09-281-2/+2
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* PR tree-optimization/58165jakub2013-08-161-5/+18
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-17/+35
* 2013-02-20 Richard Biener <rguenther@suse.de>rguenth2013-02-201-4/+3
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-33/+33
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* * tree-call-cdce.c (shrink_wrap_one_built_in_call): Update profile.hubicka2012-09-291-2/+11
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-2/+2
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-2/+2
* 2012-08-08 Richard Guenther <rguenther@suse.de>rguenth2012-08-081-9/+4
* 2012-08-01 Richard Guenther <rguenther@suse.de>rguenth2012-08-011-1/+1
* gcc/steven2012-07-161-2/+0
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-1/+1
* * basic-block.h (single_succ_edge): Use gcc_checking_assert.froydnj2010-10-211-3/+1
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-1/+0
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-1/+2
* gcc/ChangeLog:steven2010-05-211-8/+0
* * matrix-reorg.c (analyze_matrix_allocation_site): Remove unusedjakub2009-11-281-10/+8
* Remove trailing white spaces.hjl2009-11-251-62/+62
* gcc/java/aldyh2009-06-121-1/+1
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-0/+3
* * tree-call-cdce.c (check_target_format): Accept Motorola formats.schwab2008-09-141-2/+5
* PR tree-optimization/37353jakub2008-09-101-9/+12
* * parse.c (parse_interface): Silence uninitialized var warning.hubicka2008-08-301-1/+1
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-108/+97
* PR testsuite/36440danglin2008-07-131-2/+5
* 2008-06-04 Xinliang David Li <davidxl@google.com>davidxl2008-06-041-0/+944