llvm-6502/lib/Transforms/Scalar
Chris Lattner 074d84c746 Implement xform: (X != 0) -> (bool)X
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6506 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-01 03:35:25 +00:00
..
ADCE.cpp Remove using declarations 2003-05-22 22:00:07 +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
IndVarSimplify.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
InstructionCombining.cpp Implement xform: (X != 0) -> (bool)X 2003-06-01 03:35:25 +00:00
LICM.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
Makefile
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 Okay totally give up on trying to optimize aggregates that cannot be completely 2003-05-30 19:22:14 +00:00
SCCP.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp