llvm-6502/include/llvm
Chandler Carruth 6bf3a05235 Add a flag to defer vectorization into a phase after the inliner and its
CGSCC pass manager. This should insulate the inlining decisions from the
vectorization decisions, however it may have both compile time and code
size problems so it is just an experimental option right now.

Adding this based on a discussion with Arnold and it seems at least
worth having this flag for us to both run some experiments to see if
this strategy is workable. It may solve some of the regressions seen
with the loop vectorizer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184698 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-24 07:21:47 +00:00
..
ADT [APFloat] Removed out of date comment from isNormal(). 2013-06-24 04:19:37 +00:00
Analysis
Assembly
Bitcode Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
CodeGen DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/SLEB128 generation 2013-06-23 18:31:11 +00:00
Config
DebugInfo llvm-dwarfdump: Add support for dumping the .debug_loc section 2013-06-19 21:37:13 +00:00
ExecutionEngine
IR add Function::removeFnAttr() 2013-06-21 07:38:09 +00:00
IRReader
MC DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/SLEB128 generation 2013-06-23 18:31:11 +00:00
Object RelocVisitor: Add another PPC64 relocation that occurs in dwarf output. 2013-06-22 13:03:15 +00:00
Option Merge changes to clang's Driver code into LLVM's Option library 2013-06-13 18:12:12 +00:00
Support Reapply documentation changes from r184584. 2013-06-21 23:45:18 +00:00
TableGen
Target The getRegForInlineAsmConstraint function should only accept MVT value types. 2013-06-22 18:37:38 +00:00
Transforms Add a flag to defer vectorization into a phase after the inliner and its 2013-06-24 07:21:47 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h DebugInfo: enumerator values returned as int64 as they are stored 2013-06-24 07:11:08 +00:00
DIBuilder.h DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs 2013-06-22 18:59:11 +00:00
GVMaterializer.h
InitializePasses.h Remove the simplify-libcalls pass (finally) 2013-06-20 19:48:07 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h Remove the simplify-libcalls pass (finally) 2013-06-20 19:48:07 +00:00
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h