summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenTBAA.h
Commit message (Expand)AuthorAgeFilesLines
* Make the remaining headers self-contained.Benjamin Kramer2016-02-021-5/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Fixed comment typo.Michael Gottesman2013-06-081-1/+1
* Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren2013-04-111-1/+11
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-1/+54
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-54/+1
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-1/+54
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman2012-09-281-0/+15
* Update Clang to reflect the move of MDBuilder in r160237.Chandler Carruth2012-07-151-1/+1
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-061-1/+0
* enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...Kostya Serebryany2012-04-241-0/+3
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-151-4/+4
* add tbaa metadata to vtable pointer loads/storesKostya Serebryany2012-03-261-0/+4
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-1/+1
* Add infrastructure for emitting TBAA metadata with the "constant" flag.Dan Gohman2010-10-251-1/+2
* Factor out the code for creating the Root and Char nodes, so thatDan Gohman2010-10-251-4/+7
* Add some more comments.Dan Gohman2010-10-211-1/+4
* Experimental TBAA support for enum types.Dan Gohman2010-10-151-3/+5
* Experimental TBAA support.Dan Gohman2010-10-141-0/+67