llvm-6502/lib/Transforms/Utils
2005-10-24 02:26:13 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixes 2005-08-13 01:38:43 +00:00
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp
DemoteRegToStack.cpp Fix DemoteRegToStack on an invoke. This fixes PR634. 2005-10-04 00:44:01 +00:00
InlineFunction.cpp
Local.cpp Constant fold llvm.sqrt 2005-09-28 01:34:32 +00:00
LoopSimplify.cpp remove dead code. The exit block list is computed on demand, thus does not 2005-08-13 01:30:36 +00:00
LowerAllocations.cpp When a function takes a variable number of pointer arguments, with a zero 2005-10-23 04:37:20 +00:00
LowerInvoke.cpp When a function takes a variable number of pointer arguments, with a zero 2005-10-23 04:37:20 +00:00
LowerSelect.cpp
LowerSwitch.cpp
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
Mem2Reg.cpp
PromoteMemoryToRegister.cpp This code can handle non-dominating instructions 2005-08-05 00:57:45 +00:00
SimplifyCFG.cpp Clean up the code a bit. Use isInstructionTriviallyDead to be more aggressive 2005-10-03 23:43:43 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h