aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-09-07Daily bump.GCC Administrator6-6/+6
2001-09-07typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.Matt Kraai4-6/+25
2001-09-07revert: gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/pa...Richard Sandiford2-3/+7
2001-09-07RuleBasedCollator.java (clone): Rewrote.Tom Tromey4-444/+497
2001-09-06Remove OP_IDENTIFIER.Ira Ruben5-29/+11
2001-09-06* simplify-rtx.c (simplify_binary_operation): Revert last change.Richard Henderson2-22/+4
2001-09-06Simple test of call return percentages along with branch percentages andJanis Johnson1-0/+37
2001-09-06Add support for checking call return percentages for gcov -b output.Janis Johnson1-9/+95
2001-09-06gcov.exp: Add support for call return percentages.Janis Johnson1-0/+5
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green12-39/+494
2001-09-06gcj -R patchesAnthony Green1-0/+14
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green6-3/+195
2001-09-06simplify-rtx.c (simplify_binary_operation): Simplify contents of CONST.Richard Henderson2-0/+27
2001-09-06rs6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR regis...Franz Sirl2-2/+8
2001-09-06* java/util/Properties.java: Re-merged from Classpath.Tom Tromey2-4/+10
2001-09-06Joern Rennecke (amylaar@cygnus.com)Jeffrey A Law4-12/+64
2001-09-06oops, missed a bit in previous commitNathan Sidwell1-1/+1
2001-09-06re PR c++/3986 (ICE in build_rtti_vtbl_entries)Nathan Sidwell4-11/+100
2001-09-06Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell9-126/+36
2001-09-06for some reason this was missed in theNathan Sidwell1-10/+53
2001-09-06Daily bump.GCC Administrator6-6/+6
2001-09-06rs6000.c (mask_operand): Use signed vars to avoid compiler warnings.Alan Modra2-20/+25
2001-09-06objc-act.c (build_message_expr): If a class method cannot be found...Ziemowit Laski4-3/+45
2001-09-05testsuite_flags.in: No longer need to search testsuite builddir.Phil Edwards12-129/+438
2001-09-05From Eric Blake, via Classpath:Tom Tromey2-6/+41
2001-09-05* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.Richard Henderson2-1/+5
2001-09-05* java/util/Date.java: Re-merged with Classpath.Tom Tromey2-6/+9
2001-09-05* java/text/DateFormatSymbols.java: Re-merged with Classpath.Tom Tromey2-6/+29
2001-09-05function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg4-6/+18
2001-09-05natClassLoader.cc: Include VirtualMachineError.hCorey Minyard2-0/+24
2001-09-05natSystem.cc (init_properties): Default locale is en_US, not just en.Tom Tromey2-0/+6
2001-09-05* profile.c (branch_prob): Call add_noreturn_fake_exit_edges.Jan Hubicka1-0/+2
2001-09-05i386.c (size_cost): New static variable.Jan Hubicka5-326/+381
2001-09-05som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.John David Anglin3-0/+22
2001-09-05stor-layout.c (layout_type): Complain if an array's size can not be represent...Jeffrey A Law3-0/+32
2001-09-05gcc.c: (process_command) Add parentheses around assignment used as truth value.David Billinghurst2-2/+7
2001-09-05gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan...David Billinghurst2-0/+9
2001-09-05mips.c (save_restore_insns): Don't mark any register save slots as unchanging...Richard Sandiford2-3/+8
2001-09-05alpha.c (alpha_legitimate_address_p): New.Richard Henderson5-78/+106
2001-09-0520010904-1.c: New test.Jakub Jelinek2-0/+22
2001-09-05t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.Richard Sandiford2-3/+9
2001-09-05linux.h: Set CPLUSPLUS_CPP_SPEC.David S. Miller3-0/+13
2001-09-05invoke.texi (i386 Options): -mwide-multiply is not available anymore, remove ...Andreas Jaeger3-72/+14
2001-09-05alpha.c (alpha_expand_mov, [...]): New functions split out of md file expanders.Richard Henderson4-296/+197
2001-09-05MessageFormat.java (setLocale): Don't catch ParseException here, DecimalForma...Bryce McKinlay2-8/+6
2001-09-05Daily bump.GCC Administrator6-6/+6
2001-09-05* cppmacro.c (funlike_invocation_p): No need to restore context.Neil Booth2-6/+5
2001-09-04reload.c (push_reload): Export.Richard Henderson6-118/+167
2001-09-05AbstractMap.java: Re-merged with Classpath.Tom Tromey3-3/+25
2001-09-05SimpleDateFormat.java: Re-merged with Classpath.Tom Tromey35-2494/+5757