1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/Scalar
Chris Lattner b07de65646 IC: (X & 5) == 13 --> false
IC: (X | 8) == 4  --> false

llvm-svn: 7257
2003-07-23 17:02:11 +00:00
..
ADCE.cpp Fix bug: ADCE/2003-06-24-BadSuccessor.ll 2003-06-24 23:02:45 +00:00
ConstantProp.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
CorrelatedExprs.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
DCE.cpp
DecomposeMultiDimRefs.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
GCSE.cpp Don't corrupt memory when removing an instruction from the program, but 2003-06-17 03:57:18 +00:00
IndVarSimplify.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
InstructionCombining.cpp IC: (X & 5) == 13 --> false 2003-07-23 17:02:11 +00:00
LICM.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
LoopSimplify.cpp Fix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll 2003-05-12 22:04:34 +00:00
LowerAllocations.cpp Fix long standing bug 2003-05-15 18:25:13 +00:00
LowerSwitch.cpp Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll 2003-05-01 22:21:21 +00:00
Makefile
Mem2Reg.cpp Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll 2003-06-25 14:58:56 +00:00
PiNodeInsertion.cpp
PRE.cpp Add comment 2003-05-29 20:26:30 +00:00
Reassociate.cpp Fix spelling 2003-05-02 19:26:34 +00:00
ScalarReplAggregates.cpp Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00
SCCP.cpp Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll 2003-06-24 20:29:52 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp Fix bug: TailDup/2003-07-22-InfiniteLoop.ll 2003-07-23 03:32:41 +00:00