1. 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 9aaee92 Fixed comment typo. by Michael Gottesman · 11 years ago
  4. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 11 years ago
  5. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 11 years ago
  6. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 11 years ago
  7. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 11 years ago
  8. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  9. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  10. b22c7dc Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for by Dan Gohman · 12 years ago
  11. 6bebe5a Update Clang to reflect the move of MDBuilder in r160237. by Chandler Carruth · 12 years ago
  12. facde17 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  13. c9fe605 enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-aliasing by Kostya Serebryany · 12 years ago
  14. 2d7cb06 Use MDBuilder to help with metadata creation. by Duncan Sands · 12 years ago
  15. 8cb4a07 add tbaa metadata to vtable pointer loads/stores by Kostya Serebryany · 12 years ago
  16. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  17. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  18. 455553b Add infrastructure for emitting TBAA metadata with the "constant" flag. by Dan Gohman · 14 years ago
  19. 224d759 Factor out the code for creating the Root and Char nodes, so that by Dan Gohman · 14 years ago
  20. 565cc44 Add some more comments. by Dan Gohman · 14 years ago
  21. 0b5c4fc Experimental TBAA support for enum types. by Dan Gohman · 14 years ago
  22. 3d5aff5 Experimental TBAA support. by Dan Gohman · 14 years ago