aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AliasAnalysisEvaluator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach AliasAnalysisEvaluator about PartialAlias.Dan Gohman2010-12-101-5/+14
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-3/+3
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-191-3/+3
* Change AliasAnalysis and its clients to use uint64_t instead of unsignedDan Gohman2010-10-191-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.Dan Gohman2010-10-191-3/+3
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-041-6/+6
* The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman2010-08-041-0/+32
* simplifyGabor Greif2010-07-281-4/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-071-97/+37
* Generalize AAEval so that it can be used both per-function andDan Gohman2010-06-281-38/+97
* clean up algorithm and remove operand order assumptionsGabor Greif2010-04-081-9/+24
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-3/+3
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-231-22/+22
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-22/+23
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Fix a missing newline, now that Value's operator<< doesn't add one of its own.Dan Gohman2009-08-261-1/+1
* Use SetVector instead of std::set so that alias relations are tested andDan Gohman2009-08-261-8/+7
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-6/+9
* Make AliasAnalysis and related classes useDan Gohman2009-07-251-8/+6
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-32/+32
* simplify logic and get rid of the assumption that operand 0 is the calleeGabor Greif2009-03-241-3/+3
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-14/+13
* Make several variable declarations static.Dan Gohman2008-05-061-9/+10
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-201-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-2/+2
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-4/+1
* Identify Analysis pass.Devang Patel2008-03-181-0/+3
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-281-5/+12
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-3/+3
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-051-1/+2
* Removed more <iostream> includesBill Wendling2006-12-071-4/+3
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-26/+26
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-061-3/+3
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-281-22/+22
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-17/+17