aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-05-12* MAINTAINERS: Reflect libgcj reality.Tom Tromey2-4/+9
2002-05-12SentenceBreakIterator.java (next): Skip all java white space characters.Mark Wielaard2-19/+20
2002-05-12os_defines.h (__glibcpp_long_bits): Define to 64 for hppa 64-bit port.John David Anglin2-2/+8
2002-05-12pa32-regs.h (HARD_REGNO_MODE_OK): Revise sets of general registers used for D...John David Anglin2-4/+14
2002-05-11cpplex.c (_cpp_lex_direct): When in a directive at EOF fake a newline.Neil Booth2-2/+7
2002-05-11Oops, this went with the previous commitZack Weinberg1-0/+35
2002-05-11* reorg.c (dbr_schedule): Remove unnecessary test.John David Anglin2-4/+5
2002-05-11i386.md (testsi to testqi spliters): New.Jan Hubicka6-73/+218
2002-05-11rs6000.c (rs6000_default_long_calls, [...]): New.Zack Weinberg10-86/+336
2002-05-11avr.c (avr_mcu_types): Update supported devices.Marek Michalkiewicz4-15/+35
2002-05-11dbxout.c: Fix formatting.Kazu Hirata11-369/+388
2002-05-11Daily bump.GCC Administrator6-6/+6
2002-05-11Minor fix to treelang; Update MAINTAINERS and ChangeLog to reflect this.Tim Josling4-0/+26
2002-05-10final.c (end_final): Tidy whitespace.Richard Henderson4-121/+120
2002-05-10fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) into the equiva...Roger Sayle4-15/+141
2002-05-10loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.Janis Johnson2-69/+140
2002-05-10rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.David S. Miller5-10/+24
2002-05-10cse.c (rtx_cost): Remove multiplication by power of 2 special casing.David S. Miller2-7/+6
2002-05-10conversion.c: Test long double too.David S. Miller2-0/+172
2002-05-10t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and . as N64/N32 libgcc_s.so su...Rainer Orth2-1/+6
2002-05-10sparc.md: Use define_constants for unspec numbers.David S. Miller2-62/+60
2002-05-10Update to latest versions.Philipp Thomas4-22015/+20359
2002-05-10acinclude.m4 (enable_symvers): Quote $LD.Rainer Orth4-3/+9
2002-05-10rtl.h (struct rtx_def): Document unchanging and in_struct flags more accurately.David S. Miller5-25/+49
2002-05-10avr.c (print_operand): Check that addr is a SYMBOL_REF before using SYMBOL_RE...Marek Michalkiewicz4-10/+122
2002-05-10Daily bump.GCC Administrator6-6/+6
2002-05-10* jni.cc (_Jv_JNIFunctions): Fixed typo.Tom Tromey2-1/+3
2002-05-10* rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.Kaveh R. Ghazi2-1/+5
2002-05-09ResourceBundle.java: New version from Classpath.Tom Tromey3-644/+770
2002-05-09athlon.md, [...]: New files.Jeffrey A Law6-729/+805
2002-05-09Makefile.in: Update.Neil Booth15-66/+165
2002-05-09* cppexp.c (_cpp_expand_op_stack): Set op_limit.Neil Booth2-3/+9
2002-05-09t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.Rainer Orth2-7/+19
2002-05-09t-linux64 (SHLIB_MAPFILES): Set.Jakub Jelinek5-5/+45
2002-05-09re PR target/6429 (libgcc_s problem on dual 32/64-bit arches)Jakub Jelinek15-32/+233
2002-05-09ia64.md: Use define_constants for unspec numbers.Richard Henderson3-106/+131
2002-05-09mips.c (mips_add_large_offset_to_sp): Remove FILE arg.Richard Sandiford2-183/+94
2002-05-09* Makefile.in: Honour DESTDIR.Federico G. Schwindt2-2/+6
2002-05-09i386.md (type attribute): Add "rotate" for rotate insns.Jeffrey A Law2-27/+42
2002-05-09sh.c (sh_builtin_saveregs): If starting with an odd fp register...J"orn Rennecke2-1/+23
2002-05-09typeck.c (get_member_function_from_ptrfunc): Reorganize.Jason Merrill4-68/+67
2002-05-09tree.h (preserve_data, [...]): Remove.Neil Booth2-3/+5
2002-05-09cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.Neil Booth8-84/+23
2002-05-09add PR noteJason Merrill1-0/+1
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-0/+52
2002-05-09i386.c (ia32_use_dfa_pipeline_interface): New function.Jan Hubicka3-298/+203
2002-05-09re PR rtl-optimization/3311 (GCC-SH: gcc loses result of AND operation due to...Jeff Law2-0/+29
2002-05-09cfganal.c (can_fallthru): Fix fast path.Jan Hubicka3-1/+11
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka12-291/+985
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata17-253/+272