aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MicrosoftCXXABI.cpp
AgeCommit message (Expand)Author
2012-05-01Abstract the emission of global destructors into ABI-specific codeJohn McCall
2012-05-01Refactor the C++ ABI code a little bit to take advantage ofJohn McCall
2012-04-04ErrorUnsupported on array cookies in the MS C++ ABI code;John McCall
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-01-27Notes on dynamic array cookies in MSVC.John McCall
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne
2010-12-25The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner
2010-12-20Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor
2010-11-09Use the right calling convention when mangling names in the Microsoft C++Charles Davis
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall
2010-09-03Add symantic support for the Pascal calling convention viaDawn Perchik
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-08-22Experiment with using first-class aggregates to represent member functionJohn McCall
2010-08-18zap dead code.Chris Lattner
2010-08-16Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis
2010-07-03Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of array dimensions in the Microsoft C++ Mangler.Charles Davis
2010-07-03Mangle member pointer types in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of function pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Fix mangling of array parameters for functions in the Microsoft C++ Mangler.Charles Davis
2010-06-30Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (itCharles Davis
2010-06-26Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler.Charles Davis
2010-06-24Patch to correctly mangle block helper functionsFariborz Jahanian
2010-06-18Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.Charles Davis
2010-06-17Mangle operator names in the Microsoft C++ Mangler.Charles Davis
2010-06-16Start mangling function types in the Microsoft C++ Mangler.Charles Davis
2010-06-14Microsoft C++ Mangler:Charles Davis
2010-06-12Microsoft C++ Mangler:Charles Davis
2010-06-11When mangling for the Microsoft C++ ABI, mangle variables in the globalCharles Davis
2010-06-11Start implementing the Microsoft-style name mangler. Mangle simple namesCharles Davis
2010-06-11Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis
2010-06-09Add a stub Microsoft Visual C++ ABI class (with stub mangler).Charles Davis