aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasSetTracker.cpp
AgeCommit message (Expand)Author
2006-06-27Handle alias sets that have been unified, and thus can have other referencesChris Lattner
2006-06-27Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValueChris Lattner
2006-06-26Fix a stale pointer issue that caused 300.twolf to fail to build on zionChris Lattner
2006-01-03Make the -print-alias-sets pass work for printing out something other thanChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-25Treat free operations as volatile, since they cannot be moved. This fixesChris Lattner
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2004-12-15Adjust to new alias analysis interfacesChris Lattner
2004-12-07For PR387:\Reid Spencer
2004-11-27When merging to alias sets, if they are both must alias, the result is notChris Lattner
2004-11-26Add a new interfaceChris Lattner
2004-11-05Remove dead varChris Lattner
2004-09-15Add some assertionsChris Lattner
2004-09-14Implement an AliasSetTracker::copyValue methodChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-27Remove a bogus assertionChris Lattner
2004-07-27Use context-sensitive alias analysis to avoid pessimization in clients ofChris Lattner
2004-07-26Add some new methodsChris Lattner
2004-07-25Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...Chris Lattner
2004-07-25Add support for free instructionsChris Lattner
2004-07-22Clean up reference counting to stop "leaking" alias setsChris Lattner
2004-07-21Add capability to remove aliasing aliassets from an ASTChris Lattner
2004-07-21Make the AST interface a bit richer by returning whether an insertion causedChris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-23Rename a methodChris Lattner
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