llvm-6502/lib/Transforms/Utils
Chris Lattner fee3411379 trivial simplification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20494 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-06 21:35:38 +00:00
..
BasicBlockUtils.cpp second argument to Value::setName is now gone. 2005-03-05 19:05:20 +00:00
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp switchinst ctor now takes a hint for the number of cases that it will have. 2005-01-29 00:38:26 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp The split bb is really the exit of the old function 2004-12-11 16:59:54 +00:00
Local.cpp Enhance hasConstantValue to ignore undef values in phi nodes. This allows it 2004-10-17 21:23:26 +00:00
LoopSimplify.cpp trivial simplification 2005-03-06 21:35:38 +00:00
LowerAllocations.cpp Add an optional argument to lower to a specific constant value instead of 2005-03-03 01:03:43 +00:00
LowerInvoke.cpp Lazily create the abort message, so only translation units that use unwind 2004-11-13 19:07:32 +00:00
LowerSelect.cpp
LowerSwitch.cpp
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx 2004-11-30 07:01:15 +00:00
SimplifyCFG.cpp Fix spelling, patch contributed by Gabor Greif! 2005-02-27 06:18:25 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h