summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Name mangling for class template specializations and template arguments.Anders Carlsson2009-05-151-1/+27
* only support int128_t on 64-bit and larger targets. 32-bit targets don'tChris Lattner2009-04-301-1/+1
* initial support for __[u]int128_t, which should be basicallyChris Lattner2009-04-301-1/+4
* Use the new guard variable mangling function and get rid of the old code.Anders Carlsson2009-04-131-1/+5
* Implement mangling of declarations inside functions.Anders Carlsson2009-04-021-1/+4
* Mangle VarDecls correctly.Anders Carlsson2009-04-021-1/+3
* Emit code for linkage specifications.Anders Carlsson2009-04-021-4/+11
* Implement code generation of namespaces and add mangling tests.Anders Carlsson2009-04-011-0/+6
* Fix a mangling bug where functions with no arguments weren't getting the 'v' ...Anders Carlsson2009-04-011-0/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Address Doug's comments wrt the mangler and fix Eli's test caseAnders Carlsson2009-03-101-1/+6
* Make mangling work with anonymous tag types. Doug, please reviewAnders Carlsson2009-03-071-2/+14
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-0/+9
OpenPOWER on IntegriCloud