aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MicrosoftCXXABI.cpp
AgeCommit message (Expand)Author
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