aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Mangle.cpp
AgeCommit message (Expand)Author
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl
2009-03-10Address Doug's comments wrt the mangler and fix Eli's test caseAnders Carlsson
2009-03-07Make mangling work with anonymous tag types. Doug, please reviewAnders Carlsson
2009-03-07Mangle Objective-C interfaces correctly (where correctly refers to what gcc d...Anders Carlsson
2009-02-26Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor
2009-02-24Improve merging of function declarations. Specifically:Douglas Gregor
2009-02-20We must always mangle attribute overloadable functions; even if in aDaniel Dunbar
2009-02-18Address Chris's comments regarding C++ name mangling.Douglas Gregor
2009-02-13Add mangling for variadic functions and conversion functionsDouglas Gregor
2009-02-13Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor