summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenTBAA.h
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud