llvm-6502/lib
Dale Johannesen 24b66a83ca Add an IEEE remainder function, which is not
fully implemented yet and not used.  This is
mainly to clarify that APFloat::mod implements
C fmod, not remainder.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62593 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-20 18:35:05 +00:00
..
Analysis Eliminate use of uint32_t to improve compatibility with cygwin 2009-01-20 18:22:57 +00:00
Archive
AsmParser
Bitcode use specialized accessor instead of plain getOperand(0) 2009-01-16 18:40:27 +00:00
CodeGen Enable debug info for composite types. 2009-01-20 18:13:03 +00:00
Debugger
ExecutionEngine Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! 2009-01-20 00:51:40 +00:00
Linker
Support Add an IEEE remainder function, which is not 2009-01-20 18:35:05 +00:00
System
Target Add a README entry noticed while investigating PR3216. 2009-01-20 01:07:33 +00:00
Transforms another fix for PR3354 2009-01-20 01:15:41 +00:00
VMCore div/rem by zero and div/rem overflow are both undefined according to 2009-01-19 21:55:26 +00:00
Makefile