llvm-6502/lib/Transforms/Utils
Dale Johannesen 2511abf6e7 Tweak the check for promotable alloca's to handle
debug intrinsics correctly.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66225 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-06 00:42:50 +00:00
..
AddrModeMatcher.cpp Fix compiler warning about uninitialized variables. No functional change. 2009-02-27 06:29:31 +00:00
BasicBlockUtils.cpp Skip ptr-to-ptr bitcasts when counting in another case. 2009-03-04 02:06:53 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp
CloneTrace.cpp
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineCost.cpp
InlineFunction.cpp Revert unintended commmit. 2009-03-04 02:09:48 +00:00
InstructionNamer.cpp
LCSSA.cpp
Local.cpp Add "check/remove dbg var" helper routines. 2009-03-06 00:19:37 +00:00
LoopSimplify.cpp
LowerAllocations.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Tweak the check for promotable alloca's to handle 2009-03-06 00:42:50 +00:00
SimplifyCFG.cpp Remove accidental check-ins in r65960. :-( 2009-03-03 19:25:16 +00:00
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp
ValueMapper.cpp