summaryrefslogtreecommitdiff
path: root/test/Layout
Commit message (Expand)AuthorAge
* Fix warning in ms-x86-vtordisp test caseReid Kleckner2014-04-14
* MS ABI: #pragma vtordisp(0) only disables new vtordispsDavid Majnemer2014-04-13
* [MS-ABI] Fixed alias-avoidance padding in the presence of vtordispsWarren Hunt2014-04-11
* [MS-ABI] Update to vtordisp computationWarren Hunt2014-04-11
* [MS-ABI] Update virtual base padding rules to match MSVC 10+Warren Hunt2014-04-11
* [MS-ABI] Fix to vbptr injection site calculation.Warren Hunt2014-04-10
* [MS-ABI] Fixed __declspec(align()) on bitfields under #pragma pack.Warren Hunt2014-04-10
* [MS-ABI] Update to alias-avoidance paddingWarren Hunt2014-04-09
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-02
* [MS-ABI] Drop Special Layout in 64-bit mode.Warren Hunt2014-03-24
* -fdump-record-layouts: Sort nvbases by offset before printing themReid Kleckner2014-02-28
* MS ABI: Just use getTypeInfoInChars to get the field sizeReid Kleckner2014-02-25
* [MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArraysWarren Hunt2014-02-22
* [MS-ABI] Update to zero-sized padding algorithmWarren Hunt2014-02-21
* MS ABI: Fix some layout testsDavid Majnemer2014-02-15
* MS ABI: Fix some layout testsDavid Majnemer2014-02-15
* Fix some -Wdocumentation warnings in Sema.h and try to fix test for win64Reid Kleckner2014-02-13
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12
* MS ABI: vptr injection should obey alignment requirementsDavid Majnemer2014-02-12
* MS ABI: Fix some layout testsDavid Majnemer2014-02-03
* [ms-cxxabi] Raise aggregate memptr alignment to 8 for x86_32Reid Kleckner2014-01-31
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* [ms-abi] Small Change to pack+alignment interaction.Warren Hunt2014-01-14
* [ms-abi] Reordering __declspec(align) pragma pack handlingWarren Hunt2014-01-13
* [ms-abi] Leading VFPtrs don't suppress the leading zero sized flagWarren Hunt2014-01-13
* [ms-abi] Quick fix layout of an array of recordsReid Kleckner2014-01-13
* [ms-abi] Change the way alignment is trackedWarren Hunt2014-01-11
* [ms-abi] Adjusting Rules for Padding Between BasesWarren Hunt2014-01-10
* [ms-abi] Handle __declspec(align) on bitfields "properly"Warren Hunt2014-01-10
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-09
* [ms-abi] unix-line endings in lit test, no functional changeWarren Hunt2013-12-26
* [ms-abi] Fixes improperly sized vfptrs with pragma packWarren Hunt2013-12-26
* [ms-abi] Update Alignment for VtorDispsWarren Hunt2013-12-19
* [ms-abi] Refactoring Non-virtual base layout in record layoutWarren Hunt2013-12-12
* [ms-abi] Makes Virtual Base Alignment Look at All Virtual BasesWarren Hunt2013-12-11
* [ms-abi] 64-bit fixes for r196549Warren Hunt2013-12-10
* [MS-ABI] adds padding before all vbases after a bitfieldWarren Hunt2013-12-06
* [MS-ABI] Fix alias-avoidance padding between basesWarren Hunt2013-12-06
* Support MS-ABI's concept of "Required Alignment" imposed by Warren Hunt2013-12-06
* Microsoft Record Layout: zero sized base after base with vbtbl fixWarren Hunt2013-11-19
* Makes A Microsoft Layout CodeGen Test ExplicitWarren Hunt2013-11-14
* Microsoft adds weird padding before virtual bases if the last field was a bit...Warren Hunt2013-11-06
* Improves compatibility with cl.exe when laying out array fieldsWarren Hunt2013-11-01
* Activating latent test case for r193661.Warren Hunt2013-10-30
* Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt2013-10-23
* PR17576: Fix assertion on polymorphic classes with small alignmentReid Kleckner2013-10-14
* Fixing stdout/stderr interleaving in lit test.Warren Hunt2013-10-14
* Correctly check for distructors when realizing vtordispsWarren Hunt2013-10-14
* Lit tests for Microsoft C++ record layout.Warren Hunt2013-10-14