aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-04-26optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting the clone.Mark Mitchell2-0/+6
2001-04-25invoke.texi: Document -Wmissing-braces...Joseph Myers3-21/+114
2001-04-25dwarfout.c (is_pseudo_reg, [...]): Use static inline instead of inline static.Rainer Orth2-4/+9
2001-04-25cygwin.h: Move W32API search to LINK_SPEC to ensure that this directory is al...Christopher Faylor2-3/+10
2001-04-25i386.c (ix86_expand_epilogue): Properly compute size of registers to restore ...Richard Henderson2-2/+13
2001-04-25* config-lang.in (target_libs): Copy from $libgcj_saved.Alexandre Oliva2-1/+5
2001-04-25c-format.c (check_format_info_recurse): Handle PLUS_EXPR for format string.Jakub Jelinek4-0/+70
2001-04-25ia64.h (CC1_SPEC): Define.Jakub Jelinek3-1/+11
2001-04-25emit-rtl.c (constant_subword): Also do sign extension in BITS_PER_WORD == 16 ...J"orn Rennecke2-2/+7
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay3-0/+8
2001-04-25oopsJason Merrill1-10/+0
2001-04-25* loop.c (try_swap_copy_prop): Go back to checking insn.Jason Merrill2-1/+15
2001-04-25emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check if check_mod...Jakub Jelinek4-1/+27
2001-04-25i386.c (ix86_expand_int_movcc): If overlap between out and comparison sequenc...Jakub Jelinek4-5/+30
2001-04-25decl.c (grokdeclarator): Set context of namespace scope TYPE_DECLS.Nathan Sidwell4-2/+34
2001-04-25Daily bump.GCC Administrator2-2/+2
2001-04-25Makefile.in (LIB2FUNCS): Remove _varargs and __dummy.Zack Weinberg6-234/+211
2001-04-24except.c (reachable_handlers): Step out one level from a RESX.Jason Merrill2-58/+90
2001-04-25optimize.c: Include hashtab.h.Zack Weinberg4-16/+117
2001-04-24c-semantics.c (add_scope_stmt): Don't call current_scope_stmt_stack multiple ...Nathan Sidwell2-6/+10
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell20-272/+431
2001-04-24pt.c (tsubst_decl): Use VOID_TYPE_P.Nathan Sidwell3-6/+11
2001-04-24If a SYMBOL_REF is in the constant pool, use the pool's SYMBOL_REF.Nick Clifton2-0/+9
2001-04-24Always set STRICT_ALIGNMENTNick Clifton2-3/+6
2001-04-24Daily bump.GCC Administrator2-2/+2
2001-04-24* gcc.c-torture/execute/20010124-1.c: No longer expected to fail.Zack Weinberg2-2/+4
2001-04-23c-convert.c (convert): When converting to a BOOLEAN_TYPE, avoid passing neste...Joseph Myers4-1/+34
2001-04-23* reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.Jan Hubicka2-0/+5
2001-04-23Daily bump.GCC Administrator2-2/+2
2001-04-23* loop.c (loop_delete_insns): Add prototype.Mark Mitchell2-0/+5
2001-04-23configure.in: Remove ENABLE_STD_NAMESPACE.Phil Edwards6-285/+295
2001-04-23config.gcc (powerpc-*-darwin*): Move the flag in xm-darwin.h into xm_defines.Stan Shebs3-6/+10
2001-04-23collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi10-57/+40
2001-04-22except.c (build_throw): Wrap the initialization of the exception object in a ...Jason Merrill3-8/+38
2001-04-22ABOUT-GCC-NLS: Now that gettext 0.10.37 is out, require it instead of the CVS...Philipp Thomas3-7/+12
2001-04-22Daily bump.GCC Administrator2-2/+2
2001-04-21calls.c (expand_call): Fix a comment typo.Kazu Hirata2-2/+4
2001-04-21flow.c (proagate_one_insn): Remove useless assignment.Mark Mitchell6-14/+63
2001-04-21sparc.c (sparc_flat_eligible_for_epilogue_delay): Fix a comment typo.Kazu Hirata3-2/+6
2001-04-21news.texi: Update release information for 0.5.27.Toon Moene2-7/+50
2001-04-21h8300.c (general_operand_src): Fix a comment typo.Kazu Hirata2-1/+5
2001-04-21Daily bump.GCC Administrator2-2/+2
2001-04-21cp-tree.h (finish_enum): Change prototype.Mark Mitchell4-115/+111
2001-04-21cp-tree.h (finish_enum): Change prototype.Mark Mitchell1-0/+13
2001-04-20Fixes to compile multiple .class files at once.Per Bothner5-78/+85
2001-04-20configure.in: Probe for times, clock, struct tms, and clock_t.Zack Weinberg5-162/+377
2001-04-20* config/pa/som.h (NM_FLAGS): Define.Jeffrey A Law2-0/+9
2001-04-20tree.c (cp_tree_equal): Adjust final switch formatting.Nathan Sidwell4-9/+51
2001-04-20class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.Nathan Sidwell5-21/+222
2001-04-20Better scheduling of shiftsBernd Schmidt4-7/+165