index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
AliasSetTracker.cpp
Age
Commit message (
Expand
)
Author
2006-06-27
Handle alias sets that have been unified, and thus can have other references
Chris Lattner
2006-06-27
Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue
Chris Lattner
2006-06-26
Fix a stale pointer issue that caused 300.twolf to fail to build on zion
Chris Lattner
2006-01-03
Make the -print-alias-sets pass work for printing out something other than
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-25
Treat free operations as volatile, since they cannot be moved. This fixes
Chris Lattner
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2004-12-15
Adjust to new alias analysis interfaces
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-11-27
When merging to alias sets, if they are both must alias, the result is not
Chris Lattner
2004-11-26
Add a new interface
Chris Lattner
2004-11-05
Remove dead var
Chris Lattner
2004-09-15
Add some assertions
Chris Lattner
2004-09-14
Implement an AliasSetTracker::copyValue method
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-27
Remove a bogus assertion
Chris Lattner
2004-07-27
Use context-sensitive alias analysis to avoid pessimization in clients of
Chris Lattner
2004-07-26
Add some new methods
Chris Lattner
2004-07-25
Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...
Chris Lattner
2004-07-25
Add support for free instructions
Chris Lattner
2004-07-22
Clean up reference counting to stop "leaking" alias sets
Chris Lattner
2004-07-21
Add capability to remove aliasing aliassets from an AST
Chris Lattner
2004-07-21
Make the AST interface a bit richer by returning whether an insertion caused
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-23
Rename a method
Chris Lattner
2004-04-27
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-03-17
Fix a HORRIBLY NASTY bug that caused siod to stop working last night.
Chris Lattner
2004-03-15
Ok, the assertion was bogus. Calls that do not read/write memory should not
Chris Lattner
2004-03-15
This assertion is bogus now that calls do not necessarily read/write memory
Chris Lattner
2004-03-15
Don't be COMPLETELY pessimistic in the face of function calls
Chris Lattner
2003-12-18
Add a new AliassetTracker::remove method. Because we need to be able to remove
Chris Lattner
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-05-03
Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll
Chris Lattner
2003-03-03
ADd two new 'add' methods
Chris Lattner
2003-02-26
Make the aliassettracker much more precise by actually tracking size
Chris Lattner
2003-02-26
Convert to work with new AliasAnalysis interface by conservatively assuming a...
Chris Lattner
2003-02-24
This is a substantial rewrite of the AliasSetTracker class which now uses
Chris Lattner
2002-09-26
First try at implementing the AliasSetTracker class. I'm sure it will need
Chris Lattner