summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/Mangle.h
Commit message (Expand)AuthorAgeFilesLines
* Install thunks later to fixup overrides. Track space taken by vbaseMike Stump2009-09-051-1/+1
* Add mangling for covariant thunks.Mike Stump2009-09-021-0/+4
* Shorten name.Mike Stump2009-09-021-2/+2
* Add mangling for thunks.Mike Stump2009-09-021-0/+2
* Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump2009-07-311-0/+1
* Add code to setup the vtable pointer in the constructor. Work in progress.Mike Stump2009-07-311-0/+2
* Add support for generating (very basic) C++ destructors. These aren't called ...Anders Carlsson2009-04-171-0/+3
* Add support for mangling C++ constructors. Review appreciated (I'm looking at...Anders Carlsson2009-04-151-0/+5
* Add support for mangling guard variables.Anders Carlsson2009-04-131-1/+4
* fix several problems with asm renaming, by pulling it into the mangling code:Chris Lattner2009-03-211-0/+1
* Address Chris's comments regarding C++ name mangling.Douglas Gregor2009-02-181-1/+1
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-0/+32
OpenPOWER on IntegriCloud