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
/
include
/
llvm
/
Analysis
/
AliasSetTracker.h
Age
Commit message (
Expand
)
Author
2009-03-09
reimplement AliasSetTracker in terms of DenseMap instead of hash_map,
Chris Lattner
2008-07-28
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-04-14
Teach AliasSetTracker about VAArgInst.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-25
Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...
Anton Korobeynikov
2007-10-29
Add explicit keywords.
Dan Gohman
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-06-26
Add a new method.
Chris Lattner
2005-11-30
Add a simple clear() method
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-27
Change interface to this method a bit
Chris Lattner
2004-11-26
Add a new interface
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-15
Make sure to update the list end when an element is removed from it. This
Chris Lattner
2004-09-14
Add an AliasSetTracker::copyValue method
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-26
New methods
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 a bunch of new functionality, primarily to do with removing aliasing
Chris Lattner
2004-07-21
Make the AST interface a bit richer by returning whether an insertion caused
Chris Lattner
2004-05-23
Rename a method
Chris Lattner
2004-03-15
Tweak argument
Chris Lattner
2003-12-18
Add a new AliassetTracker::remove method. Because we need to be able to remove
Chris Lattner
2003-12-14
Add capability to represent volatile AliasSet's
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-03-03
Add a few new 'add' methods. Move the iterator around
Chris Lattner
2003-02-26
Make the aliassettracker much more precise by actually tracking size
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