summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* Better debug info for inlined functions.James E Wilson2005-07-251-0/+7
* expr.c (highest_pow2_factor): Make extern.Ira Rosen2005-07-251-0/+3
* tree.h (tree_expr_nonzero_p): Export.James A. Morrison2005-07-201-0/+2
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-6/+57
* re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin2005-07-111-0/+1
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-480/+658
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-94/+0
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-5/+15
* re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey2005-06-291-1/+6
* builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek2005-06-271-0/+11
* c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson2005-06-271-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2005-06-231-4/+4
* re PR tree-optimization/22035 (complex float comparison broken)Richard Henderson2005-06-161-3/+0
* re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson2005-06-091-2/+11
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-4/+17
* cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin2005-06-041-2/+10
* [multiple changes]Diego Novillo2005-06-011-8/+1
* tree.h (fold_indirect_ref_1): Export from fold-const.c.Richard Guenther2005-06-011-0/+1
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-1/+8
* basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata2005-05-271-3/+0
* tree-nested.c (build_addr): New "context" argument.Jeff Law2005-05-241-1/+1
* tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ...Zdenek Dvorak2005-05-171-0/+1
* Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka2005-05-111-0/+1
* re PR middle-end/20371 (Some corner cases of MS bitfields don't work)J"orn Rennecke2005-05-111-0/+3
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-6/+6
* tree.c (build_block): Removed unused 'tags' argument.Tom Tromey2005-04-291-1/+1
* * tree.h (edge_def): Remove.Kazu Hirata2005-04-281-2/+0
* * tree.h (phi_arg_d): Expand a comment in phi_arg_d.Kazu Hirata2005-04-271-1/+3
* tree.h (tree_phi_node): Add a comment about the order of PHI arguments.Kazu Hirata2005-04-261-0/+2
* tree.h (TREE_THIS_VOLATILE): Document the effect on a function decl.Andrew Pinski2005-04-241-0/+3
* re PR tree-optimization/21088 (VRP passes fold the type of operands of a comp...Kazu Hirata2005-04-231-0/+3
* [multiple changes]Diego Novillo2005-04-221-7/+0
* Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak2005-04-221-0/+1
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-1/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-4/+6
* tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek2005-04-091-0/+4
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-7/+12
* * tree.h (STRIP_MAIN_TYPE_NOPS): Remove.Kazu Hirata2005-04-081-11/+0
* cse.c, [...]: Fix comment typos.Kazu Hirata2005-04-061-2/+2
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-4/+28
* tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman2005-03-291-0/+1
* tree.c (get_set_constructor_bits, [...]): Remove.Kazu Hirata2005-03-251-2/+0
* tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is ca...Hans-Peter Nilsson2005-03-231-0/+4
* tree.h (DECL_IGNORED_P, [...]): Clarify comments.Tobias Schlüter2005-03-231-4/+4
* fold-const.c (fold_build1, [...]): New.Kazu Hirata2005-03-221-0/+3
* builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR.Kazu Hirata2005-03-211-1/+1
* re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson2005-03-161-1/+2
* builtins.c (expand_movstr): Update a call to fold_builtin_strcpy.Kazu Hirata2005-03-161-2/+2
* builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak2005-03-141-2/+11