Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test verified. | John McCall | 2012-05-01 | 1 | -1/+0 |
| | | | | llvm-svn: 155932 | ||||
* | Add a disclaimer to the new test, plus a user-declared ctor | John McCall | 2012-05-01 | 1 | -1/+2 |
| | | | | | | to force the emission of vtordisps. llvm-svn: 155906 | ||||
* | Add support for laying out vtordisps according to our current | John McCall | 2012-05-01 | 1 | -0/+173 |
| | | | | | | | working knowledge of the Microsoft ABI. Based on a patch by Dmitry Sokolov. llvm-svn: 155905 | ||||
* | Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov. | Eli Friedman | 2011-12-01 | 1 | -0/+8 |
| | | | | llvm-svn: 145544 | ||||
* | Fix the layout of vb-tables and vf-tables in the MS C++ ABI. | John McCall | 2011-11-08 | 1 | -7/+105 |
| | | | | | | Based on work by Dmitry Sokolov! llvm-svn: 144072 | ||||
* | Add tests for CodeGen types in MS ABI. Based on patch by r4start. | Eli Friedman | 2011-10-21 | 1 | -1/+19 |
| | | | | llvm-svn: 142697 | ||||
* | More ASTRecordLayout changes for MS ABI; based on patch by r4start. | Eli Friedman | 2011-10-21 | 1 | -19/+34 |
| | | | | llvm-svn: 142694 | ||||
* | Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up ↵ | Eli Friedman | 2011-10-18 | 1 | -4/+24 |
| | | | | | | doing this while I was trying to review his patch. llvm-svn: 142325 | ||||
* | Some changes to improve compatibility for MSVC-style C++ struct layout. ↵ | Eli Friedman | 2011-09-27 | 1 | -0/+176 |
Patch from r4start at gmail.com (with some minor modifications by me). llvm-svn: 140623 |