aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-04-01tests_flags.in: Use test a = b, not test a == b which is not portable.Zack Weinberg2-1/+6
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay8-303/+583
2001-04-01i386.md: remove obsoleted comments.Jan Hubicka2-12/+18
2001-04-01Daily bump.GCC Administrator5-5/+5
2001-03-31[multiple changes]Benjamin Kosnik35-185/+131
2001-03-31* libiberty.h (alloca): Handle setting C_ALLOCA.Kaveh R. Ghazi2-1/+10
2001-03-31* config/avr/libgcc.S (__mulhi3): Optimize previous change.Marek Michalkiewicz2-2/+5
2001-03-31Daily bump.GCC Administrator5-5/+5
2001-03-30tests_flags.in (LIBS): Pass correct path for installed testing.Phil Edwards2-1/+5
2001-03-30mkcheck.in (LIBTOOL): Don't construct -B argument here...Benjamin Kosnik1-0/+267
2001-03-30Prevent hoisting code from generating uninitialized accesses.Bernd Schmidt2-3/+20
2001-03-30i386.c (ix86_split_long_move): Use change address to compensate stack pointer...Jan Hubicka2-2/+11
2001-03-30Daily bump.GCC Administrator5-5/+5
2001-03-30[multiple changes]Benjamin Kosnik17-133/+137
2001-03-29i386.md (sse_movdfcc_eq): Fix constraint (sse_mov?fcc splitter): Use operands...Jan Hubicka2-5/+10
2001-03-29i386.c (ix86_expand_setcc): Support 64bit.Jan Hubicka3-12/+107
2001-03-29* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.Richard Henderson2-1/+5
2001-03-29mn10300.md (cmpsi): Fix first alternative's output template.Matthew Hiller3-4/+20
2001-03-29configure.in: Use different syntax for subdirectory creation.Bryce McKinlay3-14/+9
2001-03-28Makefile.in (cs-tconfig.h): Depend on CONFIG_H, not GCONFIG_H.Richard Henderson2-2/+7
2001-03-28Fix abort when passing 1.0L as unnamed argument.Jim Wilson2-2/+7
2001-03-28Makefile.am (CXXLINK): Add --tag disable-shared after --tag CXX.Alexandre Oliva3-25/+60
2001-03-28* g++.old-deja/g++.other/eh4.C: Fix typo.Loren J. Rittle2-1/+5
2001-03-28* g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.Loren J. Rittle2-3/+7
2001-03-28expr.c (pop_type_0): Call `concat' rather than building the string manually.Kaveh R. Ghazi3-25/+24
2001-03-28toplev.h (fatal_error): Add ATTRIBUTE_NORETURN.Kaveh R. Ghazi4-3/+13
2001-03-28re PR java/2066 (Source parser segfault in resolve_package)Alexandre Petit-Bianco2-2/+9
2001-03-28jvgenmain.c (do_mangle_classname): End string constant with '\0'.Jeffrey Oldham2-0/+5
2001-03-28Revert cflags patch.DJ Delorie2-2/+5
2001-03-2820010328-1.c: New test.Philip Blundell2-0/+84
2001-03-28libgcc.S (__mulhi3): Correct tests to exit the loop when multiplier or multip...Marek Michalkiewicz2-1/+8
2001-03-28Fix missing barrier problemBernd Schmidt2-95/+175
2001-03-28Make hash values more randomBernd Schmidt2-13/+5
2001-03-28rs6000.h (EPILOGUE_USES): Use TARGET_AIX, not TARGET_TOC for special toc rest...Richard Henderson3-2/+9
2001-03-28* Makefile.in (make-temp-file.o): Depend on config.h.Richard Henderson2-0/+5
2001-03-28sparc.c (eligible_for_epilogue_delay): False if current_function_calls_eh_ret...Richard Henderson4-10/+35
2001-03-28rs6000.c (rs6000_stack_info): Allocate space for eh_return data registers.Richard Henderson4-105/+146
2001-03-28i386.c (general_no_elim_operand): Disallow virtual regs.Richard Henderson5-48/+199
2001-03-28alpha.c (alpha_sa_mask): Add EH_RETURN_DATA_REGNOs.Richard Henderson5-28/+93
2001-03-28IA-64 ABI Exception Handling.Richard Henderson100-9366/+9948
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson7-28/+32
2001-03-28decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.Richard Henderson4-24/+12
2001-03-28decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson5-24/+60
2001-03-28Daily bump.GCC Administrator5-5/+5
2001-03-28regmove.c (perhaps_ends_bb_p): Use can_throw_internal to reduce false positives.Richard Henderson2-4/+13
2001-03-27stmt.c (expand_return): Remove always true predicate.Richard Henderson2-39/+8
2001-03-27sched-deps.c (sched_analyze_insn): Consolidate scheduling barrier code.Richard Henderson2-46/+43
2001-03-27rtlanal.c (rtx_addr_can_trap_p): Virtual registers cannot trap.Richard Henderson2-5/+22
2001-03-27except.c (can_throw_internal): Rename from can_throw.Richard Henderson4-8/+11
2001-03-27integrate.c (copy_insn_list): Use returnjump_p.Richard Henderson2-22/+39