summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ValueTracking.h
Commit message (Expand)AuthorAge
* add some comments to describe the invariants.Chris Lattner2009-09-08
* Handle TargetData with const.Dan Gohman2009-08-27
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-06
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Fix misaligned whitespace. No functionality change.Nick Lewycky2009-03-08
* 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