aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
1999-08-04* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.Jason Merrill1-1/+4
1999-08-04* gcc/config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.Mark Elbrecht1-0/+10
1999-08-03pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for PA1.1 and a...Jeffrey A Law1-3/+6
1999-08-02libgloss.h: Add a note discouraging use with ELF.Jason Merrill1-0/+3
1999-08-02arc.h: Define PROMOTE_PROTOTYPES to 1.Richard Henderson18-26/+20
1999-08-02m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set for the regis...Richard Henderson2-25/+80
1999-08-02linux.h: Define WCHAR_TYPE as "int" and undef MAX_WCHAR_TYPE defined in sparc.h.Jakub Jelinek3-8/+16
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson6-13/+119
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-0/+122
1999-08-02Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Franz Sirl2-90/+258
1999-08-02[multiple changes]David Edelsohn4-92/+170
1999-08-02alpha.c (override_options): Move ev6 alpha_tp frobbing out of -mcpu parsing c...Richard Henderson2-46/+49
1999-08-02Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupGeoffrey Keating2-52/+47
1999-08-02Only define STRICT_ALIGNMENT if it is not already defined.Nick Clifton1-0/+2
1999-08-02pa.c (legitimize_pic_address): Clarify comments.Jeffrey A Law2-5/+14
1999-08-02I'm a dufus.Jeff Law1-0/+1
1999-08-02* sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.Dan Nicolaescu1-1/+1
1999-08-01m68k.c (output_function_prologue): Fix typo in CPU32 case.Jeffrey A Law1-4/+4
1999-08-01rs6000.c (num_insns_constant_wide): Correct for type promotion.Geoff Keating2-47/+52
1999-07-31pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead of depending on ...Jeffrey A Law1-4/+25
1999-07-31pa.md (reload_indi, [...]): Allow any register for the original reload register.Jeffrey A Law1-2/+2
1999-07-30sol2-c1.asm: Align the stack.Mathias Froehlich2-0/+12
1999-07-30sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto -Asparclite for sparc86x.Vladimir Makarov1-3/+4
1999-07-30Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek5-90/+225
1999-07-30pa.md (zvdep_imm32): Renamed from zvdep_imm.Jeffrey A Law1-4/+4
1999-07-30* pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.Jeffrey A Law1-2/+2
1999-07-29* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.Jeffrey A Law1-6/+0
1999-07-29Fix a cross toolchain build problemBernd Schmidt2-6/+8
1999-07-29pa.md (indirect_jump): Remove mode from match_operand.Jeffrey A Law1-9/+9
1999-07-29pa.c (emit_move_sequence): Always convert scratch_reg to the proper mode befo...Jeffrey A Law1-4/+43
1999-07-29mips.c: system.h handles MIN and MAX, don't undefine them here.Geoff Keating1-3/+0
1999-07-28pa.md (adddi3, subdi3): Turn into a define_expand/define_insn pair.Jeffrey A Law1-2/+16
1999-07-28pa.c (store_reg): Do not call add_high_const generator directly.Jeffrey A Law2-13/+13
1999-07-28pa.c (legitimize_address): Consistently use Pmode rather than SImode.Jeffrey A Law2-8/+10
1999-07-28pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed.Jeffrey A Law1-2/+2
1999-07-28pa.md (reload_indi, [...]): Scratch register should be a DImode register.Jeffrey A Law1-11/+9
1999-07-28Wrong patch -- builtin_saveregs has already corrected for !stdarg_p.Richard Henderson1-1/+1
1999-07-28pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set and tag the spill mems.Richard Henderson2-0/+79
1999-07-28mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set and tag the s...Richard Henderson2-8/+70
1999-07-28mn10200.c (mn10200_va_arg): New.Richard Henderson2-0/+41
1999-07-28Patch from Phillip Blundell <pb@nexus.co.uk> to add arm/thumb uclinux support.Philip Blundell7-2/+414
1999-07-27pa.md (post_store, pre_load): New expanders.Jeffrey A Law2-11/+38
1999-07-27aix43.h (ASM_CPU_SPEC, [...]): Add rs64a and PPC630.David Edelsohn5-86/+258
1999-07-27sparc.c (sparc_override_options): Enable SPARCLITE instead of V8 for sparclit...Vladimir Makarov1-1/+2
1999-07-27Fix SDB debug output generation for ARM/COFFBernd Schmidt1-0/+2
1999-07-27m88k.c (m88k_builtin_saveregs): Break out the constructor code to m88k_va_sta...Richard Henderson2-53/+178
1999-07-27rs6000.c (rs6000_expand_builtin_saveregs): Rename from expand_builtin_saveregs.Geoff Keating2-3/+3
1999-07-26i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set for the regis...Richard Henderson3-13/+115
1999-07-26c4x.h (EXPAND_BUILTIN_VA_ARG): New.Richard Henderson2-0/+19
1999-07-26Apply Philip Blundell <pb@nexus.co.uk>'s patch to add PIC support to the Thumb.Philip Blundell3-23/+425