1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Transforms/Scalar
Nick Lewycky 10693e2bb0 Generalize this optimization to work on equality comparisons between any two
integers that are constant except for a single bit (the same n-th bit in each).

llvm-svn: 90646
2009-12-05 05:00:00 +00:00
..
ABCD.cpp
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Fix a comment typo. 2009-12-03 21:47:07 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp formatting cleanups. 2009-12-02 06:35:55 +00:00
GEPSplitter.cpp
GVN.cpp Fix this crasher, and add a FIXME for a missed optimization. 2009-12-03 03:43:29 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Generalize this optimization to work on equality comparisons between any two 2009-12-05 05:00:00 +00:00
JumpThreading.cpp fix PR5640 by tracking whether a block is the header of a loop more 2009-12-01 06:04:43 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Fix up some comments. 2009-12-04 21:57:37 +00:00
SCCP.cpp
SCCVN.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp improve portability to avoid conflicting with std::next in c++'0x. 2009-12-03 00:50:42 +00:00
SimplifyLibCalls.cpp tidy up, remove dependence on order of evaluation of function args from EmitMemCpy. 2009-12-02 06:05:42 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp