aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ValueTracking.h
Commit message (Expand)AuthorAgeFilesLines
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+2
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-061-1/+4
* Oops...I committed too much.Bill Wendling2009-03-131-7/+7
* Temporarily XFAIL this test.Bill Wendling2009-03-131-7/+7
* Fix misaligned whitespace. No functionality change.Nick Lewycky2009-03-081-4/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+1
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-1/+10
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-10/+1
* Add back the capability to include nul characters in strings with Chris Lattner2008-06-281-2/+6
* Add an include file needed for VS.Cedric Venet2008-06-271-0/+1
* fix the regressions from Eric's patch by making GetConstantStringInfoChris Lattner2008-06-271-1/+1
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-0/+7
* It's invalid to take the one-past-the-end address of a non-arrayDan Gohman2008-06-201-1/+2
* Forgot to commit the ValueTracking header file along with r52396.Matthijs Kooijman2008-06-171-0/+7
* 80 column fixes.Matthijs Kooijman2008-06-171-3/+3
* Make the InsertBefore argument to FindInsertedValue optional, so you can find...Matthijs Kooijman2008-06-161-1/+4
* Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...Matthijs Kooijman2008-06-161-1/+1
* Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. WhileMatthijs Kooijman2008-06-161-0/+9
* move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.Chris Lattner2008-06-021-0/+7
* move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBitsChris Lattner2008-06-021-0/+48