summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionlaw1996-06-171-0/+55
* (LINK_SPEC): Remove -rpath /lib/ option. Ignore -ibcs option.roland1996-06-151-5/+4
* Add scheduling rules for EV5.kenner1996-06-131-163/+300
* (enum processor_type): New enum.kenner1996-06-131-18/+81
* (alpha_cpu, alpha_cpu_string): New variables.kenner1996-06-131-1/+41
* (function_prologue): Emit prologue as asm. (override_options): Don't emit rtl...coxs1996-06-111-1/+7
* (TARGET_SCHEDULE_PROLOGUE): New to allow prologue to be emitted as asm or rtl.coxs1996-06-111-14/+68
* Fix -msdata init code; Make sure correct endian flag is definedmeissner1996-06-112-10/+14
* * pa/pa.h (cmp_type): Add CMP_PSI.law1996-06-103-2/+145
* Use .lcomm where we canmeissner1996-06-102-9/+21
* (gmon.o): Depend on stmp-int-hdrs.kenner1996-06-101-5/+5
* i386.h (CONST_COSTS): even integer constants have a cost.coxs1996-06-091-11/+44
* (ix86_expand_prologue): Keep pic register load aheadcoxs1996-06-091-0/+12
* (strlensi_unroll4, strlensi_unroll5): Use + not =& forcoxs1996-06-091-2/+2
* (SHIFT_DOUBLE_OMITS_COUNT) redefine instead ofcoxs1996-06-093-6/+6
* (SHIFT_DOUBLE_OMITS_COUNT): new macro.coxs1996-06-091-1/+3
* (cpu, memory, imuldiv, adder, mult, divide): Addwilson1996-06-081-15/+144
* (enum processor_type): Likewise.wilson1996-06-081-1/+7
* (override_options): Add vr4100 and vr4300 support.wilson1996-06-081-0/+23
* (__{eq,ne,gt,lt,ge,le}{df,sf}2): Removed extraneous comments,kenner1996-06-081-140/+5
* (TARGET_DEFAULT): Use MASK_* macros instead of explicit constants inkenner1996-06-0827-108/+85
* (define_insns for ffs[qhs]i2): Deleted. These patterns only workedkenner1996-06-081-26/+27
* (EXTENDED_SDB_BASIC_TYPES): Define.wilson1996-06-081-4/+4
* (i960_output_move_{double,quad}): Declare.wilson1996-06-081-0/+2
* (TARGET_SWITCHES): Treat -m68302 like -m68000 and -m68332 likekenner1996-06-071-4/+3
* * h8300/h8300.c (h8300_monitor_function_p): New function.law1996-06-071-0/+80
* (init_cumulative_args): Change EXPR_LIST to PARALLELwilson1996-06-061-8/+23
* (FUNCTION_ARG): General PARALLEL instead of EXPR_LIST.wilson1996-06-061-11/+18
* (call_value): Handle PARALLEL in operands[0].wilson1996-06-061-1/+51
* (function_arg): Return PARALLEL for structure withwilson1996-06-061-41/+103
* (TYPE_DEPENDENT_REG): Delete.wilson1996-06-061-4/+0
* (TARGET_SWITCHES): Group all floating point options.kenner1996-06-061-15/+6
* Whitespace, formatting, and spelling fixes in comments.kenner1996-06-061-14/+14
* (movsi_const0, movhi): Favor clr with TARGET_5200.kenner1996-06-061-86/+90
* (CPU_FPU_SPEC, CPP_SPEC, ASM_SPEC): Support m5200.kenner1996-06-061-6/+7
* Disable byte and word arithmetic, rotate, integer divide, dbcc,kenner1996-06-061-106/+126
* (const_method): Do not synthesize long constants with byte or wordkenner1996-06-061-14/+20
* (MASK_5200, TARGET_5200): New macros.kenner1996-06-061-1/+7
* Make sure Solaris is recognized as little endian.meissner1996-06-061-1/+1
* Fix typo.meissner1996-06-061-2/+2
* (ROUND_TYPE_ALIGN): Add check for TYPE_PACKED.wilson1996-06-061-1/+2
* (branch_true): Add comment about T-bit compares.wilson1996-06-061-0/+4
* (SHORT_IMMEDIATES_SIGN_EXTEND): Define.wilson1996-06-061-0/+3
* * pa/pa.h (TEXT_SPACE_P): Fix thinko in last change.law1996-06-051-1/+0
* Turn off ELF shared libs for now by default; Add linker OS switch; more Solar...meissner1996-06-058-36/+106
* (*call_{address,symbolic}_struct_value_sp32): Allow operand 2 to bekenner1996-06-051-2/+2
* * pa/pa.c (reloc_needed): New function.law1996-06-042-0/+43
* Align code at the start of loops and after branches. Don't acceptian1996-06-041-3/+33
* Align code at the start loops and after unconditional branchesian1996-06-041-5/+41
* Pass -mno-regnames to assembler.meissner1996-06-041-1/+1