summaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueTracking.cpp
Commit message (Expand)AuthorAge
* Use hasDefinitiveInitializer() instead of testing the same thingDan Gohman2009-08-19
* Fix SimplifyLibcalls and ValueTracking to check mayBeOverriddenDan Gohman2009-08-19
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Don't assume that external global variables are aligned at their preferredDan Gohman2009-08-11
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Remove Value::getNameLenDaniel Dunbar2009-07-26
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Add a new Operator class, for handling Instructions and ConstantExprsDan Gohman2009-07-17
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-06
* do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...Chris Lattner2009-07-02
* Fix llvm::ComputeNumSignBits to handle pointer typesDan Gohman2009-06-22
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-15
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* When the low bits of one operand of an add are zero, that numberDan Gohman2009-05-24
* Teach ValueTracking a new way to analyze PHI nodes, and and teachDan Gohman2009-05-21
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simpleDan Gohman2009-02-24
* Eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-20
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* ValueTracker can't assume that an alloca with no specified alignment Chris Lattner2009-01-08
* Re-apply 55137 with fixes.David Greene2008-10-27
* Temporarily reverting r55137. This was causing the bootstrap to go into anBill Wendling2008-08-21
* Fix ComputeMaskedBits to handle phis correctly. We need to take theDavid Greene2008-08-21
* Fix a bogus srem rule - a negative value srem'd by a power-of-2Dan Gohman2008-08-13
* Don't use ++idx_begin when I actually mean idx_begin + 1, especially since weMatthijs Kooijman2008-07-16
* - 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
* Tighten up checking.Chris Lattner2008-06-28
* fix the regressions from Eric's patch by making GetConstantStringInfoChris Lattner2008-06-27
* Reserve the size we'll need in advance.Owen Anderson2008-06-26
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26
* Fix some warnings reported by gcc-4.3. HopefullyDuncan Sands2008-06-19
* Use a SmallVector instead of an array, since auto_ptr doesn't handle arraysMatthijs Kooijman2008-06-17
* Make BuildSubAggregate use FindInsertedElement again to prevent it fromMatthijs Kooijman2008-06-16
* 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
* 80 column fixes.Matthijs Kooijman2008-06-16
* Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. WhileMatthijs Kooijman2008-06-16
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-04
* Remove unneeded code I added.Chris Lattner2008-06-02
* move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.Chris Lattner2008-06-02
* move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBitsChris Lattner2008-06-02