aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenTBAA.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool1-2/+1
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool1-1/+2
2016-02-11[PR26550] Use a different TBAA root for C++ vs C.Manman Ren1-2/+6
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+1
2015-08-13Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren1-2/+0
2014-05-21[C++11] Use 'nullptr'. CodeGen edition.Craig Topper1-8/+8
2013-11-19Add a mangler entry point for TBAA rather than using RTTI directlyReid Kleckner1-7/+3
2013-10-08TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren1-12/+12
2013-10-01Revert r191586 and r191695. They cause crashes when building withRichard Smith1-6/+11
2013-09-27TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren1-11/+6
2013-08-21Don't use mangleCXXRTTIName in TBAA for C code.Manman Ren1-3/+8
2013-07-05Don't use mangleCXXRTTIName in TBAA for C code.Eli Friedman1-9/+1
2013-06-26Rewrite record layout for ms_struct structs.Eli Friedman1-21/+0
2013-05-13Cleanup handling of UniqueExternalLinkage.Rafael Espindola1-2/+1
2013-04-30Struct-path aware TBAA: enable struct-path aware TBAA for classes.Manman Ren1-2/+4
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren1-3/+3
2013-04-22TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaaManman Ren1-1/+24
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren1-17/+30
2013-04-04Initial support for struct-path aware TBAA.Manman Ren1-0/+85
2013-04-04revert r178784 since it does not have a commit messageManman Ren1-85/+0
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren1-0/+85
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth1-4/+4
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer1-2/+3
2012-09-28Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman1-0/+57
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer1-2/+1
2012-04-24enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...Kostya Serebryany1-1/+8
2012-04-16Adjust for LLVM name tweaks requested by Chandler.Duncan Sands1-6/+6
2012-04-15Use MDBuilder to help with metadata creation.Duncan Sands1-29/+7
2012-03-26add tbaa metadata to vtable pointer loads/storesKostya Serebryany1-0/+4
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer1-1/+0
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-04Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer1-0/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-07-18Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel1-1/+1
2011-04-21PR9214: Convert Metadata API to use ArrayRef.Jay Foad1-1/+2
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith1-1/+1
2011-02-11For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola1-1/+3
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall1-1/+1
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne1-1/+1
2010-12-13Implement CodeGen support for the may_alias attribute.Dan Gohman1-0/+21
2010-10-25Add infrastructure for emitting TBAA metadata with the "constant" flag.Dan Gohman1-3/+14
2010-10-25Factor out the code for creating the Root and Char nodes, so thatDan Gohman1-22/+30
2010-10-21Rename clang's TBAA tree root from "experimental" to "simple".Dan Gohman1-1/+1
2010-10-21Add some more comments.Dan Gohman1-3/+16
2010-10-15Mention the paragraphs in the standards which sanction TBAA.Dan Gohman1-1/+5
2010-10-15Use a different name for pointer types in tbaa, to be a littleDan Gohman1-2/+3
2010-10-15Add a comment.Dan Gohman1-1/+3