llvm-6502/include/llvm
Tim Northover 71313f88cb ARM: use natural LLVM IR for vshll instructions
Similarly to the vshrn instructions, these are simple zext/sext + trunc
operations. Using normal LLVM IR should allow for better code, and more sharing
with the AArch64 backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201093 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-10 16:20:29 +00:00
..
ADT Fix layering StringRef copy using BumpPtrAllocator. 2014-02-05 22:22:56 +00:00
Analysis [PM] Fix horrible typos that somehow didn't cause a failure in a C++11 2014-02-06 05:17:02 +00:00
AsmParser
Bitcode
CodeGen Use a consistent argument order in TargetLoweringObjectFile. 2014-02-09 14:50:44 +00:00
Config
DebugInfo
ExecutionEngine
IR ARM: use natural LLVM IR for vshll instructions 2014-02-10 16:20:29 +00:00
IRReader
LineEditor
LTO
MC MCParser: add a single token lookahead 2014-02-09 23:29:24 +00:00
Object
Option
Support Make succ_iterator a real random access iterator and clean up a couple of users. 2014-02-10 14:17:42 +00:00
TableGen
Target Use a consistent argument order in TargetLoweringObjectFile. 2014-02-09 14:50:44 +00:00
Transforms
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h
DIBuilder.h
GVMaterializer.h
InitializePasses.h
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Linker.h
Pass.h Disable most IR-level transform passes on functions marked 'optnone'. 2014-02-06 00:07:05 +00:00
PassAnalysisSupport.h
PassManager.h
PassRegistry.h
PassSupport.h