summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/Mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix several problems with asm renaming, by pulling it into the mangling code:Chris Lattner2009-03-211-8/+17
* simplify CXXNameMangler::mangle, making it exit earlier for C functions.Chris Lattner2009-03-211-31/+32
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-3/+8
* Address Doug's comments wrt the mangler and fix Eli's test caseAnders Carlsson2009-03-101-20/+10
* Make mangling work with anonymous tag types. Doug, please reviewAnders Carlsson2009-03-071-5/+19
* Mangle Objective-C interfaces correctly (where correctly refers to what gcc d...Anders Carlsson2009-03-071-0/+9
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-2/+2
* Improve merging of function declarations. Specifically:Douglas Gregor2009-02-241-1/+1
* We must always mangle attribute overloadable functions; even if in aDaniel Dunbar2009-02-201-5/+5
* Address Chris's comments regarding C++ name mangling.Douglas Gregor2009-02-181-20/+28
* Add mangling for variadic functions and conversion functionsDouglas Gregor2009-02-131-2/+8
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-0/+516
OpenPOWER on IntegriCloud