| Commit message (Expand) | Author | Age | Files | Lines |
* | PR tree-optimization/26830 | rakdver | 2006-05-15 | 1 | -84/+145 |
* | * tree-into-ssa.c (phis_to_rewrite, blocks_with_phis_to_rewrite): New | rakdver | 2006-05-01 | 1 | -6/+68 |
* | * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o, | kazu | 2006-04-10 | 1 | -6/+1 |
* | 2006-03-02 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-02 | 1 | -1/+2 |
* | 2006-01-05 Richard Guenther <rguenther@suse.de> | rguenth | 2006-01-05 | 1 | -1/+3 |
* | * tree-vn.c (vn_add): Use XNEW. | gdr | 2005-12-18 | 1 | -7/+9 |
* | * tree-into-ssa.c (rewrite_into_ssa): Fix comment typo. | davem | 2005-11-30 | 1 | -1/+1 |
* | * tree-into-ssa.c (mark_def_sites): Correct minor typo in function | rmathew | 2005-10-15 | 1 | -2/+1 |
* | * builtins.c: Fix comment typo(s). | reichelt | 2005-07-28 | 1 | -2/+2 |
* | * bt-load.c (link_btr_uses): Fix uninitialised warnings. | bje | 2005-07-19 | 1 | -5/+5 |
* | 2005-06-29 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-30 | 1 | -15/+15 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * sbitmap.h (sbitmap_iterator, sbitmap_iter_init, | kazu | 2005-06-07 | 1 | -16/+24 |
* | * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c, | ghazi | 2005-06-01 | 1 | -1/+0 |
* | * vec.h: Implement integral type vector specialization. | nathan | 2005-05-27 | 1 | -2/+2 |
* | * tree-into-ssa.c (update_ssa): Ensure that the operand cache | kazu | 2005-05-27 | 1 | -0/+4 |
* | * tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace | kazu | 2005-05-25 | 1 | -2/+2 |
* | * tree-into-ssa.c (update_ssa): Clean up by shortening the | kazu | 2005-05-17 | 1 | -16/+16 |
* | * tree-dfa.c (referenced_vars, add_referenced_var): Use VEC | kazu | 2005-05-08 | 1 | -1/+1 |
* | 2005-05-03 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-03 | 1 | -2/+2 |
* | 2005-04-22 Diego Novillo <dnovillo@redhat.com> | dnovillo | 2005-04-23 | 1 | -887/+417 |
* | * Makefile.in (LIBGCOV): Add _gcov_interval_profiler, | rakdver | 2005-04-22 | 1 | -0/+4 |
* | * vec.h: Update API to separate allocation mechanism from type. | nathan | 2005-04-21 | 1 | -30/+33 |
* | * tree-into-ssa.c: Fix a comment typo. | kazu | 2005-04-17 | 1 | -1/+1 |
* | Merge from tree-cleanup-branch: VRP, store CCP, store | dnovillo | 2005-04-09 | 1 | -325/+1785 |
* | 2005-04-05 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-04-05 | 1 | -2/+3 |
* | * tree-into-ssa.c: Remove obsolete comments. | kazu | 2005-03-21 | 1 | -6/+3 |
* | * tree-into-ssa.c (find_idf): Use VEC_quick_push instead of | kazu | 2005-03-18 | 1 | -1/+5 |
* | * tree-into-ssa.c (find_idf): Speed up by putting the indexes | kazu | 2005-03-13 | 1 | -11/+8 |
* | * tree-into-ssa.c (ann): Remove ann. | kazu | 2005-03-09 | 1 | -2/+0 |
* | PR tree-optimization/20204 | dnovillo | 2005-02-25 | 1 | -5/+1 |
* | * tree-into-ssa.c: Re-organize internal functions. | dnovillo | 2005-02-24 | 1 | -712/+726 |
* | * tree-into-ssa.c (rewrite_blocks): Move debug dumps from ... | dnovillo | 2005-02-22 | 1 | -7/+8 |
* | * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove. | nathan | 2005-02-17 | 1 | -17/+17 |
* | * tree-into-ssa.c (mark_def_sites_global_data): Make KILLS | law | 2005-02-01 | 1 | -18/+18 |
* | * tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register | law | 2005-01-27 | 1 | -14/+8 |
* | * tree-into-ssa.c (rewrite_ssa_into_ssa): Free SSA_NAME_AUX | kazu | 2004-12-11 | 1 | -0/+5 |
* | * tree-into-ssa.c (REWRITE_THIS_STMT): Define. | dnovillo | 2004-12-10 | 1 | -13/+46 |
* | * tree-into-ssa.c (insert_phi_nodes_for): Pass argument | dnovillo | 2004-11-29 | 1 | -12/+15 |
* | * tree-phinodes.c (add_phi_arg): Take "tree" instead of | kazu | 2004-11-25 | 1 | -2/+2 |
* | * tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare. | dnovillo | 2004-11-23 | 1 | -21/+20 |
* | 2004-11-19 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-19 | 1 | -19/+22 |
* | * tree-cfg.c, tree-if-conv.c, tree-into-ssa.c, | kazu | 2004-11-08 | 1 | -6/+6 |
* | * bitmap.c (bitmap_print): Make bitno unsigned. | nathan | 2004-11-04 | 1 | -19/+7 |
* | * bitmap.h (bitmap_empty_p): New. | nathan | 2004-10-29 | 1 | -3/+2 |
* | 2004-10-28 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-29 | 1 | -10/+51 |
* | 2004-10-27 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-27 | 1 | -85/+119 |
* | * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h, | kazu | 2004-10-22 | 1 | -1/+1 |
* | * tree-flow.h (struct bb_ann_d): Remove num_preds member. | bje | 2004-09-29 | 1 | -8/+2 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -20/+14 |