| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree-inline.c (copy_tree_r): Don't duplicate constants, they're | geoffk | 2004-09-18 | 1 | -2/+2 |
* | * tree.c, tree.h (tree_class_strings): Make array const. | zack | 2004-09-18 | 1 | -1/+1 |
* | 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com> | zack | 2004-09-17 | 1 | -32/+99 |
* | * fold-const.c (fold): Fold difference of addresses. | rakdver | 2004-09-16 | 1 | -0/+3 |
* | PR 17436 | rth | 2004-09-13 | 1 | -1/+7 |
* | PR c++/16254 | rth | 2004-09-12 | 1 | -5/+0 |
* | * tree.c (tree_code_size): New function, bulk of code from tree_size. | zack | 2004-09-11 | 1 | -0/+5 |
* | * tree-cfg.c (set_bb_for_stmt): Use PHI_BB. | rakdver | 2004-09-11 | 1 | -0/+8 |
* | * dbxout.c (dbxout_block): Update for | geoffk | 2004-09-10 | 1 | -1/+1 |
* | 2004-09-10 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-09-10 | 1 | -1/+4 |
* | 2004-09-09 Frank Ch. Eigler <fche@redhat.com> | fche | 2004-09-09 | 1 | -0/+1 |
* | * vec.c (vec_p_reserve, vec_o_reserve): Rename to ... | nathan | 2004-09-08 | 1 | -2/+2 |
* | 2004-09-06 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-09-06 | 1 | -3/+47 |
* | * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c, | kazu | 2004-09-05 | 1 | -4/+4 |
* | * tree-ssa-loop-ivopts.c: New file. | rakdver | 2004-09-05 | 1 | -0/+9 |
* | PR c/7054 | rth | 2004-09-03 | 1 | -1/+3 |
* | Update TREE_NO_WARNING docs. | rth | 2004-09-01 | 1 | -2/+5 |
* | * attribs.c (strip_attrs): Remove. | jsm28 | 2004-08-31 | 1 | -8/+0 |
* | * tree.h (BINFO_PRIMARY_BASE_OF): Remove. | nathan | 2004-08-30 | 1 | -8/+2 |
* | * tree.h (size_int_type): Remove. | nathan | 2004-08-27 | 1 | -2/+1 |
* | * tree.c (staticp): Return the static object. | rth | 2004-08-27 | 1 | -3/+3 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -1/+3 |
* | * tree-ssa-loop-ivcanon.c: New file. | rakdver | 2004-08-24 | 1 | -0/+1 |
* | * c-decl.c (c_init_decl_processing): Adjust | nathan | 2004-08-24 | 1 | -2/+2 |
* | * Makefile.in (BUILD_ERRORS): Set to build-errors. | nathan | 2004-08-23 | 1 | -10/+0 |
* | * tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE. | nathan | 2004-08-23 | 1 | -4/+0 |
* | * tree.h (build_distinct_type_copy): New. | nathan | 2004-08-23 | 1 | -1/+2 |
* | * tree.h (SAVE_EXPR_RESOLVED_P): New. | rth | 2004-08-22 | 1 | -0/+7 |
* | 2004-08-22 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-08-22 | 1 | -1/+0 |
* | 2004-08-19 Eric Christopher <echristo@redhat.com> | echristo | 2004-08-19 | 1 | -6/+3 |
* | * tree.h (TYPE_CACHED_VALUES_P): New. | nathan | 2004-08-19 | 1 | -1/+10 |
* | * alias.c (readonly_fields_p): Remove. | rth | 2004-08-18 | 1 | -1/+0 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -1/+3 |
* | * tree.h (struct tree_decl): Add gimple_formal_temp. | rth | 2004-08-18 | 1 | -0/+6 |
* | Make unsafe vector float optimizations dependent on -ffast-math. | wilson | 2004-08-17 | 1 | -2/+9 |
* | * c-common.c (handle_used_attribute): Set DECL_PRESERVE_P. | dpatel | 2004-08-16 | 1 | -1/+7 |
* | * c-typeck.c (build_c_cast): Only copy overflow from expr nodes. | nathan | 2004-08-16 | 1 | -3/+1 |
* | .: | nathan | 2004-08-15 | 1 | -1/+1 |
* | PR tree-optimization/16867 | dnovillo | 2004-08-12 | 1 | -11/+2 |
* | * builtins.def (BUILT_IN_STACK_ALLOC): Remove. | rth | 2004-08-11 | 1 | -2/+9 |
* | * Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c | law | 2004-08-09 | 1 | -0/+3 |
* | 2004-08-09 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-09 | 1 | -13/+1 |
* | * tree.c (handle_dll_attribute): Move here from i383/winnt.c. | mmitchel | 2004-08-06 | 1 | -1/+4 |
* | * tree.h (force_fit_type): Return a tree, take three flags. | nathan | 2004-08-05 | 1 | -1/+2 |
* | 2004-08-04 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-08-05 | 1 | -2/+3 |
* | * tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions. | law | 2004-08-04 | 1 | -0/+7 |
* | 2004-08-03 Dale Johannesen <dalej@apple.com> | dalej | 2004-08-03 | 1 | -5/+0 |
* | 2004-07-28 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-28 | 1 | -11/+0 |
* | * tree.h (enum tls_model): Move ... | zack | 2004-07-28 | 1 | -7/+0 |
* | * tree.h: Fix typo in comment. | tromey | 2004-07-26 | 1 | -1/+1 |