aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+1
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-10/+20
2006-02-28tree.h (strct phi_arg_d): Remove unused NONZERO field.Jeff Law1-1/+0
2006-02-23tree.h (PHI_ARG_NONZERO): Remove.Jeff Law1-1/+0
2006-02-22tree.h (variable_section): Delete.Richard Sandiford1-1/+0
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin1-0/+5
2006-02-16tree-vrp.c (set_value_range_to_nonnegative): New function.Jeff Law1-0/+4
2006-02-15tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin1-2/+19
2006-02-15tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather than TREE_CODE as...Jakub Jelinek1-1/+1
2006-02-09re PR inline-asm/16194 (global register with inline-asm and clobered)J"orn Rennecke1-1/+1
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-4/+2
2006-02-03tree.h (TYPE_STRING_FLAG): Document that this field may be used on INTEGER_TY...Roger Sayle1-1/+1
2006-01-26tree.h (OMP_CLAUSE_SUBCODE_CHECK): Add definition for --disable-checking.Shantonu Sen1-0/+1
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-18/+149
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-0/+16
2006-01-18[multiple changes]Diego Novillo1-0/+107
2006-01-14tree.c (tree_not_class_check_failed): New function.Ian Lance Taylor1-2/+6
2005-12-30tree.h (VALUE_HANDLE_VUSES): New.Daniel Berlin1-0/+6
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+15
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-12-08* tree.h (DECL_EXTERNAL): Clarify documentation.Gabriel Dos Reis1-1/+6
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-8/+38
2005-12-02tree.h (build): Remove prototype.Richard Guenther1-13/+0
2005-12-02tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, ...Roger Sayle1-5/+2
2005-11-30tree.h (CASE_FLT_FN, [...]): New macros.Volker Reichelt1-0/+3
2005-11-09re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...Alexandre Oliva1-2/+11
2005-11-08re PR c++/21123 (ICE in cp_expr_size, at cp/cp-objcp-common.c:101)Jason Merrill1-1/+1
2005-11-02re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson1-0/+4
2005-10-12re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-9/+3
2005-10-12re PR target/21275 (gcc 4.0.0 crash with mingw when using stdout in global var)Danny Smith1-4/+3
2005-10-03gimplify.c (find_single_pointer_decl_1): New static function.Ian Lance Taylor1-2/+17
2005-09-19tree-ssa-operands.c (swap_tree_operands): Export.Dorit Nuzman1-0/+1
2005-09-07function.c (ARG_POINTER_CFA_OFFSET): Move ...Richard Henderson1-1/+0
2005-08-23re PR middle-end/22043 (Fields not initialized for automatic structs with fle...Jakub Jelinek1-1/+1
2005-08-17c-typeck.c (build_function_call): Call fold_buildN_initializer or fold_buildN...James A. Morrison1-1/+3
2005-08-04tree.h (fold_build1): Change to macro and call fold_build1_stat.Andrew Pinski1-3/+6
2005-08-03re PR middle-end/23221 (-fstack-protector does not protect tail call functions)Richard Henderson1-0/+1
2005-07-25Better debug info for inlined functions.James E Wilson1-0/+7
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-0/+3
2005-07-20tree.h (tree_expr_nonzero_p): Export.James A. Morrison1-0/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-6/+57
2005-07-11re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin1-0/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-480/+658
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-94/+0
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-5/+15
2005-06-29re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey1-1/+6
2005-06-27builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek1-0/+11
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill1-4/+4