llvm-6502/lib/Transforms/Utils
Devang Patel 3c91b05d2b Avoid using DIDescriptor.isNull().
This is a first step towards eliminating checks in Descriptor constructors.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97975 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-08 20:52:55 +00:00
..
AddrModeMatcher.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
BasicBlockUtils.cpp Rename SuccessorNumber to GetSuccessorNumber. 2010-02-16 21:06:42 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp Move SimplifyLibCalls's LibCall builders to a separate file so they 2010-03-05 22:25:30 +00:00
CloneFunction.cpp Avoid using DIDescriptor.isNull(). 2010-03-08 20:52:55 +00:00
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt Update CMake build. 2010-03-05 22:34:16 +00:00
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp
InstructionNamer.cpp
LCSSA.cpp
Local.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
LoopSimplify.cpp Add some debug output to LoopSimplify. 2010-03-01 17:55:27 +00:00
LoopUnroll.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
SimplifyCFG.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
SSAUpdater.cpp
SSI.cpp
UnifyFunctionExitNodes.cpp
ValueMapper.cpp