llvm-6502/lib/Transforms/Utils
Chris Lattner 82731c793a Add support for UndefValue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17046 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-16 18:10:31 +00:00
..
BasicBlockUtils.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
BreakCriticalEdges.cpp Convert code to compile with vc7.1. 2004-09-15 17:06:42 +00:00
CloneFunction.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
CloneModule.cpp
CloneTrace.cpp Convert code to compile with vc7.1. 2004-09-15 17:06:42 +00:00
CodeExtractor.cpp Convert code to compile with vc7.1. 2004-09-15 17:06:42 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Convert code to compile with vc7.1. 2004-09-15 17:06:42 +00:00
Local.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LoopSimplify.cpp Pull assignment out of for loop conditional in order for this to 2004-09-28 02:40:37 +00:00
LowerAllocations.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LowerInvoke.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LowerSelect.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LowerSwitch.cpp Convert code to compile with vc7.1. 2004-09-15 17:06:42 +00:00
Makefile
Makefile.am Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Mem2Reg.cpp Prototype these functions more accurately 2004-09-20 04:43:15 +00:00
PromoteMemoryToRegister.cpp When promoting mem2reg, make uninitialized values become undef isntead of 0. 2004-10-16 18:10:06 +00:00
SimplifyCFG.cpp When converting phi nodes into select instructions, we shouldn't promote PHI 2004-10-14 05:13:36 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Add support for UndefValue 2004-10-16 18:10:31 +00:00
ValueMapper.h