llvm-6502/lib/Transforms/Utils
2010-06-22 23:29:55 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of 2010-05-28 16:19:17 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 2010-06-15 21:34:25 +00:00
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp While cloning a module, clone metadata attached with instructions. 2010-06-22 22:50:42 +00:00
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp remove trailing whitespace 2010-06-16 22:41:09 +00:00
InlineFunction.cpp Fix PR7272: when inlining through a callsite with byval arguments, 2010-05-31 21:00:26 +00:00
InstructionNamer.cpp
LCSSA.cpp
Local.cpp Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of 2010-05-28 16:19:17 +00:00
LoopSimplify.cpp Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
LoopUnroll.cpp
LowerInvoke.cpp Remove unused code 2010-06-01 21:56:30 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Use A.append(...) instead of A.insert(A.end(), ...) when A is a 2010-06-21 19:47:52 +00:00
SimplifyCFG.cpp
SSAUpdater.cpp
SSI.cpp
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Revert 106592 for now. It causes clang-selfhost build failure. 2010-06-22 23:29:55 +00:00
ValueMapper.h