summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ValueTracking.h
Commit message (Expand)AuthorAge
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Add back the capability to include nul characters in strings with Chris Lattner2008-06-28
* Add an include file needed for VS.Cedric Venet2008-06-27
* fix the regressions from Eric's patch by making GetConstantStringInfoChris Lattner2008-06-27
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26
* It's invalid to take the one-past-the-end address of a non-arrayDan Gohman2008-06-20
* Forgot to commit the ValueTracking header file along with r52396.Matthijs Kooijman2008-06-17
* 80 column fixes.Matthijs Kooijman2008-06-17
* Make the InsertBefore argument to FindInsertedValue optional, so you can find...Matthijs Kooijman2008-06-16
* Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...Matthijs Kooijman2008-06-16
* Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. WhileMatthijs Kooijman2008-06-16
* move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.Chris Lattner2008-06-02
* move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBitsChris Lattner2008-06-02