| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup some clang code to use new type functions instead of using cast<>. | Micah Villmow | 2012-10-25 | 1 | -2/+2 |
* | PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. | David Blaikie | 2012-10-16 | 1 | -0/+3 |
* | When performing a ::delete of an object with a virtual destructor, | John McCall | 2012-09-25 | 1 | -0/+11 |
* | In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. | John McCall | 2012-09-25 | 1 | -12/+35 |
* | [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ... | Joao Matos | 2012-07-17 | 1 | -0/+2 |
* | IRGen: Factor v-table generation into the CGCXXABI object. | Charles Davis | 2012-06-23 | 1 | -0/+6 |
* | Abstract the emission of global destructors into ABI-specific code | John McCall | 2012-05-01 | 1 | -0/+16 |
* | Refactor the C++ ABI code a little bit to take advantage of | John McCall | 2012-05-01 | 1 | -7/+67 |
* | ErrorUnsupported on array cookies in the MS C++ ABI code; | John McCall | 2012-04-04 | 1 | -0/+7 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Notes on dynamic array cookies in MSVC. | John McCall | 2011-01-27 | 1 | -0/+23 |
* | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -1157/+1 |
* | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+2 |
* | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -0/+4 |
* | Use the right calling convention when mangling names in the Microsoft C++ | Charles Davis | 2010-11-09 | 1 | -4/+8 |
* | Implement ARM static local initialization guards, which are more compact than | John McCall | 2010-09-08 | 1 | -6/+0 |
* | Add symantic support for the Pascal calling convention via | Dawn Perchik | 2010-09-03 | 1 | -0/+1 |
* | Teach IR generation to return 'this' from constructors and destructors | John McCall | 2010-08-31 | 1 | -0/+28 |
* | Experiment with using first-class aggregates to represent member function | John McCall | 2010-08-22 | 1 | -1/+1 |
* | zap dead code. | Chris Lattner | 2010-08-18 | 1 | -2/+0 |
* | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis | 2010-08-16 | 1 | -2/+2 |
* | Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler. | Charles Davis | 2010-07-03 | 1 | -13/+22 |
* | Fix mangling of array dimensions in the Microsoft C++ Mangler. | Charles Davis | 2010-07-03 | 1 | -7/+7 |
* | Mangle member pointer types in the Microsoft C++ Mangler. | Charles Davis | 2010-07-03 | 1 | -3/+15 |
* | Fix mangling of function pointers in the Microsoft C++ Mangler. | Charles Davis | 2010-07-03 | 1 | -0/+5 |
* | Fix mangling of array parameters for functions in the Microsoft C++ Mangler. | Charles Davis | 2010-07-03 | 1 | -10/+21 |
* | Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it | Charles Davis | 2010-06-30 | 1 | -27/+157 |
* | Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler. | Charles Davis | 2010-06-26 | 1 | -45/+88 |
* | Patch to correctly mangle block helper functions | Fariborz Jahanian | 2010-06-24 | 1 | -1/+1 |
* | Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler. | Charles Davis | 2010-06-18 | 1 | -0/+63 |
* | Mangle operator names in the Microsoft C++ Mangler. | Charles Davis | 2010-06-17 | 1 | -1/+131 |
* | Start mangling function types in the Microsoft C++ Mangler. | Charles Davis | 2010-06-16 | 1 | -4/+201 |
* | Microsoft C++ Mangler: | Charles Davis | 2010-06-14 | 1 | -1/+116 |
* | Microsoft C++ Mangler: | Charles Davis | 2010-06-12 | 1 | -1/+110 |
* | When mangling for the Microsoft C++ ABI, mangle variables in the global | Charles Davis | 2010-06-11 | 1 | -0/+41 |
* | Start implementing the Microsoft-style name mangler. Mangle simple names | Charles Davis | 2010-06-11 | 1 | -1/+197 |
* | Add an option to specify the target C++ ABI to the frontend. Use it to | Charles Davis | 2010-06-11 | 1 | -1/+1 |
* | Add a stub Microsoft Visual C++ ABI class (with stub mangler). | Charles Davis | 2010-06-09 | 1 | -0/+130 |