llvm-6502/lib/Transforms/Utils
Bill Wendling a644b33e8b Split out the analysis updating code into a helper function. No intended
functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137926 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-18 05:25:23 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp Split out the analysis updating code into a helper function. No intended 2011-08-18 05:25:23 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp Assert that we aren't trying to split the critical edge of a landing pad. Doing 2011-08-17 21:04:05 +00:00
BuildLibCalls.cpp
CloneFunction.cpp
CloneModule.cpp Fix llvm::CloneModule to correctly clone globals. Patch per bug report by Simon Moll on llvmdev. 2011-08-15 21:05:06 +00:00
CMakeLists.txt Update CMake build. 2011-08-10 03:51:58 +00:00
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp Add inlining for the new EH scheme. 2011-08-14 08:01:36 +00:00
InstructionNamer.cpp
LCSSA.cpp
Local.cpp The "landingpad" instruction will never be "trivially" dead. 2011-08-15 20:10:51 +00:00
LoopSimplify.cpp Don't optimize the landing pad exit block. 2011-08-17 21:20:43 +00:00
LoopUnroll.cpp Comments. Thanks for the spell check Nick! 2011-08-10 18:07:05 +00:00
LowerExpectIntrinsic.cpp
LowerInvoke.cpp switch to use the new api for structtypes. 2011-08-12 18:06:37 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Add comments and test for atomic load/store and mem2reg. 2011-08-15 23:55:52 +00:00
SimplifyCFG.cpp I think there was some confusion about what I meant. :-) Replacing the comment. 2011-08-16 20:41:17 +00:00
SimplifyIndVar.cpp Comments. Thanks for the spell check Nick! 2011-08-10 18:07:05 +00:00
SimplifyInstructions.cpp
SSAUpdater.cpp
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp