Age | Commit message (Expand) | Author |
---|---|---|
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 |