aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AliasSetTracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the way AliasSet::print prints "may alias".Dan Gohman2008-04-211-1/+1
* Teach AliasSetTracker about VAArgInst.Dan Gohman2008-04-141-0/+17
* 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
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-011-23/+15
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-4/+5
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* when merging two alias sets together, be sure to propagate the volatility ofChris Lattner2007-05-231-3/+5
* 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
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-3/+3
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-281-4/+4
* Explain change with a comment.Nick Lewycky2006-09-171-2/+2
* Fix PR912. The input to erase() must not be a reference to the dataNick Lewycky2006-09-171-1/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Handle alias sets that have been unified, and thus can have other referencesChris Lattner2006-06-271-3/+3
* Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValueChris Lattner2006-06-271-10/+22
* Fix a stale pointer issue that caused 300.twolf to fail to build on zionChris Lattner2006-06-261-0/+11
* Make the -print-alias-sets pass work for printing out something other thanChris Lattner2006-01-031-11/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Treat free operations as volatile, since they cannot be moved. This fixesChris Lattner2005-03-251-0/+3
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* Adjust to new alias analysis interfacesChris Lattner2004-12-151-2/+3
* For PR387:\Reid Spencer2004-12-071-1/+1
* When merging to alias sets, if they are both must alias, the result is notChris Lattner2004-11-271-8/+22
* Add a new interfaceChris Lattner2004-11-261-0/+12
* Remove dead varChris Lattner2004-11-051-1/+0
* Add some assertionsChris Lattner2004-09-151-2/+3
* Implement an AliasSetTracker::copyValue methodChris Lattner2004-09-141-3/+30
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-3/+1
* Remove a bogus assertionChris Lattner2004-07-271-3/+0
* Use context-sensitive alias analysis to avoid pessimization in clients ofChris Lattner2004-07-271-5/+23
* Add some new methodsChris Lattner2004-07-261-0/+13
* Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...Chris Lattner2004-07-251-1/+2
* Add support for free instructionsChris Lattner2004-07-251-2/+18
* Clean up reference counting to stop "leaking" alias setsChris Lattner2004-07-221-11/+13
* Add capability to remove aliasing aliassets from an ASTChris Lattner2004-07-211-0/+56
* Make the AST interface a bit richer by returning whether an insertion causedChris Lattner2004-07-211-19/+32
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Rename a methodChris Lattner2004-05-231-2/+2
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-1/+1
* Fix a HORRIBLY NASTY bug that caused siod to stop working last night.Chris Lattner2004-03-171-1/+1
* Ok, the assertion was bogus. Calls that do not read/write memory should notChris Lattner2004-03-151-0/+6
* This assertion is bogus now that calls do not necessarily read/write memoryChris Lattner2004-03-151-2/+0