aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-24re PR middle-end/19953 (Special-case real + complex arithmetic operation (-ff...Richard Henderson1-0/+3
2005-02-14re-apply fold_indirect_ref patchJason Merrill1-0/+1
2005-02-13temporarily revert last changesJason Merrill1-1/+0
2005-02-13re PR libmudflap/19319 (Mudflap produce many violations on simple, correct c+...Jason Merrill1-0/+1
2005-02-11tree-complex.c (expand_complex_libcall): New.Richard Henderson1-1/+15
2005-02-10re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak1-0/+1
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-1/+2
2005-02-09fold-const.c (fold_strip_sign_ops): New function to simplify a floating point...Roger Sayle1-1/+2
2005-02-07invoke.texi (ftree-vectorizer-verbose): New.Leehod Baruch1-0/+3
2005-02-01Patch from Richard Sandiford <rsandifo@redhat.com>Eric Botcazou1-2/+4
2005-01-27re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson1-4/+9
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-10/+10
2005-01-26re PR middle-end/19515 (Violation of C99 6.7.8 §21 for unions)Richard Henderson1-2/+2
2005-01-26re PR middle-end/19616 (missed tail call)Steven Bosscher1-0/+3
2005-01-16re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in...John David Anglin1-0/+1
2005-01-14c-tree.h, [...]: Remove unused prototypes.Kazu Hirata1-5/+0
2005-01-07* tree.h (IS_EXPR_CODE_CLASS): Use a straight-forward range check.Richard Sandiford1-2/+2
2005-01-06Fix PR middle-end/19286 Fix PR debug/19267Daniel Berlin1-1/+2
2004-12-24re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin1-0/+4
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-1/+2
2004-12-23tree-inline.c (struct inline_data): Remove inlined_fns.Daniel Berlin1-8/+0
2004-12-22tree.h (DECL_PTA_ALIASVAR): Dead.Daniel Berlin1-5/+0
2004-12-22system.h (IN_RANGE): Restore HOST_WIDE_INT cast.Nathan Sidwell1-1/+1
2004-12-22[multiple changes]Richard Henderson1-0/+5
2004-12-21system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell1-13/+23
2004-12-20re PR middle-end/18191 (Struct member is not getting default-initialized)Steven Bosscher1-1/+2
2004-12-18re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson1-0/+1
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-6/+2
2004-12-08re PR middle-end/17982 (stop calling assemble_external before final assembly ...Zack Weinberg1-0/+1
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-5/+0
2004-12-04re PR middle-end/17909 (ICE: verifiy_stms failed)Andrew Pinski1-0/+1
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-0/+1
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-11/+0
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-11/+10