llvm-6502/lib/Transforms/Utils
Reid Spencer 3822ff5c71 For PR950:
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
dependent on the sign of their operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31542 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-08 06:47:33 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp add option to isCriticalEdge 2006-10-28 06:58:17 +00:00
CloneFunction.cpp Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp For PR950: 2006-10-20 07:07:24 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp
LCSSA.cpp generalize the fix for PR977 to also fix 2006-10-31 18:56:48 +00:00
Local.cpp For PR950: 2006-11-08 06:47:33 +00:00
LoopSimplify.cpp For PR786: 2006-11-02 20:25:50 +00:00
LowerAllocations.cpp For PR950: 2006-10-20 07:07:24 +00:00
LowerInvoke.cpp For PR786: 2006-11-02 20:25:50 +00:00
LowerSelect.cpp
LowerSwitch.cpp For PR950: 2006-10-20 07:07:24 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp For PR950: 2006-11-08 06:47:33 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h