llvm-6502/lib
Bill Schmidt cd7a1558ed Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
For this we need to use a libcall.  Previously LLVM didn't implement
libcall support for frem, so I've added it in the usual
straightforward manner.  A test case from the bug report is included.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178639 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-03 13:05:44 +00:00
..
Analysis
Archive
AsmParser
Bitcode Whitespace cleanup 2013-04-01 02:28:07 +00:00
CodeGen Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC. 2013-04-03 13:05:44 +00:00
DebugInfo
ExecutionEngine Add support for vector data types in the LLVM interpreter. 2013-04-01 15:53:30 +00:00
IR Support and test template arguments for unions. 2013-04-02 22:55:56 +00:00
IRReader Fix top-comment header and some indentation 2013-04-01 19:47:56 +00:00
Linker
MC Fix the fde encoding used by mips to match gas. 2013-04-03 03:13:19 +00:00
Object
Option
Support Second pass at addressing PR15351 by explicitly checking for AVX support 2013-04-03 12:25:06 +00:00
TableGen
Target Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC. 2013-04-03 13:05:44 +00:00
Transforms Remove an optimization where we were changing an objc_autorelease into an objc_autoreleaseReturnValue. 2013-04-03 02:57:24 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile