Age | Commit message (Expand) | Author | Files | Lines |
2002-09-22 | i386.h (BIGGEST_FIELD_ALIGNMENT): Set proper default for x86_64. | Jan Hubicka | 3 | -3/+16 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 34 | -143/+180 |
2002-09-21 | netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of LINK_SPEC. | Richard Earnshaw | 3 | -7/+16 |
2002-09-21 | re PR rtl-optimization/7930 (ICE in ARM backend) | Richard Earnshaw | 1 | -1/+2 |
2002-09-21 | cse.c (fold_rtx): Calculate the old cost before we fold each operand. | Richard Earnshaw | 2 | -1/+6 |
2002-09-21 | get the changelog right, stupid error on last commit. | Nathanael Nerode | 1 | -3/+1 |
2002-09-21 | configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. | Nathanael Nerode | 2 | -3/+10 |
2002-09-21 | c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__... | Richard Henderson | 3 | -90/+10 |
2002-09-21 | c-common.c (builtin_define_float_constants): Use real_format to get the float... | Richard Henderson | 2 | -153/+44 |
2002-09-21 | jcf-parse.c (get_constant): Decode from IEEE no matter what the target format. | Richard Henderson | 2 | -30/+27 |
2002-09-21 | real.c (struct real_format): Move to real.h. | Richard Henderson | 24 | -243/+321 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 24 | -164/+191 |
2002-09-21 | Daily bump. | GCC Administrator | 7 | -7/+7 |
2002-09-21 | 2002-09-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 7 | -13/+205 |
2002-09-21 | rs6000.md (builtin_setjmp_receiver): Add #if TARGET_MACHO. | Alan Modra | 2 | -0/+5 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 12 | -55/+70 |
2002-09-21 | rs6000.md (floatdisf2_internal2): Combine insns. | Alan Modra | 2 | -2/+11 |
2002-09-20 | m32r.c: Follow spelling conventions. | Kazu Hirata | 24 | -62/+88 |
2002-09-20 | Don't clobber app register r5 in muldi3. | Jim Wilson | 2 | -7/+11 |
2002-09-21 | i386.md (UNSPEC_GOTNTPOFF, [...]): New. | Jakub Jelinek | 3 | -14/+50 |
2002-09-20 | Fix v850 ICE. | Jim Wilson | 2 | -0/+11 |
2002-09-20 | * testsuite/gcc.dg/cpp/tr-warn2.c: Additional test. | Neil Booth | 2 | -1/+3 |
2002-09-20 | configure.in: Rearrange. | Nathanael Nerode | 2 | -19/+23 |
2002-09-20 | mips.c (dfhigh, [...]): Remove. | Richard Henderson | 3 | -103/+38 |
2002-09-20 | * gcc.dg/tls/struct-1.c: New test. | Jakub Jelinek | 2 | -0/+36 |
2002-09-20 | cppmacro.c: Don't warn about function-like macros without '(' during pre-expa... | Neil Booth | 4 | -10/+28 |
2002-09-20 | Fix -O3 stdarg miscompilation. | Jim Wilson | 3 | -9/+14 |
2002-09-20 | rs6000.c (rs6000_emit_prologue): Update for change to load_macho_picbase. | Geoffrey Keating | 3 | -13/+47 |
2002-09-20 | rs6000.h (ELIMINABLE_REGS): Use RS6000_PIC_OFFSET_TABLE_REGNUM rather than ha... | Geoffrey Keating | 2 | -7/+16 |
2002-09-20 | real.c (real_hash): New. | Richard Henderson | 9 | -91/+216 |
2002-09-20 | hpux.h (STARTFILE_SPEC): Modify. | Steve Ellcey | 2 | -13/+34 |
2002-09-20 | i386.c (legitimate_pic_address_disp_p): Allow UNSPEC_NTPOFF and UNSPEC_DTPOFF... | Jakub Jelinek | 2 | -6/+5 |
2002-09-20 | * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems. | Richard Earnshaw | 2 | -1/+7 |
2002-09-20 | 990208-1.x: XFAIL this at -O3 for ARM-based systems. | Richard Earnshaw | 2 | -1/+6 |
2002-09-20 | Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> | Jeroen Dobbelaere | 2 | -2/+9 |
2002-09-20 | real.c (do_fix_trunc): Static. | Richard Henderson | 2 | -1/+42 |
2002-09-20 | real.h (enum real_value_class, [...]): Move from real.c. | Richard Henderson | 5 | -304/+289 |
2002-09-20 | Daily bump. | GCC Administrator | 7 | -7/+7 |
2002-09-19 | real.h (UNKNOWN_FLOAT_FORMAT, [...]): Move ... | Richard Henderson | 13 | -61/+22 |
2002-09-20 | mmix.md ("negdf2"): Rewrite. | Hans-Peter Nilsson | 2 | -4/+18 |
2002-09-20 | * gcc.c-torture/execute/ieee/mzero3.c: New test. | Hans-Peter Nilsson | 2 | -0/+53 |
2002-09-20 | cp-demangle.c (demangling_new): Cast 0 to enum. | John David Anglin | 9 | -28/+46 |
2002-09-20 | Mention removed duplicate cxxfilt setting | Hans-Peter Nilsson | 1 | -1/+2 |
2002-09-20 | scanasm.exp (scan-assembler-dem, [...]): Adjust for c++filt moved to binutils. | Hans-Peter Nilsson | 2 | -14/+15 |
2002-09-20 | libiberty.h (asprintf, vasprintf): Don't declare them if the corresponding HA... | Alexandre Oliva | 2 | -0/+9 |
2002-09-19 | fix subreg optimization bug introduced 2002-05-25 | Jim Wilson | 2 | -1/+6 |
2002-09-19 | * gcc.dg/20020312-2.c: Update for darwin. | Geoffrey Keating | 2 | -4/+9 |
2002-09-19 | Remove creation of invalid subreg. PR 7705, 7339, 7720. | Dale Johannesen | 2 | -0/+9 |
2002-09-19 | Update email addresses for bugs and patches. | Nick Clifton | 2 | -1/+6 |
2002-09-19 | ClassLoader.java (resolveClass0): Set cause for newly-created exception. | Tom Tromey | 2 | -11/+23 |