summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-8/+22
* c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2004-08-241-11/+9
* tree.h (build_distinct_type_copy): New.Nathan Sidwell2004-08-231-9/+26
* langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher2004-08-191-32/+7
* tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell2004-08-191-1/+79
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-14/+17
* re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo2004-08-121-3/+10
* tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell2004-08-061-1/+76
* tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell2004-08-051-2/+3
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-153/+35
* re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas2004-07-251-0/+5
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-9/+8
* c-common.h (c_staticp): Change return type from int to bool.Bernardo Innocenti2004-07-251-7/+7
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-3/+1
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-29/+39
* rtl.h (plus_constant): Delete.Zack Weinberg2004-07-201-4/+2
* tree.h (binfo_member): Remove.Nathan Sidwell2004-07-201-15/+0
* tree.h: Include vec.hNathan Sidwell2004-07-201-16/+6
* input.h: If USE_MAPPED_LOCATION...Per Bothner2004-07-141-1/+2
* Makefile.in (OBJS-common): Add tree-data-ref.o.Sebastian Pop2004-07-131-0/+61
* re PR tree-optimization/16383 (internal compiler error: in generate_element_c...Richard Henderson2004-07-111-0/+45
* tree-ssa-loop-im.c: New file.Zdenek Dvorak2004-07-101-0/+28
* c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...Zack Weinberg2004-07-081-14/+2
* re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers2004-07-081-0/+22
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-5/+0
* Introduce H8SX support.Alexandre Oliva2004-07-081-0/+5
* langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner2004-07-051-31/+58
* langhooks.c: Don't include gt-langhooks.h.Zack Weinberg2004-07-051-2/+14
* c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell2004-07-051-0/+40
* tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compares equal with tree_in...Joseph Myers2004-07-031-1/+1
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-26/+1
* tree.def (RTL_EXPR): Remove.Richard Henderson2004-07-011-21/+1
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-0/+26
* tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson2004-06-281-0/+2
* cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac...Nathan Sidwell2004-06-281-58/+63
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-0/+4
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-1/+4
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-53/+79
* fold-const.c (operand_equal_p): Pass flags in recursive calls for binary and ...Roger Sayle2004-06-211-0/+7
* tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin2004-06-151-35/+2
* re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek2004-06-101-0/+1
* * tree.c (iterative_hash_expr): Use real_hash.J"orn Rennecke2004-06-071-2/+5
* tree.c (array_type_nelts, [...]): Replace build with build2.Roger Sayle2004-05-211-7/+8
* re PR middle-end/3074 (Statement with no effect not flagged with -Wall)Roger Sayle2004-05-201-9/+0
* tree.def (documentation): Remove mention of class 'b'.Zack Weinberg2004-05-141-11/+4
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-182/+287
* re PR target/14899 (wrong code due to change in compatibility rules for vecto...Paolo Bonzini2004-05-051-11/+34
* PR/c++ 15119Richard Kenner2004-04-251-1/+14
* c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner2004-04-121-14/+38
* tree.c (reconstruct_complex_type): Use TYPE_READONLY and TYPE_VOLATILE.Andrew Pinski2004-04-051-2/+2