index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGenTBAA.cpp
Age
Commit message (
Expand
)
Author
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-02-11
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2010-12-13
Implement CodeGen support for the may_alias attribute.
Dan Gohman
2010-10-25
Add infrastructure for emitting TBAA metadata with the "constant" flag.
Dan Gohman
2010-10-25
Factor out the code for creating the Root and Char nodes, so that
Dan Gohman
2010-10-21
Rename clang's TBAA tree root from "experimental" to "simple".
Dan Gohman
2010-10-21
Add some more comments.
Dan Gohman
2010-10-15
Mention the paragraphs in the standards which sanction TBAA.
Dan Gohman
2010-10-15
Use a different name for pointer types in tbaa, to be a little
Dan Gohman
2010-10-15
Add a comment.
Dan Gohman
2010-10-15
Fix a typo in a comment Frits van Bommel spotted.
Dan Gohman
2010-10-15
Experimental TBAA support for enum types.
Dan Gohman
2010-10-15
Add a comment about odd "signed char" incompatibility between C++ and C.
Dan Gohman
2010-10-15
Add a TBAA type for pointer types.
Dan Gohman
2010-10-14
Unsigned types are TBAA-compatible with their signed counterparts.
Dan Gohman
2010-10-14
Experimental TBAA support.
Dan Gohman