aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-14/+17
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo1-3/+10
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell1-1/+76
2004-08-05tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell1-2/+3
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-153/+35
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-0/+5
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-9/+8
2004-07-25c-common.h (c_staticp): Change return type from int to bool.Bernardo Innocenti1-7/+7
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-3/+1
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-29/+39
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-4/+2
2004-07-20tree.h (binfo_member): Remove.Nathan Sidwell1-15/+0
2004-07-20tree.h: Include vec.hNathan Sidwell1-16/+6
2004-07-14input.h: If USE_MAPPED_LOCATION...Per Bothner1-1/+2
2004-07-13Makefile.in (OBJS-common): Add tree-data-ref.o.Sebastian Pop1-0/+61
2004-07-11re PR tree-optimization/16383 (internal compiler error: in generate_element_c...Richard Henderson1-0/+45
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-0/+28
2004-07-08c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...Zack Weinberg1-14/+2
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers1-0/+22
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-5/+0
2004-07-08Introduce H8SX support.Alexandre Oliva1-0/+5
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-31/+58
2004-07-05langhooks.c: Don't include gt-langhooks.h.Zack Weinberg1-2/+14
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-0/+40
2004-07-03tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compares equal with tree_in...Joseph Myers1-1/+1
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-26/+1
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-21/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+26
2004-06-28tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson1-0/+2
2004-06-28cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac...Nathan Sidwell1-58/+63
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-0/+4
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-1/+4
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-53/+79
2004-06-21fold-const.c (operand_equal_p): Pass flags in recursive calls for binary and ...Roger Sayle1-0/+7
2004-06-15tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin1-35/+2
2004-06-10re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek1-0/+1
2004-06-07* tree.c (iterative_hash_expr): Use real_hash.J"orn Rennecke1-2/+5
2004-05-21tree.c (array_type_nelts, [...]): Replace build with build2.Roger Sayle1-7/+8
2004-05-20re PR middle-end/3074 (Statement with no effect not flagged with -Wall)Roger Sayle1-9/+0
2004-05-14tree.def (documentation): Remove mention of class 'b'.Zack Weinberg1-11/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-182/+287
2004-05-05re PR target/14899 (wrong code due to change in compatibility rules for vecto...Paolo Bonzini1-11/+34
2004-04-25PR/c++ 15119Richard Kenner1-1/+14
2004-04-12c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner1-14/+38
2004-04-05tree.c (reconstruct_complex_type): Use TYPE_READONLY and TYPE_VOLATILE.Andrew Pinski1-2/+2
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-4/+6
2004-04-01expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner1-4/+4
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-18/+17
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg1-3/+15
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner1-27/+69