summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasSetTracker.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-03-25Treat free operations as volatile, since they cannot be moved. This fixesChris Lattner1-0/+3
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner1-0/+1
2004-12-15Adjust to new alias analysis interfacesChris Lattner1-2/+3
2004-12-07For PR387:\Reid Spencer1-1/+1
2004-11-27When merging to alias sets, if they are both must alias, the result is notChris Lattner1-8/+22
2004-11-26Add a new interfaceChris Lattner1-0/+12
2004-11-05Remove dead varChris Lattner1-1/+0
2004-09-15Add some assertionsChris Lattner1-2/+3
2004-09-14Implement an AliasSetTracker::copyValue methodChris Lattner1-3/+30
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman1-3/+1
2004-07-27Remove a bogus assertionChris Lattner1-3/+0
2004-07-27Use context-sensitive alias analysis to avoid pessimization in clients ofChris Lattner1-5/+23
2004-07-26Add some new methodsChris Lattner1-0/+13
2004-07-25Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...Chris Lattner1-1/+2
2004-07-25Add support for free instructionsChris Lattner1-2/+18
2004-07-22Clean up reference counting to stop "leaking" alias setsChris Lattner1-11/+13
2004-07-21Add capability to remove aliasing aliassets from an ASTChris Lattner1-0/+56
2004-07-21Make the AST interface a bit richer by returning whether an insertion causedChris Lattner1-19/+32
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+1
2004-05-23Rename a methodChris Lattner1-2/+2
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner1-1/+1
2004-03-17Fix a HORRIBLY NASTY bug that caused siod to stop working last night.Chris Lattner1-1/+1
2004-03-15Ok, the assertion was bogus. Calls that do not read/write memory should notChris Lattner1-0/+6
2004-03-15This assertion is bogus now that calls do not necessarily read/write memoryChris Lattner1-2/+0
2004-03-15Don't be COMPLETELY pessimistic in the face of function callsChris Lattner1-4/+20
2003-12-18Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner1-8/+36
2003-12-14Finegrainify namespacificationChris Lattner1-9/+12
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-1/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-05-03Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.llChris Lattner1-0/+1
2003-03-03ADd two new 'add' methodsChris Lattner1-0/+28
2003-02-26Make the aliassettracker much more precise by actually tracking sizeChris Lattner1-20/+33
2003-02-26Convert to work with new AliasAnalysis interface by conservatively assuming a...Chris Lattner1-6/+8
2003-02-24This is a substantial rewrite of the AliasSetTracker class which now usesChris Lattner1-111/+218
2002-09-26First try at implementing the AliasSetTracker class. I'm sure it will needChris Lattner1-0/+172