diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2008-03-12 22:30:21 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2008-03-12 22:30:21 +0100 |
commit | a7438d6d5de9a904078a86bc34736f146e475118 (patch) | |
tree | 3e9fcc00687525ed388f8e844ed98dfc89bfbeb1 /gcc/ChangeLog | |
parent | 954954d139a52ed7a9a305d5ac09bb3323b67a95 (diff) | |
download | gcc-a7438d6d5de9a904078a86bc34736f146e475118.zip gcc-a7438d6d5de9a904078a86bc34736f146e475118.tar.gz gcc-a7438d6d5de9a904078a86bc34736f146e475118.tar.bz2 |
i386.md (int_cond): New code iterator.
* config/i386/i386.md (int_cond): New code iterator.
(fp_cond): Ditto.
("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
sge, sgeu, sle and sleu expanders usign int_cond code iterator.
("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
bge, bgeu, ble and bleu expanders usign int_cond code iterator.
("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.
From-SVN: r133150
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4bdbd1b..618cb8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2008-03-12 Uros Bizjak <ubizjak@gmail.com> + + * config/i386/i386.md (int_cond): New code iterator. + (fp_cond): Ditto. + ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu, + sge, sgeu, sle and sleu expanders usign int_cond code iterator. + ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge, + sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator. + ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu, + bge, bgeu, ble and bleu expanders usign int_cond code iterator. + ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge, + bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator. + 2008-03-12 Paul Brook <paul@codesourcery.com> * config/arm/arm.c (use_return_insn): Use offsets->saved_regs_mask |