llvm-6502/lib
Michael Liao a7554630e9 Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32
- Replace v4i8/v8i8 -> v8f32 DAG combine with custom lowering to reduce
  DAG combine overhead.
- Extend the support to v4i16/v8i16 as well.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166487 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-23 17:36:08 +00:00
..
Analysis revert r166264 because the LTO build is still failing 2012-10-19 21:28:43 +00:00
Archive
AsmParser Add the "ForceSizeOpt" attribute. 2012-10-22 17:33:31 +00:00
Bitcode Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. 2012-10-15 20:35:56 +00:00
CodeGen Per the C++ standard, we need to include the definition of llvm::Calculate in 2012-10-23 06:19:46 +00:00
DebugInfo Use a typedef to reduce some typing and reformat code accordingly. 2012-10-16 23:46:25 +00:00
ExecutionEngine Grammar. 2012-10-23 17:19:15 +00:00
Linker
MC [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .byte). 2012-10-22 23:58:19 +00:00
Object Cosmetic changes 2012-10-10 01:45:52 +00:00
Support Support: Don't remove special files on signals. 2012-10-17 16:30:54 +00:00
TableGen tblgen: Compile TableGen without RTTI. 2012-10-10 20:27:18 +00:00
Target Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32 2012-10-23 17:36:08 +00:00
Transforms Fix typo that somehow escaped both testing and code inspection. 2012-10-23 09:07:02 +00:00
VMCore Add a comment which explains why the assert fired and how to fix it. 2012-10-23 04:35:40 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile