Age | Commit message (Expand) | Author | Files | Lines |
2003-01-10 | cfns.gperf: ANSIfy function declarations. | Nathanael Nerode | 4 | -632/+650 |
2003-01-10 | re PR c++/9128 (Typeid does not work on polymorphic classes) | Mark Mitchell | 10 | -213/+209 |
2003-01-10 | calls.c (load_register_parameters): Add is_sibcall, sibcall_failure parameters. | Dale Johannesen | 2 | -16/+46 |
2003-01-10 | * parse.y (check_pkg_class_access): ANSIfy definition. | Nathanael Nerode | 2 | -4/+5 |
2003-01-10 | configure.in (linker read-only and read-write section mixing): Squelch some a... | Kelley Cook | 3 | -6/+12 |
2003-01-10 | * decl.c (bad_specifiers): Fix parameter order error I introduced. | Nathanael Nerode | 2 | -2/+6 |
2003-01-10 | configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. | Nathanael Nerode | 5 | -30/+27 |
2003-01-10 | * Change mcpu to mtune. | Hartmut Penner | 1 | -3/+3 |
2003-01-10 | invoke.texi: Document -mtune, delete -mcpu option for S/390 and zSeries. | Hartmut Penner | 3 | -10/+20 |
2003-01-10 | * config/h8300/h8300.md (*iorsi3_ashift_31): New. | Kazu Hirata | 2 | -0/+14 |
2003-01-10 | 20030110-1.c: New test. | Josef Zlomek | 2 | -0/+43 |
2003-01-10 | jump.c (next_nonnote_insn_in_loop): New function. | Josef Zlomek | 2 | -3/+33 |
2003-01-10 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-01-10 | configure.in: Revert. | Benjamin Kosnik | 3 | -35/+34 |
2003-01-10 | missed from last checkin | Kaveh Ghazi | 1 | -0/+3 |
2003-01-10 | decl.c, [...]: Don't cast return value of xmalloc et al. | Kaveh Ghazi | 3 | -12/+10 |
2003-01-10 | * class.c, gjavah.c, parse.y, verify.c: Don't use PTR. | Kaveh R. Ghazi | 5 | -19/+23 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 130 | -1560/+5507 |
2003-01-10 | ffi_darwin.c: Remove RCS version string. | Geoffrey Keating | 3 | -4/+5 |
2003-01-09 | c4x.c (c4x_naked_function_p): Rename from c4x_assembler_function_p. | Michael Hayes | 1 | -15/+14 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 38 | -911/+865 |
2003-01-09 | 2003-01-09 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 21 | -2249/+6770 |
2003-01-09 | expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros. | Kaveh R. Ghazi | 10 | -147/+69 |
2003-01-09 | jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and VA_CLOSE. | Kaveh R. Ghazi | 3 | -20/+21 |
2003-01-09 | * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt correctly. | Jan Hubicka | 2 | -7/+8 |
2003-01-09 | configure.in: Remove Makefile in build... | Alexandre Oliva | 3 | -74/+113 |
2003-01-09 | tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo. | Paolo Carlini | 2 | -1/+5 |
2003-01-09 | * decl.c (start_decl): Only check DECL_THREAD_LOCAL for VAR_DECLs. | Jakub Jelinek | 2 | -1/+6 |
2003-01-09 | defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument. | J"orn Rennecke | 13 | -338/+609 |
2003-01-09 | * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5. | J"orn Rennecke | 2 | -4/+11 |
2003-01-09 | h8300.md (*extzv_1_r_h8300): Correct the insn length. | Kazu Hirata | 2 | -8/+16 |
2003-01-09 | pt.c (push_access_scope_real): Call push_to_top_level for function in namespa... | Kriang Lerdsuwanakij | 4 | -7/+45 |
2003-01-09 | * decl.c (start_decl): Don't set DECL_COMMON for __thread variables. | Jakub Jelinek | 2 | -1/+6 |
2003-01-09 | * config/h8300/h8300.h (PREDICATE_CODES): New. | Kazu Hirata | 2 | -0/+27 |
2003-01-09 | h8300.md (*addsi3_upper): New. | Kazu Hirata | 2 | -0/+128 |
2003-01-09 | Makefile.in (optabs.o): Add dependency on basic-block.h. | Josef Zlomek | 5 | -11/+36 |
2003-01-09 | Forgot the '*'... | Eric Botcazou | 1 | -1/+1 |
2003-01-09 | re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized) | Eric Botcazou | 8 | -16/+60 |
2003-01-09 | re PR target/8343 ([m68k] [3.2 regression] m68k-elf/rtems ICE at instantiate_... | Jan Hubicka | 5 | -120/+323 |
2003-01-09 | mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates that match register_op... | Richard Sandiford | 5 | -27/+35 |
2003-01-09 | re PR c/8032 (GCC >= 3.0 incorrectly initializes static structs in the presen... | Eric Botcazou | 4 | -7/+43 |
2003-01-09 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-01-09 | Makefile.in (install_to_libdir, [...]): Add a mkinstalldirs command. | Christian Cornelssen | 2 | -0/+5 |
2003-01-09 | Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. | Christian Cornelssen | 9 | -45/+74 |
2003-01-09 | Make-lang.in (java.install-common, [...]): Prepend $(DESTDIR) to destination ... | Christian Cornelssen | 2 | -52/+61 |
2003-01-09 | Make-lang.in (treelang.install.common.done, [...]): Prepend $(DESTDIR) to des... | Christian Cornelssen | 2 | -9/+16 |
2003-01-09 | Make-lang.in (c++.install-common, [...]): Prepend $(DESTDIR) to destination p... | Christian Cornelssen | 2 | -31/+44 |
2003-01-09 | Make-lang.in (ada.install-info, [...]): Prepend $(DESTDIR) to the destination... | Christian Cornelssen | 3 | -168/+175 |
2003-01-09 | Make-lang.in (f77.install-common, [...]): Prepend $(DESTDIR) to destination p... | Christian Cornelssen | 2 | -24/+30 |
2003-01-09 | Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR. | Andreas Jaeger | 13 | -183/+200 |