summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasSetTracker.cpp
Commit message (Expand)AuthorAge
...
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* Fix some problems with ASTCallbackVH in its use as a DenseMap key.Dan Gohman2009-07-31
* Use CallbackVH in AliasSetTracker to avoid getting stuck withDan Gohman2009-07-30
* Make AliasAnalysis and related classes useDan Gohman2009-07-25
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* getEntryFor() may invalidate DenseMap iterator.Devang Patel2009-03-30
* reimplement AliasSetTracker in terms of DenseMap instead of hash_map,Chris Lattner2009-03-09
* Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng2009-03-03
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Free and vaarg are not really volatile.Chris Lattner2008-05-22
* Fix PR2346 by marking vaarg as volatile so that licm doesn't try toChris Lattner2008-05-20
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Fix the way AliasSet::print prints "may alias".Dan Gohman2008-04-21
* Teach AliasSetTracker about VAArgInst.Dan Gohman2008-04-14
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-01
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-03
* when merging two alias sets together, be sure to propagate the volatility ofChris Lattner2007-05-23
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-05
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* Explain change with a comment.Nick Lewycky2006-09-17
* Fix PR912. The input to erase() must not be a reference to the dataNick Lewycky2006-09-17
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Handle alias sets that have been unified, and thus can have other referencesChris Lattner2006-06-27
* Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValueChris Lattner2006-06-27
* Fix a stale pointer issue that caused 300.twolf to fail to build on zionChris Lattner2006-06-26
* Make the -print-alias-sets pass work for printing out something other thanChris Lattner2006-01-03
* Remove trailing whitespaceMisha Brukman2005-04-21
* Treat free operations as volatile, since they cannot be moved. This fixesChris Lattner2005-03-25
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Adjust to new alias analysis interfacesChris Lattner2004-12-15
* For PR387:\Reid Spencer2004-12-07
* When merging to alias sets, if they are both must alias, the result is notChris Lattner2004-11-27
* Add a new interfaceChris Lattner2004-11-26
* Remove dead varChris Lattner2004-11-05
* Add some assertionsChris Lattner2004-09-15
* Implement an AliasSetTracker::copyValue methodChris Lattner2004-09-14
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Remove a bogus assertionChris Lattner2004-07-27