| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-12-09 | 1 | -1/+1 |
* | final.c (count_basic_block, [...]): Kill. | Jan Hubicka | 2001-12-06 | 1 | -1/+1 |
* | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 2001-12-03 | 1 | -7/+7 |
* | 1750a.h (DBX_REGISTER_NUMBER): Don't define. | Kaveh R. Ghazi | 2001-11-22 | 1 | -3/+0 |
* | unix.h (ASM_FILE_START): Const-ify. | Kaveh R. Ghazi | 2001-11-19 | 1 | -2/+2 |
* | alpha.c (unicosmk_special_name): Prototype. | Kaveh R. Ghazi | 2001-11-11 | 1 | -4/+5 |
* | m32r.c: Add support for m32rx processor. | Ben Elliston | 2001-11-09 | 5 | -13/+200 |
* | 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype. | Kaveh R. Ghazi | 2001-11-04 | 1 | -2/+2 |
* | config.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting. | Franz Sirl | 2001-10-19 | 1 | -3/+0 |
* | Table-driven attributes. | Joseph Myers | 2001-09-21 | 1 | -38/+39 |
* | configure.in: Check whether assembler supports section merging. | Jakub Jelinek | 2001-09-11 | 1 | -1/+2 |
* | haifa-sched.c: Convert to target hooks. | Zack Weinberg | 2001-08-18 | 3 | -78/+51 |
* | calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de... | Zack Weinberg | 2001-08-10 | 1 | -3/+1 |
* | alias.c (set_mem_alias_set): New function. | Richard Kenner | 2001-07-11 | 1 | -1/+1 |
* | final.c (output_addr_const): Use target opening and closing parentheses. | Neil Booth | 2001-07-09 | 1 | -4/+0 |
* | target.h (targetm): Rename global from "target", so as not to conflict with l... | Stan Shebs | 2001-07-07 | 1 | -1/+1 |
* | Makefile.in (final.o): Depend on target.h. | Neil Booth | 2001-07-06 | 3 | -28/+11 |
* | emit-rtl.c (adjust_address): New function. | Richard Kenner | 2001-07-02 | 1 | -14/+10 |
* | target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a... | Joseph Myers | 2001-06-29 | 3 | -32/+0 |
* | Makefile.in (TARGET_H, [...]): New. | Neil Booth | 2001-06-26 | 3 | -9/+12 |
* | defaults.h: Default escape sequences to ASCII. | Neil Booth | 2001-06-26 | 1 | -9/+0 |
* | Fix compile time warnings | Nick Clifton | 2001-06-11 | 4 | -33/+25 |
* | i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. | Zack Weinberg | 2001-05-17 | 1 | -3/+0 |
* | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 2001-03-22 | 1 | -1/+0 |
* | aclocal.m4 (gcc_AC_C_CHARSET, [...]): New macros. | Zack Weinberg | 2001-03-15 | 1 | -23/+0 |
* | alpha.c (check_float_value): Use memcpy, not bcopy. | Kaveh R. Ghazi | 2001-03-10 | 1 | -1/+1 |
* | xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults... | Kaveh R. Ghazi | 2001-03-06 | 1 | -7/+0 |
* | aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. | Zack Weinberg | 2001-03-06 | 1 | -5/+0 |
* | configure.in: Kill tm.h. | Zack Weinberg | 2001-03-03 | 1 | -8/+0 |
* | xm-lynx.h, [...]: Do not define TRUE or FALSE. | Zack Weinberg | 2001-03-02 | 1 | -5/+1 |
* | m32r.h (PREDICATE_CODES): Remove m32r_not_same_reg. | Ben Elliston | 2001-01-24 | 1 | -1/+0 |
* | tm.texi (REGISTER_MOVE_COST): Add a mode argument. | Alexandre Oliva | 2001-01-01 | 1 | -2/+3 |
* | More scheduler infrastructure. | Bernd Schmidt | 2000-12-19 | 1 | -1/+2 |
* | config: | Neil Booth | 2000-11-02 | 1 | -1/+1 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -1/+1 |
* | Change callers in config/m*/ to match: | Hans-Peter Nilsson | 2000-09-25 | 1 | -3/+3 |
* | definitions in config/m[368]*: | Hans-Peter Nilsson | 2000-09-25 | 1 | -2/+2 |
* | 1750a.h: Mark help strings for options/switches for translation. | Philipp Thomas | 2000-06-27 | 1 | -6/+8 |
* | Replace (GET_RTX_CLASS(GET_CODE()) == 'i') with INSN_P() | Nick Clifton | 2000-05-16 | 1 | -29/+23 |
* | Update to libgcc copyright exception clause. | Jeff Law | 2000-05-15 | 1 | -6/+9 |
* | Convert ACCUMULATE_OUTGOING_ARGS to an expression. | Jan Hubicka | 2000-03-29 | 1 | -1/+1 |
* | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 2000-03-07 | 1 | -1/+1 |
* | Fix copyrights. | Jeff Law | 2000-02-26 | 1 | -1/+1 |
* | alpha-protos.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-18 | 2 | -74/+74 |
* | Add prototype header file | Nick Clifton | 1999-11-09 | 4 | -689/+1941 |
* | hard-reg-set.h (reg_names): Constify a char*. | Kaveh R. Ghazi | 1999-11-01 | 1 | -3/+3 |
* | 1750a.md (movstrqi): Add missing output reload constraint. | Richard Henderson | 1999-10-14 | 2 | -4/+5 |
* | m32r.c: Include toplev.h. | Richard Henderson | 1999-09-16 | 3 | -103/+108 |
* | Merge in gcc2-ss-010999 | Jeff Law | 1999-09-06 | 3 | -36/+33 |
* | Fix more problems from GC diffs | Bernd Schmidt | 1999-08-24 | 1 | -0/+1 |