summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules ts] Ensure that module linkage variables are always emitted and alwa...Richard Smith2017-09-071-0/+5
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-2/+6
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+3
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-3/+3
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-141-6/+10
* Update for LLVM function name change.Rui Ueyama2016-01-141-3/+3
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-3/+0
* This patch fixes a crash involving use of predefinedFariborz Jahanian2014-12-021-1/+5
* This patch fixes couple of bugs for predefined expressionFariborz Jahanian2014-11-141-11/+13
* Implement IRGen for the x86 vectorcall conventionReid Kleckner2014-10-311-22/+31
* CodeGen: correct block mangling in ObjCSaleem Abdulrasool2014-10-141-1/+6
* CodeGen: correct mangling for blocksSaleem Abdulrasool2014-10-141-0/+6
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-5/+1
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-041-1/+1
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-2/+2
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-1/+3
* On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola2013-10-161-0/+126
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-101-33/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-6/+23
* Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...Benjamin Kramer2012-02-071-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-4/+4
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+8
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+5
* For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola2011-02-111-7/+7
* Use raw_ostream instead of raw_svector_ostream.Rafael Espindola2011-02-111-6/+6
* Use raw_svector_ostream in more places in the mangler.Rafael Espindola2011-02-101-16/+19
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-0/+132