index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
mangle-ms.cpp
Age
Commit message (
Expand
)
Author
2013-04-25
[ms-cxxabi] Fix a number of bugs in the mangler.
Peter Collingbourne
2012-11-26
Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft
Timur Iskhodzhanov
2012-10-02
Allowing individual targets to determine whether a given calling convention i...
Aaron Ballman
2012-09-03
Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx...
Timur Iskhodzhanov
2012-08-25
Fix the mangling of function pointers in the MS ABI.
John McCall
2012-07-26
Remove an outdated comment; add one test to compare function pointer and bloc...
Timur Iskhodzhanov
2012-07-23
Follow-up: fix the quotes
Timur Iskhodzhanov
2012-07-23
Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME ...
Timur Iskhodzhanov
2012-06-27
Add a few more test cases for the -cxx-abi microsoft mangler. Some of them we...
Timur Iskhodzhanov
2012-06-21
MS: Mangle rvalue references and nullptr_t, and produce back-references when
Richard Smith
2012-06-08
PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work
Richard Smith
2012-06-04
PR13022: cope with parenthesized function types in MS name mangling.
Richard Smith
2012-05-01
Refactor the C++ ABI code a little bit to take advantage of
John McCall
2012-05-01
When mangling a synthetic function declaration, we might not have
John McCall
2011-12-01
Add Microsoft mangling of constructors and destructors. Patch by Dmitry!
Michael J. Spencer
2010-11-09
Use the right calling convention when mangling names in the Microsoft C++
Charles Davis
2010-07-03
Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
Fix mangling of array dimensions in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
Mangle member pointer types in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
Fix mangling of function pointers in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
Fix mangling of array parameters for functions in the Microsoft C++ Mangler.
Charles Davis
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-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