llvm-6502/lib/Transforms
Arnold Schwaighofer 738295e457 LoopVectorizer: Ignore all dbg intrinisic
Ignore all DbgIntriniscInfo instructions instead of just DbgValueInst.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176769 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-09 16:27:27 +00:00
..
Hello Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
InstCombine Simplify code. No functionality change. 2013-03-09 11:18:59 +00:00
Instrumentation Use the correct index variable. This is the meat of what was supposed to be in 2013-03-09 10:13:26 +00:00
IPO Generalize my previous fix for -print-options. 2013-03-06 19:04:56 +00:00
ObjCARC Fixed a careless mistake. 2013-02-23 00:31:32 +00:00
Scalar Keep coding stanard. 2013-03-07 22:20:06 +00:00
Utils Fixed a crash when cloning a function into a function with 2013-03-07 16:46:43 +00:00
Vectorize LoopVectorizer: Ignore all dbg intrinisic 2013-03-09 16:27:27 +00:00
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Makefile Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00