Age | Commit message (Expand) | Author | Files | Lines |
2003-01-25 | * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing. | Richard Henderson | 1 | -1/+1 |
2003-01-09 | re PR target/8343 ([m68k] [3.2 regression] m68k-elf/rtems ICE at instantiate_... | Jan Hubicka | 1 | -2/+2 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 15 | -247/+58 |
2002-12-03 | m68k.h (EH_RETURN_DATA_REGNO): Define. | Andreas Schwab | 2 | -46/+77 |
2002-11-24 | m68k.c: Fix typo in last change defining TARGET_ASM_CAN_OUTPUT_MI_THUNK. | Andreas Schwab | 1 | -2/+2 |
2002-11-11 | t-crtstuff (crti.o): Use this... | Joel Sherrill | 1 | -7/+4 |
2002-10-22 | target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun... | Richard Henderson | 1 | -2/+6 |
2002-10-20 | target.h (struct gcc_target): Line wrap. | Richard Henderson | 5 | -69/+57 |
2002-10-20 | * config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo. | Mark Mitchell | 1 | -1/+1 |
2002-10-20 | alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h. | Mark Mitchell | 3 | -8/+12 |
2002-10-18 | target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL. | Mark Mitchell | 4 | -48/+35 |
2002-10-15 | real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments. | Richard Henderson | 4 | -19/+15 |
2002-10-03 | m68k.h (OVERRIDE_OPTIONS): Move additional code ... | Richard Henderson | 6 | -56/+22 |
2002-09-24 | elfos.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-21 | real.c (struct real_format): Move to real.h. | Richard Henderson | 1 | -0/+3 |
2002-09-20 | m32r.c: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-09-17 | trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP. | Richard Henderson | 1 | -11/+7 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 4 | -12/+12 |
2002-09-03 | Makefile.in (USER_H): Add ginclude/float.h. | Richard Henderson | 1 | -0/+5 |
2002-08-29 | chorus.h: Consistently define *_DEBUGGING_INFO with the value 1. | Jason Thorpe | 20 | -20/+20 |
2002-08-20 | arc.c (output_shift): Use stdio instead of asm_fprintf. | Kaveh R. Ghazi | 3 | -20/+22 |
2002-08-14 | m68k.c (m68k_output_function_prologue, [...]): Delete versions for DPX2/MOTOR... | Kaveh R. Ghazi | 1 | -429/+2 |
2002-07-31 | m68hc11.h, [...] (ASM_GLOBALIZE_LABEL): Delete. | Kaveh R. Ghazi | 1 | -7/+0 |
2002-07-30 | alpha.h, [...] (ASM_OUTPUT_LABEL): Delete definition. | Kaveh R. Ghazi | 1 | -6/+0 |
2002-07-25 | defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new... | Zack Weinberg | 2 | -6/+0 |
2002-07-17 | cpplib.c (do_sccs): Handle #sccs on all systems. | Neil Booth | 5 | -19/+0 |
2002-06-20 | Fix thinko last change. | Richard Henderson | 1 | -4/+4 |
2002-06-20 | m68k.md (zero_extendsidi2): Create expander; duplicate pattern and adjust con... | Richard Henderson | 1 | -3/+33 |
2002-06-11 | * config/m68k/m68k.h (PREDICATE_CODES): Define. | Andreas Schwab | 1 | -0/+15 |
2002-06-08 | netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point. | Jason Thorpe | 1 | -16/+5 |
2002-05-30 | netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Compute at run-time. | Jason Thorpe | 1 | -3/+5 |
2002-05-29 | netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define. | Jason Thorpe | 2 | -16/+32 |
2002-05-25 | config.gcc: Remove all stanzas for previously obsoleted systems. | Zack Weinberg | 34 | -3294/+0 |
2002-05-23 | mingw32.h (OUTPUT_QUOTED_STRING): Properly output quoted strings. | Gabriel Dos Reis | 1 | -1/+5 |
2002-05-19 | system.h (BLOCK_PROFILER, [...]): Poison. | Richard Henderson | 2 | -38/+0 |
2002-05-18 | system.h (ENCODE_SECTION_INFO): Poison it. | Richard Henderson | 1 | -6/+1 |
2002-05-18 | system.h (SELECT_RTX_SECTION): Poison. | Richard Henderson | 4 | -14/+0 |
2002-05-18 | final.c (HAVE_READONLY_DATA_SECTION): New. | Richard Henderson | 3 | -7/+7 |
2002-05-17 | hooks.c (hook_tree_bool_false): New. | Richard Henderson | 1 | -2/+3 |
2002-04-15 | linux.h, [...] (CPP_PREDEFINES): Define __gnu_linux__, not gnu_linux. | Richard Henderson | 2 | -2/+2 |
2002-04-13 | linux.h: Define __gnu_linux__ wherever __linux__ is defined... | Mark Mitchell | 2 | -4/+4 |
2002-04-12 | rtems.h, [...] (*-rtems*): Cleanup pass to move common definitions to config/... | Eric Norum | 2 | -38/+0 |
2002-04-02 | * config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra. | Richard Henderson | 1 | -2/+49 |
2002-03-12 | re PR rtl-optimization/5878 (gcc 3.1 breaks on C code generated by the Mercur... | Richard Henderson | 1 | -36/+36 |
2002-03-12 | 1750a.h, [...] (POINTER_SIZE): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2002-03-06 | m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a COMPARE operator. | Jeff Law | 1 | -0/+6 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 8 | -49/+1 |
2002-03-03 | 1750a.h, [...] (BITS_PER_WORD): Delete. | Kaveh R. Ghazi | 1 | -6/+0 |
2002-03-03 | a29k.h, [...]: (BITS_PER_UNIT): Delete. | Kaveh R. Ghazi | 1 | -3/+0 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2 | -5/+3 |