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
2012-05-01
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-05-01
Refactor the C++ ABI code a little bit to take advantage of
John McCall
2012-04-04
ErrorUnsupported on array cookies in the MS C++ ABI code;
John McCall
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-01-27
Notes on dynamic array cookies in MSVC.
John McCall
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2010-12-25
The -fshort-wchar option causes wchar_t to become unsigned, in addition to being
Chris Lattner
2010-12-20
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-11-09
Use the right calling convention when mangling names in the Microsoft C++
Charles Davis
2010-09-08
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-03
Add symantic support for the Pascal calling convention via
Dawn Perchik
2010-08-31
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-22
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-18
zap dead code.
Chris Lattner
2010-08-16
Implement support for member pointers under the Microsoft C++ ABI in the
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-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