aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasSetTracker.cpp
AgeCommit message (Expand)Author
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner
2004-03-17Fix a HORRIBLY NASTY bug that caused siod to stop working last night.Chris Lattner
2004-03-15Ok, the assertion was bogus. Calls that do not read/write memory should notChris Lattner
2004-03-15This assertion is bogus now that calls do not necessarily read/write memoryChris Lattner
2004-03-15Don't be COMPLETELY pessimistic in the face of function callsChris Lattner
2003-12-18Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-05-03Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.llChris Lattner
2003-03-03ADd two new 'add' methodsChris Lattner
2003-02-26Make the aliassettracker much more precise by actually tracking sizeChris Lattner
2003-02-26Convert to work with new AliasAnalysis interface by conservatively assuming a...Chris Lattner
2003-02-24This is a substantial rewrite of the AliasSetTracker class which now usesChris Lattner
2002-09-26First try at implementing the AliasSetTracker class. I'm sure it will needChris Lattner