| Commit message (Expand) | Author | Age | Files | Lines |
* | * java/util/TreeSet.java (clone): Call TreeMap.clone(), not | bryce | 2001-02-15 | 3 | -19/+21 |
* | * testsuite/lib/libstdc++.exp(dg-test): Lift, temporarily, out of | gdr | 2001-02-15 | 2 | -0/+314 |
* | * Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o. | bryce | 2001-02-15 | 2 | -1/+7 |
* | 2001-02-14 Tom Tromey <tromey@redhat.com> | apbianco | 2001-02-15 | 3 | -36/+86 |
* | Fix syntax error in previous checkin. | hubicka | 2001-02-14 | 1 | -1/+1 |
* | * invoke.texi (-mreg-alloc): Nuke. | hubicka | 2001-02-14 | 5 | -122/+17 |
* | * toplev.c (f_options): Clarify -fschedule-insns2 documentation. | rth | 2001-02-14 | 2 | -2/+6 |
* | * i386.h (RETURN_IN_MEMORY): Fix formating; reject TFmodes | hubicka | 2001-02-14 | 2 | -5/+9 |
* | * g++.old-deja/g++.brendan/new2.C (main): Use sizeof. | amylaar | 2001-02-14 | 2 | -2/+6 |
* | * gcc.c-torture/execute/920302-1.c (execute): | amylaar | 2001-02-14 | 2 | -2/+7 |
* | Fix Richard suggested and I forgot. | hubicka | 2001-02-14 | 1 | -1/+1 |
* | * i386-protos.h (ix86_memory_move_cost): Move offline. | hubicka | 2001-02-14 | 4 | -28/+200 |
* | * regclass.c (init_reg_sets_1): Reinstall the optimization of | hubicka | 2001-02-14 | 2 | -32/+70 |
* | 2001-02-14 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2001-02-14 | 2 | -1/+5 |
* | * jump.c (jump_optimize_1): When we delete a conditional jump | dj | 2001-02-14 | 2 | -0/+30 |
* | * typeck.c (build_unary_op): Clarify error message. | jakub | 2001-02-14 | 2 | -1/+5 |
* | 2001-02-14 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2001-02-14 | 2 | -1/+5 |
* | * Makefile.in (toplev.o): Depend on params.h. | mmitchel | 2001-02-14 | 8 | -19/+297 |
* | optional parens around connstructor names | aldyh | 2001-02-14 | 2 | -4/+17 |
* | cp: | nathan | 2001-02-14 | 4 | -8/+12 |
* | * i386.md (pushsf, pushdf_nointeger): Fix constraint. | hubicka | 2001-02-14 | 2 | -2/+6 |
* | cp: | nathan | 2001-02-14 | 7 | -42/+55 |
* | * regclass.c (init_reg_sets_1): Revert last two changes. | rth | 2001-02-14 | 2 | -65/+36 |
* | cp: | nathan | 2001-02-14 | 4 | -0/+36 |
* | cp: | nathan | 2001-02-14 | 4 | -1/+43 |
* | Daily bump. | law | 2001-02-14 | 5 | -5/+5 |
* | * stor-layout.c (is_pending_size, put_pending_size): New functions. | jakub | 2001-02-14 | 7 | -20/+105 |
* | * gcc.dg/cpp/sysmac1.c, sysmac2.c: New testcases. | neil | 2001-02-14 | 3 | -0/+70 |
* | * c-lex.c (lex_number): Only warn traditionally for U suffix | neil | 2001-02-14 | 5 | -6/+42 |
* | * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment. | mmitchel | 2001-02-14 | 7 | -64/+96 |
* | * java/lang/natClass.cc (getSignature): Don't try to dereference | bryce | 2001-02-14 | 3 | -16/+27 |
* | * java/util/TreeMap.java: New file. | bryce | 2001-02-14 | 8 | -24/+1781 |
* | * configure.in (check_languages): determine languages to check | dj | 2001-02-14 | 4 | -1/+33 |
* | 2001-02-13 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-02-14 | 2 | -2/+8 |
* | * i386.md (fixsfsi2, fixdfdi2): Fix previous patch again. | hubicka | 2001-02-14 | 2 | -9/+23 |
* | 2001-02-13 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2001-02-14 | 4 | -6/+23 |
* | * i386.md (movsfcc_1): Support integer cmove instruction. | hubicka | 2001-02-13 | 2 | -13/+43 |
* | * i386.c (output_fp_compare): Support SSE. | hubicka | 2001-02-13 | 4 | -22/+157 |
* | * regclass.c (init_reg_sets_1): Silence warning. | hubicka | 2001-02-13 | 2 | -48/+56 |
* | * i386.md (sqrt?f2): Change to expander. | hubicka | 2001-02-13 | 2 | -4/+72 |
* | * rtlanal.c (find_reg_equal_equiv_note): New function. | kenner | 2001-02-13 | 4 | -13/+180 |
* | * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to | hubicka | 2001-02-13 | 8 | -13/+30 |
* | * i386.md (fixsfsi2, fixdfdi2): Fix previous patch. | hubicka | 2001-02-13 | 2 | -4/+12 |
* | * java/io/PipedReader.java (ready): Throw IOException if pipe | tromey | 2001-02-13 | 5 | -19/+40 |
* | * gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public. | tromey | 2001-02-13 | 2 | -1/+10 |
* | Fix for PR libgcj/1351: | tromey | 2001-02-13 | 2 | -1/+16 |
* | 2001-02-13 Dirk Mueller <dmuell@gmx.net> | pme | 2001-02-13 | 3 | -16/+7 |
* | * i386.md (fixsfsi2, fixdfdi2): Force operand to register | hubicka | 2001-02-13 | 2 | -0/+7 |
* | * i386.md (add?f3, sub?f3, mul?f3, dif?f3): Enable for TARGET_SSE(2) | hubicka | 2001-02-13 | 3 | -38/+117 |
* | * i386.md (dummy_extendsfdf2): Support SSE2 | hubicka | 2001-02-13 | 2 | -40/+234 |