summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
...
* re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating2004-09-181-2/+2
* tree.c, tree.h (tree_class_strings): Make array const.Zack Weinberg2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-32/+99
* fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak2004-09-161-0/+3
* re PR tree-optimization/17436 (Huge memory use regression)Richard Henderson2004-09-131-1/+7
* re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205)Richard Henderson2004-09-121-5/+0
* tree.c (tree_code_size): New function, bulk of code from tree_size.Zack Weinberg2004-09-111-0/+5
* tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak2004-09-111-0/+8
* dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating2004-09-101-1/+1
* cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini2004-09-101-1/+4
* builtins.c (build_va_arg_indirect_ref): New function.Frank Ch. Eigler2004-09-091-0/+1
* vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell2004-09-081-2/+2
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-3/+47
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-4/+4
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-0/+9
* re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich2004-09-031-1/+3
* Update TREE_NO_WARNING docs.Richard Henderson2004-09-011-2/+5
* attribs.c (strip_attrs): Remove.Joseph Myers2004-08-311-8/+0
* tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell2004-08-301-8/+2
* tree.h (size_int_type): Remove.Nathan Sidwell2004-08-271-2/+1
* tree.c (staticp): Return the static object.Richard Henderson2004-08-261-3/+3
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-1/+3
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-0/+1
* c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2004-08-241-2/+2
* Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell2004-08-231-10/+0
* tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.Nathan Sidwell2004-08-231-4/+0
* tree.h (build_distinct_type_copy): New.Nathan Sidwell2004-08-231-1/+2
* tree.h (SAVE_EXPR_RESOLVED_P): New.Richard Henderson2004-08-221-0/+7
* fold-const.c (rtl_expr_nonnegative_p): Delete.Andrew Pinski2004-08-221-1/+0
* langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher2004-08-191-6/+3
* tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell2004-08-191-1/+10
* alias.c (readonly_fields_p): Remove.Richard Henderson2004-08-181-1/+0
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-1/+3
* tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson2004-08-181-0/+6
* Make unsafe vector float optimizations dependent on -ffast-math.James E Wilson2004-08-161-2/+9
* c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel2004-08-161-1/+7
* c-typeck.c (build_c_cast): Only copy overflow from expr nodes.Nathan Sidwell2004-08-161-3/+1
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-1/+1
* re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo2004-08-121-11/+2
* builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson2004-08-101-2/+9
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-0/+3
* Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini2004-08-091-13/+1
* tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell2004-08-061-1/+4
* tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell2004-08-051-1/+2
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-2/+3
* tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.Zdenek Dvorak2004-08-041-0/+7
* rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen2004-08-031-5/+0
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-11/+0
* tree.h (enum tls_model): Move ...Zack Weinberg2004-07-281-7/+0
* * tree.h: Fix typo in comment.Tom Tromey2004-07-261-1/+1