llvm-6502/lib/Transforms/Utils
Chris Lattner 0e28eca4bc Add warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12573 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-31 22:00:30 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll 2004-03-18 05:56:32 +00:00
DemoteRegToStack.cpp This code was both incredibly complex and incredibly broken. Fix it. 2004-03-16 23:23:11 +00:00
InlineFunction.cpp
Linker.cpp Fix linking of constant expr casts due to type resolution changes. With 2004-03-31 02:58:28 +00:00
Local.cpp Add constant folding wrapper support for select instructions. 2004-03-12 05:53:03 +00:00
LoopSimplify.cpp Fix a regression from this patch: 2004-03-16 06:00:15 +00:00
LowerAllocations.cpp Don't emit things like malloc(16*1). Allocation instructions are fixed arity now. 2004-03-03 01:40:53 +00:00
LowerInvoke.cpp Add warning 2004-03-31 22:00:30 +00:00
LowerSelect.cpp Add a simple select instruction lowering pass 2004-03-30 18:41:10 +00:00
LowerSwitch.cpp Do not create empty basic blocks when the lowerswitch pass expects blocks to 2004-03-14 04:14:31 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp Now that all the code generators support the select instruction, and the instcombine 2004-03-30 19:44:05 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h