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
/
TypeBasedAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-12
/
+18
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-11
/
+11
*
TBAA: fix PR17620.
Manman Ren
2013-10-22
1
-1
/
+5
*
TBAA: try to fix the dragonegg bots.
Manman Ren
2013-09-27
1
-1
/
+3
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
1
-10
/
+81
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
1
-0
/
+19
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-13
/
+30
*
Struct-path aware TBAA: update getMostGenericTBAA
Manman Ren
2013-04-22
1
-2
/
+60
*
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-11
1
-0
/
+136
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
Update a comment.
Dan Gohman
2010-12-16
1
-1
/
+3
*
Enable TBAA by default.
Dan Gohman
2010-12-15
1
-1
/
+1
*
Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,
Dan Gohman
2010-11-12
1
-1
/
+1
*
Enable TBAA.
Dan Gohman
2010-11-12
1
-1
/
+1
*
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
Dan Gohman
2010-11-10
1
-1
/
+2
*
Implement getModRefBehavior for TypeBasedAliasAnalysis.
Dan Gohman
2010-11-08
1
-0
/
+23
*
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
Dan Gohman
2010-11-08
1
-5
/
+6
*
Support TBAA attachments on calls. This is somewhat experimental.
Dan Gohman
2010-10-25
1
-0
/
+36
*
Fix chaining in TBAA's pointsToConstantMemory.
Dan Gohman
2010-10-25
1
-1
/
+1
*
Only read one bit for testing for a readonly type, leaving the other
Dan Gohman
2010-10-25
1
-2
/
+1
*
Add a comment.
Dan Gohman
2010-10-25
1
-1
/
+3
*
Add some more documentation.
Dan Gohman
2010-10-21
1
-15
/
+21
*
Explain what "constant" means here.
Dan Gohman
2010-10-21
1
-1
/
+3
*
Update comments.
Dan Gohman
2010-10-21
1
-3
/
+23
*
Factor out the main aliasing check into a separate function.
Dan Gohman
2010-10-20
1
-24
/
+39
*
Fix comments; the type graph is currently a tree, not a DAG.
Dan Gohman
2010-10-20
1
-3
/
+3
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Make TypeBasedAliasAnalysis default to doing nothing, with a command-line
Dan Gohman
2010-10-18
1
-0
/
+10
*
Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory.
Dan Gohman
2010-10-18
1
-1
/
+4
*
Tolerate a null parent pointer.
Dan Gohman
2010-10-14
1
-1
/
+1
*
Support AA chaining.
Dan Gohman
2010-10-11
1
-6
/
+9
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.
Dan Gohman
2010-09-14
1
-20
/
+4
*
Remove the experimental AliasAnalysis::getDependency interface, which
Dan Gohman
2010-09-14
1
-9
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-3
/
+3
*
Fix a typo Devang noticed.
Dan Gohman
2010-08-03
1
-1
/
+1
*
Sketch up a preliminary Type-Based Alias Analysis implementation.
Dan Gohman
2010-08-02
1
-0
/
+191