llvm-6502/lib/Transforms
Benjamin Kramer adb412daa4 IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Inspired by the object from the SLPVectorizer. This found a minor bug in the
debug loc restoration in the vectorizer where the location of a following
instruction was attached instead of the location from the original instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191673 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-30 15:39:48 +00:00
..
Hello First check in. Modified a comment. 2013-09-27 07:36:10 +00:00
InstCombine Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction* 2013-09-30 14:18:35 +00:00
Instrumentation Use right pointer type in DebugIR 2013-09-27 22:26:25 +00:00
IPO Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
ObjCARC Revert "Give internal classes hidden visibility." 2013-09-11 18:05:11 +00:00
Scalar Even more spelling fixes for "instruction". 2013-09-28 13:42:22 +00:00
Utils Fix spelling intruction -> instruction. 2013-09-28 11:46:15 +00:00
Vectorize IRBuilder: Add RAII objects to reset insertion points or fast math flags. 2013-09-30 15:39:48 +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