aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueTracking.cpp
AgeCommit message (Expand)Author
2008-06-16Make the InsertBefore argument to FindInsertedValue optional, so you can find...Matthijs Kooijman
2008-06-16Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...Matthijs Kooijman
2008-06-1680 column fixes.Matthijs Kooijman
2008-06-16Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. WhileMatthijs Kooijman
2008-06-04Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner
2008-06-02Remove unneeded code I added.Chris Lattner
2008-06-02move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.Chris Lattner
2008-06-02move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBitsChris Lattner