factor/basis/cpu/ppc
Slava Pestov 2d5cdd19ec compiler: on PPC, ANDI, ORI and XORI instructions take an unsigned 16-bit immediate, unlike ADDI, SUBI and MULLI which take a signed 16-bit immediate. The code generator was not aware of this, and so for example '[ >fixnum -16 bitand ]' would generate incorrect code. Split up small-enough? hook into immediate-arithmetic? and immediate-bitwise? and update value numbering to be aware of this. Fixes classes.struct bitfields test failure 2009-10-19 04:58:29 -05:00
..
assembler use FRSP to convert double to single on PPC 2009-10-17 00:13:50 -05:00
linux Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
macosx Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
authors.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
bootstrap.factor cpu.ppc.bootstrap: fix callback-stub relocation 2009-10-16 12:06:40 -05:00
ppc.factor compiler: on PPC, ANDI, ORI and XORI instructions take an unsigned 16-bit immediate, unlike ADDI, SUBI and MULLI which take a signed 16-bit immediate. The code generator was not aware of this, and so for example '[ >fixnum -16 bitand ]' would generate incorrect code. Split up small-enough? hook into immediate-arithmetic? and immediate-bitwise? and update value numbering to be aware of this. Fixes classes.struct bitfields test failure 2009-10-19 04:58:29 -05:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
tags.txt Add 'unportable' tag in place of hard-coded list of 'dangerous' vocabs in load-everything 2008-07-29 16:47:52 -05:00