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
/
MicrosoftCXXABI.cpp
Age
Commit message (
Expand
)
Author
2010-06-30
Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it
Charles Davis
2010-06-26
Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler.
Charles Davis
2010-06-24
Patch to correctly mangle block helper functions
Fariborz Jahanian
2010-06-18
Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.
Charles Davis
2010-06-17
Mangle operator names in the Microsoft C++ Mangler.
Charles Davis
2010-06-16
Start mangling function types in the Microsoft C++ Mangler.
Charles Davis
2010-06-14
Microsoft C++ Mangler:
Charles Davis
2010-06-12
Microsoft C++ Mangler:
Charles Davis
2010-06-11
When mangling for the Microsoft C++ ABI, mangle variables in the global
Charles Davis
2010-06-11
Start implementing the Microsoft-style name mangler. Mangle simple names
Charles Davis
2010-06-11
Add an option to specify the target C++ ABI to the frontend. Use it to
Charles Davis
2010-06-09
Add a stub Microsoft Visual C++ ABI class (with stub mangler).
Charles Davis