index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CodeGenTBAA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement CodeGen support for the may_alias attribute.
Dan Gohman
2010-12-13
1
-0
/
+21
*
Add infrastructure for emitting TBAA metadata with the "constant" flag.
Dan Gohman
2010-10-25
1
-3
/
+14
*
Factor out the code for creating the Root and Char nodes, so that
Dan Gohman
2010-10-25
1
-22
/
+30
*
Rename clang's TBAA tree root from "experimental" to "simple".
Dan Gohman
2010-10-21
1
-1
/
+1
*
Add some more comments.
Dan Gohman
2010-10-21
1
-3
/
+16
*
Mention the paragraphs in the standards which sanction TBAA.
Dan Gohman
2010-10-15
1
-1
/
+5
*
Use a different name for pointer types in tbaa, to be a little
Dan Gohman
2010-10-15
1
-2
/
+3
*
Add a comment.
Dan Gohman
2010-10-15
1
-1
/
+3
*
Fix a typo in a comment Frits van Bommel spotted.
Dan Gohman
2010-10-15
1
-1
/
+1
*
Experimental TBAA support for enum types.
Dan Gohman
2010-10-15
1
-3
/
+31
*
Add a comment about odd "signed char" incompatibility between C++ and C.
Dan Gohman
2010-10-15
1
-1
/
+5
*
Add a TBAA type for pointer types.
Dan Gohman
2010-10-15
1
-0
/
+4
*
Unsigned types are TBAA-compatible with their signed counterparts.
Dan Gohman
2010-10-14
1
-4
/
+18
*
Experimental TBAA support.
Dan Gohman
2010-10-14
1
-0
/
+68