Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
42e06119496e84e74cfc60230b18fcb53b35eb1c
/
lib
/
CodeGen
/
CodeGenTBAA.cpp
6f14165
PR9214: Convert Metadata API to use ArrayRef.
by Jay Foad
· 14 years ago
162e1c1
Support for C++11 (non-template) alias declarations.
by Richard Smith
· 14 years ago
f0be979
For consistency, use llvm::raw_ostream in the rest of the mangle api.
by Rafael Espindola
· 14 years ago
f4c7371
Change QualType::getTypePtr() to return a const pointer, then change a
by John McCall
· 14 years ago
1411047
Move name mangling support from CodeGen to AST. In the
by Peter Collingbourne
· 14 years ago
2ea7e73
Implement CodeGen support for the may_alias attribute.
by Dan Gohman
· 14 years ago
455553b
Add infrastructure for emitting TBAA metadata with the "constant" flag.
by Dan Gohman
· 14 years ago
224d759
Factor out the code for creating the Root and Char nodes, so that
by Dan Gohman
· 14 years ago
31da545
Rename clang's TBAA tree root from "experimental" to "simple".
by Dan Gohman
· 14 years ago
565cc44
Add some more comments.
by Dan Gohman
· 14 years ago
780658a
Mention the paragraphs in the standards which sanction TBAA.
by Dan Gohman
· 14 years ago
dc49111
Use a different name for pointer types in tbaa, to be a little
by Dan Gohman
· 14 years ago
2f8c21d
Add a comment.
by Dan Gohman
· 14 years ago
0a53198
Fix a typo in a comment Frits van Bommel spotted.
by Dan Gohman
· 14 years ago
0b5c4fc
Experimental TBAA support for enum types.
by Dan Gohman
· 14 years ago
8562348
Add a comment about odd "signed char" incompatibility between C++ and C.
by Dan Gohman
· 14 years ago
c1028f4
Add a TBAA type for pointer types.
by Dan Gohman
· 14 years ago
9af2f83
Unsigned types are TBAA-compatible with their signed counterparts.
by Dan Gohman
· 14 years ago
3d5aff5
Experimental TBAA support.
by Dan Gohman
· 14 years ago