llvm-6502/lib/Transforms/Utils
2004-04-02 18:15:10 +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 Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx 2004-04-01 20:28:45 +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 Remove some assertions that are now bogus with the last patch I put in 2004-04-01 19:21:46 +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 Fix the obvious bug in my previous checkin 2004-04-02 18:15:10 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h