| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree.h (TREE_RANGE_CHECK): Fix range predicate. | dnovillo | 2006-01-26 | 1 | -113/+130 |
* | * tree-pretty-print.c (dump_generic_node): Handle | dnovillo | 2006-01-19 | 1 | -0/+20 |
* | * Makefile.in (tree-vect-patterns.o): Add rule for new file. | dorit | 2006-01-19 | 1 | -1/+23 |
* | 2006-01-18 Richard Henderson <rth@redhat.com> | dnovillo | 2006-01-18 | 1 | -39/+368 |
* | In gcc/ | dberlin | 2005-12-06 | 1 | -0/+3 |
* | 2005-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2005-12-02 | 1 | -0/+6 |
* | * pretty-print.h (pp_widest_integer): New macro. | hubicka | 2005-07-31 | 1 | -0/+10 |
* | Make CONSTRUCTOR use VEC to store initializers. | giovannibajo | 2005-07-20 | 1 | -14/+7 |
* | 2005-07-08 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-07-08 | 1 | -1/+1 |
* | 2005-07-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-07-05 | 1 | -0/+1 |
* | PR tree-optimization/22029 (and 22135) | irar | 2005-07-03 | 1 | -1/+2 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | PR c++/19317 | jason | 2005-06-23 | 1 | -2/+2 |
* | * genopinit.c (vec_shl_optab, vec_shr_optab): Initialize new optabs. | dorit | 2005-06-21 | 1 | -0/+10 |
* | * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): New | dorit | 2005-06-18 | 1 | -0/+24 |
* | * tree-ssa-address.c: New file. | rakdver | 2005-06-07 | 1 | -0/+58 |
* | * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c, | ghazi | 2005-06-01 | 1 | -1/+0 |
* | * basic-block.h (basic_block_def): Add phi_nodes and | kazu | 2005-05-27 | 1 | -2/+1 |
* | 2005-05-03 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-03 | 1 | -0/+3 |
* | PR tree-optimization/20920 | dnovillo | 2005-04-11 | 1 | -0/+2 |
* | Merge from tree-cleanup-branch: VRP, store CCP, store | dnovillo | 2005-04-09 | 1 | -0/+8 |
* | 2005-04-05 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-04-05 | 1 | -1/+1 |
* | 2005-04-05 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-04-05 | 1 | -0/+3 |
* | gcc: | tromey | 2005-03-30 | 1 | -5/+1 |
* | * tree.def (SET_TYPE): Remove. | nathan | 2004-12-09 | 1 | -4/+0 |
* | * tree-pretty-print.c (dump_array_domain): Split out from | rth | 2004-12-08 | 1 | -42/+32 |
* | gcc/ | kazu | 2004-12-07 | 1 | -1/+1 |
* | * tree-pretty-print.c (dump_generic_node, case POINTER_TYPE): | kenner | 2004-11-24 | 1 | -7/+15 |
* | gcc/ | steven | 2004-11-24 | 1 | -42/+0 |
* | 2004-10-27 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-27 | 1 | -4/+9 |
* | * cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function. | steven | 2004-10-08 | 1 | -2/+4 |
* | 2004-10-06 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-06 | 1 | -1/+19 |
* | PR 17739 | rth | 2004-09-30 | 1 | -0/+8 |
* | * tree-pretty-print.c (dump_generic_node): Print vector types. | dpatel | 2004-09-28 | 1 | -1/+7 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -4/+7 |
* | * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR. | dpatel | 2004-09-27 | 1 | -10/+10 |
* | * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR. | dpatel | 2004-09-27 | 1 | -0/+10 |
* | 2004-09-23 Dorit Naishlos <dorit@il.ibm.com> | dorit | 2004-09-23 | 1 | -0/+27 |
* | 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com> | zack | 2004-09-17 | 1 | -8/+6 |
* | PR c++/17412 | steven | 2004-09-11 | 1 | -3/+14 |
* | * tree-pretty-print.c (dump_decl_name): Print unnamed decls as | geoffk | 2004-09-11 | 1 | -2/+2 |
* | * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p): | nathan | 2004-09-09 | 1 | -4/+2 |
* | * tree-pretty-print.c (dump_generic_node, case CONVERT_EXPR): Add | kenner | 2004-08-31 | 1 | -4/+18 |
* | * tree-pretty-print.c (dump_generic_node): Handle VALUE_HANDLE | dnovillo | 2004-08-30 | 1 | -5/+8 |
* | 2004-08-25 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2004-08-25 | 1 | -14/+11 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -4/+4 |
* | .: | nathan | 2004-08-15 | 1 | -3/+4 |
* | 2004-08-06 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-06 | 1 | -4/+0 |
* | * basic-block.h (profile_staus): New global variable. | hubicka | 2004-08-04 | 1 | -0/+2 |
* | * gimplify.c (gimplify_expr) <case CONST_DECL>: Don't replace | rth | 2004-07-30 | 1 | -1/+4 |