Age | Commit message (Expand) | Author | Files | Lines |
1999-08-04 | pa.md (divsi3, [...]): Clobber a new dummy operand. | Jeffrey A Law | 1 | -0/+12 |
1999-08-04 | * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass. | Jeffrey A Law | 1 | -4/+4 |
1999-08-04 | arm.c (typedef minipool_node): Renamed from pool_node. | Richard Earnshaw | 3 | -352/+446 |
1999-08-04 | * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. | Jason Merrill | 1 | -1/+4 |
1999-08-04 | * gcc/config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define. | Mark Elbrecht | 1 | -0/+10 |
1999-08-03 | pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for PA1.1 and a... | Jeffrey A Law | 1 | -3/+6 |
1999-08-02 | libgloss.h: Add a note discouraging use with ELF. | Jason Merrill | 1 | -0/+3 |
1999-08-02 | arc.h: Define PROMOTE_PROTOTYPES to 1. | Richard Henderson | 18 | -26/+20 |
1999-08-02 | m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set for the regis... | Richard Henderson | 2 | -25/+80 |
1999-08-02 | linux.h: Define WCHAR_TYPE as "int" and undef MAX_WCHAR_TYPE defined in sparc.h. | Jakub Jelinek | 3 | -8/+16 |
1999-08-02 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 6 | -13/+119 |
1999-08-02 | Jakub Jelinek <jj@ultra.linux.cz> | Jakub Jelinek | 1 | -0/+122 |
1999-08-02 | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | Franz Sirl | 2 | -90/+258 |
1999-08-02 | [multiple changes] | David Edelsohn | 4 | -92/+170 |
1999-08-02 | alpha.c (override_options): Move ev6 alpha_tp frobbing out of -mcpu parsing c... | Richard Henderson | 2 | -46/+49 |
1999-08-02 | Unroll my commit of 1999/08/01 16:14:58, there was a communications mixup | Geoffrey Keating | 2 | -52/+47 |
1999-08-02 | Only define STRICT_ALIGNMENT if it is not already defined. | Nick Clifton | 1 | -0/+2 |
1999-08-02 | pa.c (legitimize_pic_address): Clarify comments. | Jeffrey A Law | 2 | -5/+14 |
1999-08-02 | I'm a dufus. | Jeff Law | 1 | -0/+1 |
1999-08-02 | * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0. | Dan Nicolaescu | 1 | -1/+1 |
1999-08-01 | m68k.c (output_function_prologue): Fix typo in CPU32 case. | Jeffrey A Law | 1 | -4/+4 |
1999-08-01 | rs6000.c (num_insns_constant_wide): Correct for type promotion. | Geoff Keating | 2 | -47/+52 |
1999-07-31 | pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead of depending on ... | Jeffrey A Law | 1 | -4/+25 |
1999-07-31 | pa.md (reload_indi, [...]): Allow any register for the original reload register. | Jeffrey A Law | 1 | -2/+2 |
1999-07-30 | sol2-c1.asm: Align the stack. | Mathias Froehlich | 2 | -0/+12 |
1999-07-30 | sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto -Asparclite for sparc86x. | Vladimir Makarov | 1 | -3/+4 |
1999-07-30 | Jakub Jelinek <jj@ultra.linux.cz> | Jakub Jelinek | 5 | -90/+225 |
1999-07-30 | pa.md (zvdep_imm32): Renamed from zvdep_imm. | Jeffrey A Law | 1 | -4/+4 |
1999-07-30 | * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands. | Jeffrey A Law | 1 | -2/+2 |
1999-07-29 | * pa.h (FIRST_PARM_CALLER_OFFSET): Delete. | Jeffrey A Law | 1 | -6/+0 |
1999-07-29 | Fix a cross toolchain build problem | Bernd Schmidt | 2 | -6/+8 |
1999-07-29 | pa.md (indirect_jump): Remove mode from match_operand. | Jeffrey A Law | 1 | -9/+9 |
1999-07-29 | pa.c (emit_move_sequence): Always convert scratch_reg to the proper mode befo... | Jeffrey A Law | 1 | -4/+43 |
1999-07-29 | mips.c: system.h handles MIN and MAX, don't undefine them here. | Geoff Keating | 1 | -3/+0 |
1999-07-28 | pa.md (adddi3, subdi3): Turn into a define_expand/define_insn pair. | Jeffrey A Law | 1 | -2/+16 |
1999-07-28 | pa.c (store_reg): Do not call add_high_const generator directly. | Jeffrey A Law | 2 | -13/+13 |
1999-07-28 | pa.c (legitimize_address): Consistently use Pmode rather than SImode. | Jeffrey A Law | 2 | -8/+10 |
1999-07-28 | pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed. | Jeffrey A Law | 1 | -2/+2 |
1999-07-28 | pa.md (reload_indi, [...]): Scratch register should be a DImode register. | Jeffrey A Law | 1 | -11/+9 |
1999-07-28 | Wrong patch -- builtin_saveregs has already corrected for !stdarg_p. | Richard Henderson | 1 | -1/+1 |
1999-07-28 | pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set and tag the spill mems. | Richard Henderson | 2 | -0/+79 |
1999-07-28 | mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set and tag the s... | Richard Henderson | 2 | -8/+70 |
1999-07-28 | mn10200.c (mn10200_va_arg): New. | Richard Henderson | 2 | -0/+41 |
1999-07-28 | Patch from Phillip Blundell <pb@nexus.co.uk> to add arm/thumb uclinux support. | Philip Blundell | 7 | -2/+414 |
1999-07-27 | pa.md (post_store, pre_load): New expanders. | Jeffrey A Law | 2 | -11/+38 |
1999-07-27 | aix43.h (ASM_CPU_SPEC, [...]): Add rs64a and PPC630. | David Edelsohn | 5 | -86/+258 |
1999-07-27 | sparc.c (sparc_override_options): Enable SPARCLITE instead of V8 for sparclit... | Vladimir Makarov | 1 | -1/+2 |
1999-07-27 | Fix SDB debug output generation for ARM/COFF | Bernd Schmidt | 1 | -0/+2 |
1999-07-27 | m88k.c (m88k_builtin_saveregs): Break out the constructor code to m88k_va_sta... | Richard Henderson | 2 | -53/+178 |
1999-07-27 | rs6000.c (rs6000_expand_builtin_saveregs): Rename from expand_builtin_saveregs. | Geoff Keating | 2 | -3/+3 |