Age | Commit message (Expand) | Author | Files | Lines |
2003-01-09 | Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR. | Andreas Jaeger | 1 | -6/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 2 | -19/+21 |
2002-10-15 | real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments. | Richard Henderson | 1 | -3/+2 |
2002-09-24 | elfos.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-17 | alpha.c: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 1 | -1/+1 |
2002-08-29 | chorus.h: Consistently define *_DEBUGGING_INFO with the value 1. | Jason Thorpe | 1 | -6/+2 |
2002-08-20 | arc.c (output_shift): Use stdio instead of asm_fprintf. | Kaveh R. Ghazi | 1 | -8/+8 |
2002-08-11 | arc.c (arc_init): Don't use ISO C style function definitions. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-07-31 | * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h, | Kaveh R. Ghazi | 1 | -8/+2 |
2002-07-30 | alpha.h, [...] (ASM_OUTPUT_LABEL): Delete definition. | Kaveh R. Ghazi | 1 | -5/+0 |
2002-07-16 | builtins.c (std_expand_builtin_va_start): Remove unused first argument. | Zack Weinberg | 3 | -6/+5 |
2002-07-16 | varargs.h: Replace with stub which issues #error. | Zack Weinberg | 2 | -17/+7 |
2002-06-10 | Makefile.in (MACHMODE_H): Add @extra_modes_file@. | Zack Weinberg | 2 | -9/+25 |
2002-05-31 | Makefile.in: Replace HOST_PREFIX... | Nathanael Nerode | 1 | -1/+1 |
2002-05-18 | system.h (ENCODE_SECTION_INFO): Poison it. | Richard Henderson | 2 | -35/+18 |
2002-05-18 | final.c (HAVE_READONLY_DATA_SECTION): New. | Richard Henderson | 1 | -4/+4 |
2002-05-16 | arc.h (CPP_PREDEFINES): Remove. | Neil Booth | 1 | -7/+11 |
2002-04-18 | arc.md: Remove #if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT blocks. | Zack Weinberg | 1 | -12/+0 |
2002-03-20 | re PR target/4792 (Internal compiler error building libgcc2 for arc-elf target) | Jakub Jelinek | 2 | -29/+28 |
2002-03-12 | re PR rtl-optimization/5878 (gcc 3.1 breaks on C code generated by the Mercur... | Richard Henderson | 1 | -1/+11 |
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 | -4/+0 |
2002-03-03 | 1750a.h, [...] (BITS_PER_WORD): Delete. | Kaveh R. Ghazi | 1 | -6/+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 | -3/+0 |
2002-02-17 | final.c (output_operand_lossage): Changed to accept printf style arguments. | Philipp Thomas | 1 | -5/+5 |
2002-01-21 | alpha.h, [...]: Remove commented out target macro definitions and non-target-... | Joseph Myers | 1 | -17/+0 |
2002-01-08 | tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros. | Joseph Myers | 1 | -7/+1 |
2001-12-23 | arc.c (arc_hard_regno_mode_ok): Const-ify. | Kaveh R. Ghazi | 2 | -2/+2 |
2001-12-23 | 1750a.h (datalbl, jmplbl): Declare array size explicitly. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-12-20 | varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl... | Richard Henderson | 1 | -22/+0 |
2001-12-17 | target.h (asm_out.byte_op, [...]): New fields. | Richard Sandiford | 2 | -39/+34 |
2001-11-22 | 1750a.h (DBX_REGISTER_NUMBER): Don't define. | Kaveh R. Ghazi | 1 | -3/+0 |
2001-11-16 | a29k.c: Fix comment formatting. | Kazu Hirata | 2 | -11/+11 |
2001-10-23 | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 1 | -0/+1 |
2001-10-19 | config.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting. | Franz Sirl | 1 | -2/+0 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -19/+34 |
2001-08-09 | Move constructor/destructor handling into target hooks. | Richard Henderson | 1 | -22/+0 |
2001-07-11 | alias.c (set_mem_alias_set): New function. | Richard Kenner | 1 | -3/+3 |
2001-07-09 | final.c (output_addr_const): Use target opening and closing parentheses. | Neil Booth | 1 | -4/+0 |
2001-07-07 | target.h (targetm): Rename global from "target", so as not to conflict with l... | Stan Shebs | 1 | -1/+1 |
2001-07-06 | Makefile.in (final.o): Depend on target.h. | Neil Booth | 3 | -30/+10 |
2001-06-29 | target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a... | Joseph Myers | 3 | -30/+0 |
2001-06-26 | Makefile.in (TARGET_H, [...]): New. | Neil Booth | 3 | -9/+11 |
2001-06-26 | defaults.h: Default escape sequences to ASCII. | Neil Booth | 1 | -9/+0 |
2001-05-25 | * config/arc/initfini.c (.init): Fix typo. | Stacey Sheldon | 1 | -1/+1 |
2001-05-17 | i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. | Zack Weinberg | 2 | -2/+1 |
2001-04-16 | toplev.c (output_lang_identify): Delete. | Zack Weinberg | 1 | -9/+0 |