aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueTracking.cpp
AgeCommit message (Expand)Author
2008-10-27Re-apply 55137 with fixes.David Greene
2008-08-21Temporarily reverting r55137. This was causing the bootstrap to go into anBill Wendling
2008-08-21Fix ComputeMaskedBits to handle phis correctly. We need to take theDavid Greene
2008-08-13Fix a bogus srem rule - a negative value srem'd by a power-of-2Dan Gohman
2008-07-16Don't use ++idx_begin when I actually mean idx_begin + 1, especially since weMatthijs Kooijman
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-28Tighten up checking.Chris Lattner
2008-06-27fix the regressions from Eric's patch by making GetConstantStringInfoChris Lattner
2008-06-26Reserve the size we'll need in advance.Owen Anderson
2008-06-26Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher
2008-06-19Fix some warnings reported by gcc-4.3. HopefullyDuncan Sands
2008-06-17Use a SmallVector instead of an array, since auto_ptr doesn't handle arraysMatthijs Kooijman
2008-06-16Make BuildSubAggregate use FindInsertedElement again to prevent it fromMatthijs 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-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