Age | Commit message (Expand) | Author | Files | Lines |
2005-02-02 | Revert bad import | Zack Weinberg | 10 | -8578/+0 |
2005-02-02 | Imported from mainline FSF repositories | Nick Clifton | 10 | -0/+8578 |
2004-02-04 | config.gcc: Remove obsolete ports and configurations. | Kazu Hirata | 10 | -8577/+0 |
2003-12-05 | d30v-protos.h [...]: Convert to ISO C90 function declarations and definitions. | Steven Bosscher | 2 | -31/+31 |
2003-11-29 | gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New. | Kaveh R. Ghazi | 1 | -7/+1 |
2003-10-13 | Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo... | Zack Weinberg | 1 | -1/+2 |
2003-10-06 | real.h (REAL_MODE_FORMAT): New macro. | Zack Weinberg | 1 | -2/+2 |
2003-09-27 | GNU CC -> GCC | Kelley Cook | 8 | -32/+32 |
2003-09-23 | config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fr... | Nathanael Nerode | 1 | -6/+0 |
2003-09-03 | config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF. | Bernardo Innocenti | 1 | -1/+0 |
2003-08-21 | Makefile.in (INCLUDES): Remove -I$(srcdir)/config. | Zack Weinberg | 3 | -16/+6 |
2003-07-11 | optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, then fall back t... | Jakub Jelinek | 1 | -4/+4 |
2003-07-08 | system.h: Poison MAP_CHARACTER. | Zack Weinberg | 3 | -160/+0 |
2003-06-22 | safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... | Zack Weinberg | 2 | -7/+7 |
2003-06-21 | safe-ctype.h (HC_UNKNOWN, [...]): New #defines. | Zack Weinberg | 2 | -10/+9 |
2003-06-19 | target.h (asm_out.file_start, [...]): New hooks. | Zack Weinberg | 2 | -4/+9 |
2003-06-14 | rtl.h (STORE_FLAG_VALUE): Remove default definition from here. | Roger Sayle | 1 | -4/+1 |
2003-06-07 | config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9. | Zack Weinberg | 2 | -1/+10 |
2003-06-04 | i370.c (mvs_function_name_length): Fix signed/unsigned warnings. | Kaveh R. Ghazi | 2 | -2/+2 |
2003-06-04 | alpha.c (print_operand_address): Fix format specifier warnings. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-05-18 | c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here. | Neil Booth | 1 | -1/+0 |
2003-05-16 | i370.c (ascebc, ebcasc): Wrap in macros controlling usage. | Kaveh R. Ghazi | 2 | -21/+30 |
2003-05-12 | Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 1 | -3/+4 |
2003-04-17 | varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_EXTERNAL if not... | Richard Henderson | 4 | -24/+10 |
2003-01-27 | Makefile.in (cse.o): Depend on TARGET_H. | Richard Henderson | 2 | -15/+35 |
2003-01-01 | darwin-protos.h, [...]: Use struct, and don't conditionally compile on GCC_C_... | Neil Booth | 1 | -3/+1 |
2003-01-01 | c-pragma.c (c_register_pragma): New. | Neil Booth | 1 | -4/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 4 | -48/+23 |
2002-10-15 | real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments. | Richard Henderson | 1 | -12/+12 |
2002-09-21 | real.c (struct real_format): Move to real.h. | Richard Henderson | 3 | -0/+16 |
2002-09-19 | fp-bit.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-16 | c4x-c.c, [...]: Include tm_p.h instead of the *-protos.h file directly. | Kaveh R. Ghazi | 2 | -3/+3 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 1 | -2/+2 |
2002-08-21 | alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk. | Kaveh R. Ghazi | 2 | -12/+16 |
2002-08-12 | i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comme... | Kaveh R. Ghazi | 4 | -4/+4 |
2002-07-31 | * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h, | Kaveh R. Ghazi | 1 | -5/+2 |
2002-07-30 | alpha.h, [...] (ASM_OUTPUT_LABEL): Delete definition. | Kaveh R. Ghazi | 1 | -5/+0 |
2002-07-17 | cpplib.c (do_sccs): Handle #sccs on all systems. | Neil Booth | 1 | -3/+0 |
2002-06-02 | i370.h (TARGET_CPU_CPP_BUILTINS): Use. | Neil Booth | 4 | -10/+41 |
2002-05-25 | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 2 | -2/+1 |
2002-05-18 | system.h (ENCODE_SECTION_INFO): Poison it. | Richard Henderson | 2 | -6/+15 |
2002-04-15 | linux.h, [...] (CPP_PREDEFINES): Define __gnu_linux__, not gnu_linux. | Richard Henderson | 1 | -1/+1 |
2002-04-13 | linux.h: Define __gnu_linux__ wherever __linux__ is defined... | Mark Mitchell | 1 | -2/+2 |
2002-03-23 | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 1 | -8/+13 |
2002-03-12 | 1750a.h, [...] (POINTER_SIZE): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -8/+0 |
2002-03-03 | 1750a.h, [...] (BITS_PER_WORD): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2002-03-02 | varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S... | Richard Henderson | 1 | -1/+1 |
2002-03-03 | a29k.h, [...]: (BITS_PER_UNIT): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2002-01-20 | i370.c: Fix comment formatting. | Kazu Hirata | 4 | -28/+28 |