aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-4/+4
* Use static and anonymous namespaces consistently with other passes.Dan Gohman2008-05-151-8/+8
* Fix memdep's handling of invokes when finding the dependency of another callOwen Anderson2008-05-131-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-1318-136/+143
* prune #includes.Chris Lattner2008-05-121-3/+0
* Add a new SparsePropagation analysis utility, which allows you to doChris Lattner2008-05-121-0/+320
* put LibCallAliasAnalysis into anonymous namespace to avoidEdwin Török2008-05-091-1/+1
* Remove dead return. Thanks to Bill for the review!Chris Lattner2008-05-081-2/+0
* Add support for constant folding the 'offsetof' pattern even if theChris Lattner2008-05-081-16/+23
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-071-0/+169
* Add a new interface for describing the behavior of library calls. ThisChris Lattner2008-05-071-0/+65
* Fix typo and indentation.Nick Lewycky2008-05-061-2/+2
* Make several variable declarations static.Dan Gohman2008-05-064-13/+14
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-063-9/+0
* Implement destructor for PostDominatorTree to eliminate a memory leak.Edwin Török2008-05-031-0/+5
* Add assert.Devang Patel2008-05-021-0/+1
* Fix the way AliasSet::print prints "may alias".Dan Gohman2008-04-211-1/+1
* Fix a "large integer implicitly truncated to unsigned type"Duncan Sands2008-04-211-1/+1
* (re)fix handling of UGT. Pointed out by Nick Lewycky.Dale Johannesen2008-04-201-1/+2
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-202-13/+11
* Fix a scalar evolution bug. Reversing everythingDale Johannesen2008-04-181-2/+1
* Make GVN able to remove unnecessary calls to read-only functions again.Owen Anderson2008-04-171-2/+1
* Major repairs to the post-dominators implementation. Patch from Florian Bran...Owen Anderson2008-04-161-0/+4
* Don't assume a tail call can't reference a byvalDale Johannesen2008-04-151-2/+4
* Teach AliasSetTracker about VAArgInst.Dan Gohman2008-04-141-0/+17
* In the special case, call the comparison function instead ofDan Gohman2008-04-141-2/+2
* add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.Chris Lattner2008-04-131-0/+14
* Fix a typo in a comment.Dan Gohman2008-04-101-1/+1
* Fix for PR2190. Memdep's non-local caching was checking dirtied blocks in theOwen Anderson2008-04-101-2/+4
* Fix PR 2169.Daniel Berlin2008-04-071-0/+3
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-3/+3
* Set blockBegin to point to the beginning of the block,Dan Gohman2008-03-311-2/+2
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-311-0/+9
* minor code cleanups, allow constant folding sinf/cosf.Chris Lattner2008-03-301-20/+26
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-0/+1
* These passes preserve CFG.Devang Patel2008-03-203-4/+4
* enable -analyze for andersensAndrew Lenharth2008-03-201-19/+39
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-2019-23/+23
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-1920-37/+39
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-1910-53/+12
* Fix PR 2160 by making sure arguments to external functions get marked as poin...Daniel Berlin2008-03-181-18/+36
* Dial down gcc's warnings: don't use 0UL when 0U suffices (and when theScott Michel2008-03-181-4/+4
* Identify Analysis pass.Devang Patel2008-03-1810-0/+41
* Add Hybrid Cycle Detection to Andersen's analysis.Daniel Berlin2008-03-051-32/+272
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-281-5/+12
* De-tabify.Bill Wendling2008-02-261-8/+8
* Temporarily reverting 46959.Evan Cheng2008-02-251-2/+2
* Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.Dan Gohman2008-02-211-1/+1
* Simplify this code, no functionality change.Nick Lewycky2008-02-211-5/+2
* GlobalValues are Constants, remove redundant code. Also fix typo in a comment.Nick Lewycky2008-02-211-3/+1