llvm-6502/lib/Transforms/Scalar
Chris Lattner 31a69cb9ae Duncan is nervous about undefinedness of % with negatives. I'm
not thrilled about 64-bit % in general, so rewrite to use * instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62047 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-11 20:41:36 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Find loop back edges only after empty blocks are eliminated. 2009-01-05 21:17:27 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp Don't forget to remove phi nodes from the value numbering table after we collapse them. 2008-12-23 00:49:51 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Duncan is nervous about undefinedness of % with negatives. I'm 2009-01-11 20:41:36 +00:00
JumpThreading.cpp Fix PR3298, a crash in Jump Threading. Apparently even 2009-01-09 06:08:12 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Revert 61362 and 61402 until SPEC breakage is fixed. 2008-12-23 23:21:35 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Fix PR3304 2009-01-09 18:18:43 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Move the libcall annotating part from doFinalization to doInitialization. 2009-01-05 00:07:50 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp