llvm-6502/lib
Chris Lattner c0354c904b Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We
don't support long double anyway, and this gives us FP results closer to
other targets.

This also speeds up 179.art from 41.4s to 18.32s, by eliminating a problem
with extra precision that causes an FP == comparison to fail (leading to
extra loop iterations).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18895 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-13 17:23:11 +00:00
..
Analysis Add testcase and fix for yet another case where we query the size an 2004-12-08 23:56:15 +00:00
Archive Make sure the Archive gets deleted if there's an error. 2004-12-13 03:22:31 +00:00
AsmParser Do not allow empty label names. 2004-12-10 05:40:19 +00:00
Bytecode Make sure the Archive gets deleted if there's an error. 2004-12-13 03:22:31 +00:00
CodeGen Move virtual function call out of loop to speed up getFreePhysReg by about 2004-12-07 05:25:53 +00:00
Debugger For PR351: \ 2004-12-13 17:01:53 +00:00
ExecutionEngine Get rid of some leaks found by VC leak detector. 2004-12-13 16:04:04 +00:00
Linker * Fix header block. 2004-12-13 03:50:50 +00:00
Support For PR351: \ 2004-12-13 17:01:53 +00:00
System Fix a bug where "." or any single character file name doesn't get the 2004-12-13 07:51:52 +00:00
Target Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We 2004-12-13 17:23:11 +00:00
Transforms Change indentation of a whole bunch of code, no real changes here. 2004-12-12 23:49:37 +00:00
VMCore Check in the file I forgot last night, to solve all of the crashes in every 2004-12-11 22:10:29 +00:00
Makefile