aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-16re PR tree-optimization/22035 (complex float comparison broken)Richard Henderson1-3/+0
2005-06-09re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson1-2/+11
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-4/+17
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin1-2/+10
2005-06-01[multiple changes]Diego Novillo1-8/+1
2005-06-01tree.h (fold_indirect_ref_1): Export from fold-const.c.Richard Guenther1-0/+1
2005-06-01c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin1-1/+8
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-3/+0
2005-05-24tree-nested.c (build_addr): New "context" argument.Jeff Law1-1/+1
2005-05-17tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ...Zdenek Dvorak1-0/+1
2005-05-11Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka1-0/+1
2005-05-11re PR middle-end/20371 (Some corner cases of MS bitfields don't work)J"orn Rennecke1-0/+3
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-6/+6
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey1-1/+1
2005-04-28* tree.h (edge_def): Remove.Kazu Hirata1-2/+0
2005-04-27* tree.h (phi_arg_d): Expand a comment in phi_arg_d.Kazu Hirata1-1/+3
2005-04-26tree.h (tree_phi_node): Add a comment about the order of PHI arguments.Kazu Hirata1-0/+2
2005-04-24tree.h (TREE_THIS_VOLATILE): Document the effect on a function decl.Andrew Pinski1-0/+3
2005-04-23re PR tree-optimization/21088 (VRP passes fold the type of operands of a comp...Kazu Hirata1-0/+3
2005-04-22[multiple changes]Diego Novillo1-7/+0
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-0/+1
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-4/+6
2005-04-09tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+4
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-7/+12
2005-04-08* tree.h (STRIP_MAIN_TYPE_NOPS): Remove.Kazu Hirata1-11/+0
2005-04-06cse.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-4/+28
2005-03-29tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman1-0/+1
2005-03-25tree.c (get_set_constructor_bits, [...]): Remove.Kazu Hirata1-2/+0
2005-03-23tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is ca...Hans-Peter Nilsson1-0/+4
2005-03-23tree.h (DECL_IGNORED_P, [...]): Clarify comments.Tobias Schlüter1-4/+4
2005-03-22fold-const.c (fold_build1, [...]): New.Kazu Hirata1-0/+3
2005-03-21builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR.Kazu Hirata1-1/+1
2005-03-16re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson1-1/+2
2005-03-16builtins.c (expand_movstr): Update a call to fold_builtin_strcpy.Kazu Hirata1-2/+2
2005-03-14builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak1-2/+11
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2005-03-08re PR c/14411 (Request for setjmp/longjmp attributes)Alexey Neyman1-1/+7
2005-03-07* tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.Per Bothner1-5/+1
2005-03-07Various fixes to allow us to again build if --enable-mapped-location:Per Bothner1-1/+5
2005-03-07stor-layout.c (set_alignment): Remove.Kazu Hirata1-3/+0
2005-03-05c-semantics.c (build_stmt): Use TYPE_P instead of IS_NON_TYPE_CODE_CLASS.Kazu Hirata1-6/+1
2005-02-28calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata1-3/+1