index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
Mangle.h
Age
Commit message (
Expand
)
Author
2009-11-14
Mangling support for typeinfo names.
Mike Stump
2009-11-10
Add mangling for the construction vtable.
Mike Stump
2009-10-30
Fix thinko, mangleCXXRtti should obviously take a QualType!
Anders Carlsson
2009-10-30
mangleCXXRtti obviously needs to take a type, what was I thinking...
Anders Carlsson
2009-10-28
Add mangling for VTTs.
Mike Stump
2009-10-11
Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of Qu...
Anders Carlsson
2009-10-07
Mangle anonymous structs/unions correctly. Fixes PR5139.
Anders Carlsson
2009-10-07
Add a MangleContext and pass it to all mangle functions. It will be used for ...
Anders Carlsson
2009-09-11
Add basic covariant thunk generation support. WIP.
Mike Stump
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-07
Refine vcall offsets. Cleanups. WIP.
Mike Stump
2009-09-05
Install thunks later to fixup overrides. Track space taken by vbase
Mike Stump
2009-09-02
Add mangling for covariant thunks.
Mike Stump
2009-09-02
Shorten name.
Mike Stump
2009-09-02
Add mangling for thunks.
Mike Stump
2009-07-31
Add beginnigs of rtti generation, wire up more of -fno-exceptions.
Mike Stump
2009-07-31
Add code to setup the vtable pointer in the constructor. Work in progress.
Mike Stump
2009-04-17
Add support for generating (very basic) C++ destructors. These aren't called ...
Anders Carlsson
2009-04-15
Add support for mangling C++ constructors. Review appreciated (I'm looking at...
Anders Carlsson
2009-04-13
Add support for mangling guard variables.
Anders Carlsson
2009-03-21
fix several problems with asm renaming, by pulling it into the mangling code:
Chris Lattner
2009-02-18
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-13
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor