llvm-6502/lib/Transforms/Utils
Alexey Samsonov 3a19999413 Fix typo in comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171021 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-24 08:52:53 +00:00
..
AddrModeMatcher.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
BasicBlockUtils.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
BreakCriticalEdges.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
BuildLibCalls.cpp Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribute instead of the value of the attribute. 2012-12-22 00:37:52 +00:00
BypassSlowDivision.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CloneFunction.cpp s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. 2012-12-07 23:16:57 +00:00
CloneModule.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CMakeLists.txt Implement new LibCallSimplifier class 2012-10-13 16:45:24 +00:00
CmpInstAnalysis.cpp
CodeExtractor.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DemoteRegToStack.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
InlineFunction.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
InstructionNamer.cpp
IntegerDivision.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LCSSA.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMBuild.txt
Local.cpp Fix typo in comments 2012-12-24 08:52:53 +00:00
LoopSimplify.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LoopUnroll.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LoopUnrollRuntime.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LowerExpectIntrinsic.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LowerInvoke.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LowerSwitch.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Makefile
Mem2Reg.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
MetaRenamer.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ModuleUtils.cpp
PromoteMemoryToRegister.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SimplifyCFG.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SimplifyIndVar.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SimplifyInstructions.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SimplifyLibCalls.cpp Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
SSAUpdater.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
UnifyFunctionExitNodes.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Utils.cpp
ValueMapper.cpp