llvm-6502/lib
Cameron Zwarich 4071a71112 Do some peephole optimizations to remove pointless VMOVs from Neon to integer
registers that arise from argument shuffling with the soft float ABI. These
instructions are particularly slow on Cortex A8. This fixes one half of
<rdar://problem/8674845>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128759 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-02 02:40:43 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Add a RemoveFromWorklist method to DCI. This is needed to do some complicated 2011-04-02 02:40:26 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Object
Support
Target Do some peephole optimizations to remove pointless VMOVs from Neon to integer 2011-04-02 02:40:43 +00:00
Transforms Fix comment. 2011-04-01 22:29:18 +00:00
VMCore Various Instructions' resizeOperands() methods are only used to grow the 2011-04-01 08:00:58 +00:00
CMakeLists.txt
Makefile