| Commit message (Expand) | Author | Age | Files | Lines |
* | ansidecl.h: All logic from gcc/gansidecl.h moved here. | Zack Weinberg | 2001-04-04 | 23 | -380/+379 |
* | decl2.c (import_export_decl): Don't call import_export_class when processing ... | Mark Mitchell | 2001-04-03 | 3 | -14/+28 |
* | fstream.h: Expose streampos to global namespace. | Peter Schmid | 2001-04-03 | 2 | -0/+7 |
* | stl_iterator_base_types.h: Fix typo | Peter Schmid | 2001-04-03 | 2 | -1/+5 |
* | i386.c (ix86_force_to_memory, [...]): Update for 64bit. | Jan Hubicka | 2001-04-03 | 2 | -40/+86 |
* | xm-beos.h, [...]: Delete. | Zack Weinberg | 2001-04-03 | 13 | -137/+17 |
* | boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.' | Alexandre Petit-Bianco | 2001-04-03 | 2 | -7/+14 |
* | Use byte offsets in SUBREGs instead of words. | Jakub Jelinek | 2001-04-03 | 64 | -872/+1639 |
* | configure.in (target_subdir): Use target_alias, not target. | Alexandre Oliva | 2001-04-03 | 3 | -267/+281 |
* | * include/backward/fstream.h: Define filebuf and wfilebuf. | Andreas Schwab | 2001-04-03 | 2 | -0/+6 |
* | crtn.asm (init, fini): Restore r15 from r14, not the other way round. | Alexandre Oliva | 2001-04-03 | 3 | -6/+12 |
* | instantiate1.C: Adjust to accommodate peculiarities of the SH. | Alexandre Oliva | 2001-04-03 | 3 | -11/+33 |
* | Move ChangeLog entry where it belongs. | Jakub Jelinek | 2001-04-03 | 2 | -5/+5 |
* | TARGET_NO_SPACE_REGS no longer affects call sequences. | Alan Modra | 2001-04-03 | 4 | -149/+135 |
* | Daily bump. | GCC Administrator | 2001-04-03 | 5 | -5/+5 |
* | configure.in (gcc_cv_as_leb128): Correct name of cache variable. | Geoffrey Keating | 2001-04-03 | 3 | -14/+33 |
* | Rewrite hppa profiling support. | Alan Modra | 2001-04-03 | 4 | -112/+152 |
* | com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch of 2001-03-04. | Toon Moene | 2001-04-03 | 2 | -1/+6 |
* | Makefile.in ($(HOST_PREFIX_1)errors.o, [...]): Depend on $(SYSTEM_H). | Kaveh R. Ghazi | 2001-04-03 | 2 | -7/+13 |
* | dwarf2out.c (dwarf2out_frame_debug_expr): Move errant HIGH and LO_SUM cases t... | Alan Modra | 2001-04-03 | 2 | -14/+19 |
* | expr.c (pop_type_0): Save the result of the first lang_printable_name call in... | Zack Weinberg | 2001-04-03 | 2 | -3/+15 |
* | New concept checking implementation. | Phil Edwards | 2001-04-03 | 54 | -2377/+3234 |
* | libstdc++.exp (dg-test): Annotate result messages with $which_library as well... | Zack Weinberg | 2001-04-02 | 2 | -166/+177 |
* | libjava.exp: Correct typo... | Zack Weinberg | 2001-04-02 | 2 | -223/+217 |
* | configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as... | Richard Henderson | 2001-04-02 | 4 | -228/+213 |
* | except.h (lang_eh_type_covers): Mark extern. | Richard Henderson | 2001-04-02 | 2 | -2/+7 |
* | fp-cmp-1.c: Renamed nan to dnan. | Rainer Orth | 2001-04-02 | 4 | -24/+30 |
* | jni.cc (wrap_value<jclass>): New specialization. | Marcus G. Daniels | 2001-04-02 | 2 | -0/+13 |
* | std_cstring.h: Fix for const-correctness. | Stephen M. Webb | 2001-04-02 | 3 | -10/+66 |
* | std_cstring.h: Fix for const-correctness. | Stephen M. Webb | 2001-04-02 | 1 | -0/+67 |
* | lex.c (ffelex_hash_): Avoid eating one whole line after #line. | Jakub Jelinek | 2001-04-02 | 4 | -0/+23 |
* | PrintStream.java (out): Removed field. | Tom Tromey | 2001-04-02 | 2 | -37/+51 |
* | re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except... | Torsten Rueger | 2001-04-02 | 2 | -1/+6 |
* | jni.cc (add_char): Correctly encode non-ascii characters. | Tom Tromey | 2001-04-02 | 2 | -5/+13 |
* | * configure.host: Enable interpreter for PPC. | Kevin B Hendricks | 2001-04-02 | 2 | -0/+8 |
* | configopts.html: Add --enable-sjlj-exceptions docs. | Benjamin Kosnik | 2001-04-02 | 2 | -10/+20 |
* | genattr.c, [...]: Wrap generated header in multiple-include guard. | Zack Weinberg | 2001-04-02 | 7 | -26/+63 |
* | configure.in: Don't check for putenv. | Kaveh R. Ghazi | 2001-04-02 | 5 | -57/+18 |
* | ifcvt.c (noce_emit_move_insn): New. | Jakub Jelinek | 2001-04-02 | 4 | -11/+72 |
* | fold-const.c (fold): Before optimizing unsigned comparison with 0x7fffffffU... | Jakub Jelinek | 2001-04-02 | 4 | -1/+26 |
* | * c-tree.texi: Document representation of wide strings. | Joseph Myers | 2001-04-02 | 2 | -1/+13 |
* | Daily bump. | GCC Administrator | 2001-04-02 | 5 | -5/+5 |
* | * except.h (expand_builtin_dwarf_fp_regnum): Declare. | Richard Henderson | 2001-04-01 | 2 | -0/+5 |
* | natSystem.cc (init_properties): Revert yesterday's changes to "file.separator... | Bryce McKinlay | 2001-04-02 | 5 | -34/+26 |
* | Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, [...]): New macros. | Alexandre Oliva | 2001-04-02 | 3 | -5/+33 |
* | natString.cc (intern): If string's data does not point to this String, make a... | Per Bothner | 2001-04-01 | 3 | -7/+17 |
* | DeflaterOutputStream.java (deflate): Loop while def.needsInput. | Per Bothner | 2001-04-01 | 3 | -51/+110 |
* | tests_flags.in: Use test a = b, not test a == b which is not portable. | Zack Weinberg | 2001-04-01 | 2 | -1/+6 |
* | 1.3-Compliant Implementation of java.io.File. | Bryce McKinlay | 2001-04-01 | 8 | -303/+583 |
* | i386.md: remove obsoleted comments. | Jan Hubicka | 2001-04-01 | 2 | -12/+18 |