summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* * tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable)sayle2006-11-111-1/+5
* 2006-09-07 Eric Christopher <echristo@apple.com>geoffk2006-11-011-0/+4
* In gcc/:geoffk2006-11-011-36/+29
* * builtins.c (expand_builtin_mathfn_3): Correct coding style.sayle2006-10-301-1/+6
* PR tree-optimization/29637jakub2006-10-301-1/+2
* * gcc/java/decl.c: Include langhooks.h.espindola2006-10-231-2/+2
* ../svn-commit.tmpbonzini2006-10-131-17/+32
* * builtins.c (expand_builtin_setjmp): Delete.ebotcazou2006-09-291-0/+20
* PR c/28706jakub2006-09-231-5/+21
* PR target/28648 c:dannysmith2006-08-201-1/+10
* 2006-08-18 Christophe Jaillet <christophe.jaillet@wanadoo.fr>uros2006-08-181-1/+0
* 2006-08-13 Alexandre Oliva <aoliva@redhat.com>pinskia2006-08-131-1/+5
* * tree.c (build1_stat): Also propagate the TREE_CONSTANT andebotcazou2006-08-101-2/+2
* PR c++/28407jason2006-07-201-0/+22
* * tree.c: Fix a comment typo.kazu2006-07-121-1/+1
* 2006-07-07 Richard Guenther <rguenther@suse.de>rguenth2006-07-071-0/+41
* * tree.c (range_in_array_bounds_p): New predicate.ebotcazou2006-07-031-0/+33
* PR c++/26905jason2006-06-301-8/+0
* 2006-06-28 Andrew Pinski <pinskia@gmail.com>pinskia2006-06-291-1/+1
* 2006-06-26 Richard Guenther <rguenther@suse.de>rguenth2006-06-261-2/+3
* * tree.c (max_int_size_in_bytes): New function, inspired fromhainque2006-06-231-0/+33
* * expr.c (expand_expr_real_1) <VECTOR_CST>: For vector constants withsayle2006-06-201-4/+13
* * tree.c (variably_modified_type_p): VM arguments don't make themrs2006-06-191-10/+6
* Fix up vla, vm and [*] sematics.mrs2006-05-181-6/+2
* * tree.c (variably_modified_type_p) <ARRAY_TYPE>: Return trueebotcazou2006-05-171-2/+8
* * tree.c: (last_annotated_node): Use sources_locus typedef.bothner2006-05-151-1/+1
* * tree.c (unsigned_type_for, signed_type_for): Make sure a typerakdver2006-05-021-1/+3
* * tree.c (integer_zerop): Ignore TREE_CONSTANT_OVERFLOW.sayle2006-04-161-12/+2
* * builtins.c (fold_builtin_sprintf): Use fold_convert instead ofsayle2006-04-041-2/+2
* PR c++/26690jakub2006-03-211-0/+3
* * tree.c (add_var_to_bind_expr): Remove.kazu2006-03-041-10/+0
* * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.dnovillo2006-03-011-4/+4
* 2006-02-15 Daniel Berlin <dberlin@dberlin.org>dberlin2006-02-151-1/+4
* * tree.def (CHAR_TYPE): Remove.sayle2006-02-081-9/+4
* * tree.h (TYPE_STRING_FLAG): Document that this field may be usedsayle2006-02-031-0/+3
* Revertebotcazou2006-01-291-24/+6
* * tree.h (TREE_RANGE_CHECK): Fix range predicate.dnovillo2006-01-261-28/+167
* 2006-01-18 Richard Henderson <rth@redhat.com>dnovillo2006-01-181-162/+262
* PR target/25168danglin2006-01-161-1/+20
* * tree-ssa-loop-niter.c (number_of_iterations_cond): Split into severalrakdver2006-01-141-0/+2
* * tree.c (tree_not_class_check_failed): New function.ian2006-01-141-0/+15
* 2006-01-06 Daniel Berlin <dberlin@dberlin.org>dberlin2006-01-071-2/+2
* 2005-12-22 Richard Guenther <rguenther@suse.de>rguenth2005-12-221-2/+2
* 2005-12-16 Jon Grimm <jgrimm2@us.ibm.com>bje2005-12-161-0/+19
* * tree.c (recompute_tree_invariant_for_addr_expr): Rename fromdnovillo2005-12-091-2/+2
* PR C++/24138aldyh2005-12-061-2/+4
* In gcc/dberlin2005-12-061-6/+27
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-58/+1
* * tree.c (int_fits_type_p): Only look at the base typeebotcazou2005-11-101-2/+5
* * tree.c (build_qualified_type): Chain the new type to the originalebotcazou2005-11-091-6/+24