llvm-6502/lib
Tim Northover bcd8e7ad4d ARM: ensure fixed-point conversions have sane types
We were generating intrinsics for NEON fixed-point conversions that didn't
exist (e.g. float -> i16). There are two cases to consider:
  + iN is smaller than float. In this case we can do the conversion but need an
    extend or truncate as well.
  + iN is larger than float. In this case using the NEON conversion would be
    incorrect so we don't perform any combining.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185158 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-28 15:29:25 +00:00
..
Analysis Added support for the Builtin attribute. 2013-06-27 00:25:01 +00:00
AsmParser Added support for the Builtin attribute. 2013-06-27 00:25:01 +00:00
Bitcode
CodeGen Debug Info: clean up usage of Verify. 2013-06-28 05:43:10 +00:00
DebugInfo
ExecutionEngine
IR Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce 2013-06-27 22:50:59 +00:00
IRReader
Linker
MC Use MCFillFragment for zero-initialized data. 2013-06-27 14:35:03 +00:00
Object Make a switch in createBinary fully-covered. Add forgotten macho_dsym_companion case. 2013-06-28 09:44:05 +00:00
Option
Support Improve comment. 2013-06-28 10:55:41 +00:00
TableGen
Target ARM: ensure fixed-point conversions have sane types 2013-06-28 15:29:25 +00:00
Transforms Debug Info: clean up usage of Verify. 2013-06-28 05:43:10 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile