aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ValueTracking.h
AgeCommit message (Expand)Author
2008-06-30- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng
2008-06-29Revert (52748 and friends):Anton Korobeynikov
2008-06-28Add back the capability to include nul characters in strings with Chris Lattner
2008-06-27Add an include file needed for VS.Cedric Venet
2008-06-27fix the regressions from Eric's patch by making GetConstantStringInfoChris Lattner
2008-06-26Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher
2008-06-20It's invalid to take the one-past-the-end address of a non-arrayDan Gohman
2008-06-17Forgot to commit the ValueTracking header file along with r52396.Matthijs Kooijman
2008-06-1780 column fixes.Matthijs Kooijman
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-16Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. WhileMatthijs Kooijman
2008-06-02move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.Chris Lattner
2008-06-02move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBitsChris Lattner