index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
AliasSetTracker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some assertions
Chris Lattner
2004-09-15
1
-2
/
+3
*
Implement an AliasSetTracker::copyValue method
Chris Lattner
2004-09-14
1
-3
/
+30
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-3
/
+1
*
Remove a bogus assertion
Chris Lattner
2004-07-27
1
-3
/
+0
*
Use context-sensitive alias analysis to avoid pessimization in clients of
Chris Lattner
2004-07-27
1
-5
/
+23
*
Add some new methods
Chris Lattner
2004-07-26
1
-0
/
+13
*
Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...
Chris Lattner
2004-07-25
1
-1
/
+2
*
Add support for free instructions
Chris Lattner
2004-07-25
1
-2
/
+18
*
Clean up reference counting to stop "leaking" alias sets
Chris Lattner
2004-07-22
1
-11
/
+13
*
Add capability to remove aliasing aliassets from an AST
Chris Lattner
2004-07-21
1
-0
/
+56
*
Make the AST interface a bit richer by returning whether an insertion caused
Chris Lattner
2004-07-21
1
-19
/
+32
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Rename a method
Chris Lattner
2004-05-23
1
-2
/
+2
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-1
/
+1
*
Fix a HORRIBLY NASTY bug that caused siod to stop working last night.
Chris Lattner
2004-03-17
1
-1
/
+1
*
Ok, the assertion was bogus. Calls that do not read/write memory should not
Chris Lattner
2004-03-15
1
-0
/
+6
*
This assertion is bogus now that calls do not necessarily read/write memory
Chris Lattner
2004-03-15
1
-2
/
+0
*
Don't be COMPLETELY pessimistic in the face of function calls
Chris Lattner
2004-03-15
1
-4
/
+20
*
Add a new AliassetTracker::remove method. Because we need to be able to remove
Chris Lattner
2003-12-18
1
-8
/
+36
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-9
/
+12
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll
Chris Lattner
2003-05-03
1
-0
/
+1
*
ADd two new 'add' methods
Chris Lattner
2003-03-03
1
-0
/
+28
*
Make the aliassettracker much more precise by actually tracking size
Chris Lattner
2003-02-26
1
-20
/
+33
*
Convert to work with new AliasAnalysis interface by conservatively assuming a...
Chris Lattner
2003-02-26
1
-6
/
+8
*
This is a substantial rewrite of the AliasSetTracker class which now uses
Chris Lattner
2003-02-24
1
-111
/
+218
*
First try at implementing the AliasSetTracker class. I'm sure it will need
Chris Lattner
2002-09-26
1
-0
/
+172