Age | Commit message (Expand) | Author |
2013-05-03 | [ms-cxxabi] Emit non-virtual member function pointers | Reid Kleckner |
2013-04-30 | [ms-cxxabi] Implement member pointer comparisons | Reid Kleckner |
2013-04-17 | Set SRet flags properly in '-cxx-abi microsoft'. | Timur Iskhodzhanov |
2013-04-14 | CodeGen support for function-local static thread_local variables with | Richard Smith |
2013-04-11 | [ms-cxxabi] Implement member pointer emission and dereferencing | Reid Kleckner |
2013-03-22 | [ms-cxxabi] Implement member data pointers for non-dynamic classes | Reid Kleckner |
2013-03-20 | Exploit this-return of a callsite in a this-return function. | Manman Ren |
2013-03-16 | revert r177211 due to its potential issues | Manman Ren |
2013-03-16 | Exploit this-return of a callsite in a this-return function. | Manman Ren |
2013-02-27 | Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 | Timur Iskhodzhanov |
2013-02-15 | Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ... | Timur Iskhodzhanov |
2013-02-13 | Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 | Timur Iskhodzhanov |
2013-01-25 | The standard ARM C++ ABI dictates that inline functions are | John McCall |
2013-01-21 | First step towards vftable generation with -cxx-abi microsoft PR13231 | Timur Iskhodzhanov |
2012-10-25 | Cleanup some clang code to use new type functions instead of using cast<>. | Micah Villmow |
2012-10-16 | PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. | David Blaikie |
2012-09-25 | When performing a ::delete of an object with a virtual destructor, | John McCall |
2012-09-25 | In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. | John McCall |
2012-07-17 | [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ... | Joao Matos |
2012-06-23 | IRGen: Factor v-table generation into the CGCXXABI object. | Charles Davis |
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 |