OSDN Git Service

authorjfc <jfc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Sep 1998 05:52:02 +0000 (05:52 +0000)
committerjfc <jfc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Sep 1998 05:52:02 +0000 (05:52 +0000)
commit723b01efa072bb3e1b4f6fe1d65972224d044051
tree62d53f9120e7fa41d7456b940b85a42629352d8b
parent1030e8a8e846bf4856c2da91e67fa00de75d011e

* final.c (final): If a label is reached only from a single jump,
call NOTICE_UPDATE_CC on the jump and its predecessor before
emitting the insn after the label.
* i386.h: Add AMD K6 support.
Change TARGET_* macros to use table lookup.
(INITIALIZE_TRAMPOLINE): Improve trampoline code.
(ADJUST_COST): Change definition to call function in i386.c.
(ISSUE_RATE): Define as 2 for anything newer than an 80486.
* i386.c: Add AMD K6 support.
Add constants for feature tests used by TARGET_* macros.
(split_di): If before reload, call gen_lowpart and gen_highpart.
(x86_adjust_cost): New function.
(put_jump_code): New function.
(print_operand): New codes 'D' and 'd'.
* i386.md: New insn types.  New insn attribute "memory".
Redefine scheduling parameters to use new types and add AMD K6
support.  Explicitly set type of most insns.
(move insns): K6 prefers movl $0,reg to xorl reg,reg.  Pentium
Pro and K6 prefer movl $1,reg to incl reg.
(adddi3, subdi3): Set cc_status.
(DImode shift patterns): Change label counters from HOST_WIDE_INT
to int; x86 can't have more than 2^31 DImode shifts per file.
(setcc): Combine all setcc patterns.  Allow writing memory.
Combine all jump patterns using match_operator.
(*bzero): Name pattern.  Emit mutliple stos instructions when that
is faster than rep stos.
(xordi3, anddi3, iordi3): Simplify DImode logical patterns and
add define_split.
* ch/Make-lang.in: Comment ^L characters.  Sun make doesn't like them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22291 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ch/ChangeLog