factor/basis/compiler/cfg/builder
Slava Pestov b5fc39c198 compiler.cfg: Reading the return value of a float-returning function on x86-32 had a side effect of popping the x87 stack, so it was not correct for DCE to just eliminate this if the return value was not used. Fix this by adding a new dead-outputs slot to alien-call-insns and having DCE move dead returns there 2010-08-13 23:19:56 -07:00
..
alien compiler.cfg: Reading the return value of a float-returning function on x86-32 had a side effect of popping the x87 stack, so it was not correct for DCE to just eliminate this if the return value was not used. Fix this by adding a new dead-outputs slot to alien-call-insns and having DCE move dead returns there 2010-08-13 23:19:56 -07:00
blocks Whitespace fix 2010-06-23 03:56:17 -04:00
authors.txt Merging in new codegen 2008-10-07 16:16:50 -05:00
builder-tests.factor math.libm: fix regression: fsqrt intrinsic was not working ever since change was made to inline FUNCTION: bodies 2010-08-12 21:41:57 -07:00
builder.factor FFI rewrite part 6: deconcatenatize 2010-07-02 15:44:12 -04:00
summary.txt Merging in new codegen 2008-10-07 16:16:50 -05:00
tags.txt Merging in new codegen 2008-10-07 16:16:50 -05:00