summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
...
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Remove dump routine and the associated Debug.h from a header. Patch upDavid Greene2009-12-23
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* The phi translated pointer can be computed when returning a partially cached ...Chris Lattner2009-12-22
* avoid calling extractMallocCall when it's obvious we don't haveChris Lattner2009-12-22
* fix an overly conservative caching issue that caused memdep toChris Lattner2009-12-19
* Fix a spello in a comment that Nick spotted.Dan Gohman2009-12-19
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-18
* Make this comment more precise.Dan Gohman2009-12-18
* Revert this use of NUW/NSW also. Overflow-undefined multiplication isn'tDan Gohman2009-12-18
* Revert this use of NSW; this one isn't actually safe. NSW additionDan Gohman2009-12-18
* Delete an unused variable.Dan Gohman2009-12-18
* Preserve NSW information in more places.Dan Gohman2009-12-18
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-18
* Whitespace cleanups.Dan Gohman2009-12-18
* Reapply LoopStrengthReduce and IVUsers cleanups, excluding the partDan Gohman2009-12-18
* Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...Evan Cheng2009-12-17
* Fix GetConstantStringInfo to not look into MDString (it works on Chris Lattner2009-12-15
* Add support to emit debug info for C++ namespaces.Devang Patel2009-12-15
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* You can't use typedefs to declare template member specializations, andJohn McCall2009-12-15
* Clear the Processed set when it is no longer used, and clear theDan Gohman2009-12-14
* Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so theDan Gohman2009-12-14
* Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. TheDan Gohman2009-12-14
* Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman2009-12-11
* Reuse the Threshold value to size these containers because it'sDan Gohman2009-12-09
* Add a minor optimization: if we haven't changed the operands of anChris Lattner2009-12-09