index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
AliasSetTracker.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-2
/
+2
*
Make sure to update the list end when an element is removed from it. This
Chris Lattner
2004-09-15
1
-0
/
+4
*
Add an AliasSetTracker::copyValue method
Chris Lattner
2004-09-14
1
-9
/
+19
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
New methods
Chris Lattner
2004-07-26
1
-0
/
+2
*
Add support for free instructions
Chris Lattner
2004-07-25
1
-0
/
+3
*
Clean up reference counting to stop "leaking" alias sets
Chris Lattner
2004-07-22
1
-14
/
+14
*
Add a bunch of new functionality, primarily to do with removing aliasing
Chris Lattner
2004-07-21
1
-1
/
+22
*
Make the AST interface a bit richer by returning whether an insertion caused
Chris Lattner
2004-07-21
1
-10
/
+17
*
Rename a method
Chris Lattner
2004-05-23
1
-3
/
+3
*
Tweak argument
Chris Lattner
2004-03-15
1
-1
/
+1
*
Add a new AliassetTracker::remove method. Because we need to be able to remove
Chris Lattner
2003-12-18
1
-9
/
+33
*
Add capability to represent volatile AliasSet's
Chris Lattner
2003-12-14
1
-3
/
+13
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Add a few new 'add' methods. Move the iterator around
Chris Lattner
2003-03-03
1
-28
/
+35
*
Make the aliassettracker much more precise by actually tracking size
Chris Lattner
2003-02-26
1
-13
/
+20
*
This is a substantial rewrite of the AliasSetTracker class which now uses
Chris Lattner
2003-02-24
1
-41
/
+197
*
First try at implementing the AliasSetTracker class. I'm sure it will need
Chris Lattner
2002-09-26
1
-0
/
+109