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
...
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-2
/
+3
*
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-09-28
1
-0
/
+57
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
1
-2
/
+1
*
enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...
Kostya Serebryany
2012-04-24
1
-1
/
+8
*
Adjust for LLVM name tweaks requested by Chandler.
Duncan Sands
2012-04-16
1
-6
/
+6
*
Use MDBuilder to help with metadata creation.
Duncan Sands
2012-04-15
1
-29
/
+7
*
add tbaa metadata to vtable pointer loads/stores
Kostya Serebryany
2012-03-26
1
-0
/
+4
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-1
/
+0
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
1
-1
/
+1
*
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-21
1
-1
/
+2
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-1
/
+1
*
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-11
1
-1
/
+3
*
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
1
-1
/
+1
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-1
/
+1
*
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
[prev]