summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* * dumpfile.h (enum tree_dump_index): Remove TDI_vcg.steven2012-12-121-100/+0
* * rtl.h (print_insn_with_notes): Remove prototype.steven2012-12-041-0/+1
* 2012-11-27 Marc Glisse <marc.glisse@inria.fr>glisse2012-11-271-1/+10
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-63/+54
* tm: Add uninstrumented code pathrth2012-11-061-3/+3
* This patch normalizes more bitmap function names.crowl2012-11-011-2/+2
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+5
* * basic-block. (profile_record): New struct, moved from passes.c.steven2012-10-091-0/+25
* 2012-10-03 Dehao Chen <dehao@google.com>dehao2012-10-031-0/+18
* PR tree-optimization/54713jakub2012-10-021-0/+74
* 2012-09-24 Dehao Chen <dehao@google.com>dehao2012-09-241-2/+4
* Integrate lexical block into source_location.dehao2012-09-191-15/+15
* * ipa-pure-const.c (state_from_flags, local_pure_const): Usesteven2012-09-131-1/+41
* Modify gcc/*.[hc] double_int call sites to use the new interface.crowl2012-09-071-4/+2
* * gimple.h (gimple_build_switch): Remove.steven2012-09-041-18/+3
* PR tree-optimization/46590matz2012-09-031-8/+4
* 2012-08-24 Martin Jambor <mjambor@suse.cz>jamborm2012-08-241-26/+24
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-0/+51
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-10/+10
* * tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at pointssteven2012-08-131-5/+4
* 2012-08-13 Richard Guenther <rguenther@suse.de>rguenth2012-08-131-2/+12
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-9/+12
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-7/+28
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-1/+1
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-0/+8
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-3/+2
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-4/+3
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-9/+1
* 2012-07-27 Richard Guenther <rguenther@suse.de>rguenth2012-07-271-5/+7
* 2012-07-25 Sandra Loosemore <sandra@codesourcery.com>sandra2012-07-251-0/+4
* gcc/steven2012-07-231-9/+10
* gcc/steven2012-07-201-7/+5
* * dumpfile.h (TDF_COMMENT): New define.steven2012-07-171-5/+5
* gcc/steven2012-07-161-9/+3
* 2012-07-16 Dehao Chen <dehao@google.com>dehao2012-07-161-9/+5
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRrth2012-07-101-0/+2
* 2012-07-10 Dehao Chen <dehao@google.com>dehao2012-07-101-5/+9
* gcc/steven2012-07-091-2/+1
* 2012-07-04 Richard Guenther <rguenther@suse.de>rguenth2012-07-041-7/+4
* Add MULT_HIGHPART_EXPRrth2012-06-271-0/+1
* 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>steven2012-06-171-1/+0
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* * Makefile.in: Fix many dependencies.steven2012-05-311-1/+1
* 2012-05-22 Richard Guenther <rguenther@suse.de>rguenth2012-05-221-2/+2
* gcc:bonzini2012-05-221-3/+3
* * tree-cfg.c (verify_gimple_switch): Tighten checks.steven2012-05-071-0/+73
* * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Movematz2012-05-031-4/+4
* * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.matz2012-05-021-7/+6
* 2012-04-20 Razya Ladelsky <razya@il.ibm.com>razya2012-04-221-2/+26