summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasSetTracker.cpp
Commit message (Expand)AuthorAge
* 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
* Use context-sensitive alias analysis to avoid pessimization in clients ofChris Lattner2004-07-27
* Add some new methodsChris Lattner2004-07-26
* Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...Chris Lattner2004-07-25
* Add support for free instructionsChris Lattner2004-07-25
* Clean up reference counting to stop "leaking" alias setsChris Lattner2004-07-22
* Add capability to remove aliasing aliassets from an ASTChris Lattner2004-07-21
* Make the AST interface a bit richer by returning whether an insertion causedChris Lattner2004-07-21
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Rename a methodChris Lattner2004-05-23
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-27
* Fix a HORRIBLY NASTY bug that caused siod to stop working last night.Chris Lattner2004-03-17
* Ok, the assertion was bogus. Calls that do not read/write memory should notChris Lattner2004-03-15
* This assertion is bogus now that calls do not necessarily read/write memoryChris Lattner2004-03-15
* Don't be COMPLETELY pessimistic in the face of function callsChris Lattner2004-03-15
* Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner2003-12-18
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.llChris Lattner2003-05-03
* ADd two new 'add' methodsChris Lattner2003-03-03
* Make the aliassettracker much more precise by actually tracking sizeChris Lattner2003-02-26
* Convert to work with new AliasAnalysis interface by conservatively assuming a...Chris Lattner2003-02-26
* This is a substantial rewrite of the AliasSetTracker class which now usesChris Lattner2003-02-24
* First try at implementing the AliasSetTracker class. I'm sure it will needChris Lattner2002-09-26