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.h
Age
Commit message (
Expand
)
Author
2013-04-11
Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
2013-04-04
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-09-28
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-07-15
Update Clang to reflect the move of MDBuilder in r160237.
Chandler Carruth
2012-06-06
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-04-24
enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...
Kostya Serebryany
2012-04-15
Use MDBuilder to help with metadata creation.
Duncan Sands
2012-03-26
add tbaa metadata to vtable pointer loads/stores
Kostya Serebryany
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
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
Add some more comments.
Dan Gohman
2010-10-15
Experimental TBAA support for enum types.
Dan Gohman
2010-10-14
Experimental TBAA support.
Dan Gohman