summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/RecordLayoutBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* MS ABI: Consider alignment attributes on typedefs for layoutDavid Majnemer2014-07-301-6/+12
* MS ABI: Padding injected between empty vbases doesn't up required alignDavid Majnemer2014-07-171-1/+1
* MS ABI: Up the required alignment after inserting padding between vbasesDavid Majnemer2014-07-161-1/+3
* AST: Convert a SmallPtrSet to a SmallPtrSetImpl in RecordLayoutBuilderDavid Majnemer2014-07-161-4/+4
* AST: Cleanup RecordLayoutBuilderDavid Majnemer2014-07-161-90/+77
* Fix an iterator invalidation issue: deserializing a key function can write toRichard Smith2014-07-071-7/+18
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-27/+28
* Fix some typosAlp Toker2014-05-051-2/+2
* Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.Benjamin Kramer2014-05-031-1/+1
* MS ABI: Bitfields FielDecls only align if they allocateDavid Majnemer2014-04-131-3/+5
* MS ABI: #pragma vtordisp(0) only disables new vtordispsDavid Majnemer2014-04-131-12/+9
* [MS-ABI] Fix warning introduced in r206087Warren Hunt2014-04-121-2/+2
* [MS-ABI] Fixed alias-avoidance padding in the presence of vtordispsWarren Hunt2014-04-111-4/+1
* [MS-ABI] Update to vtordisp computationWarren Hunt2014-04-111-33/+37
* Simplify RecordLayoutBuilder with getAsCXXRecordDecl()Reid Kleckner2014-04-111-57/+34
* [MS-ABI] Update Comments in RecordLayoutBuilder - no functional changeWarren Hunt2014-04-111-31/+67
* [MS-ABI] Update virtual base padding rules to match MSVC 10+Warren Hunt2014-04-111-7/+0
* [MS-ABI] Fix to vbptr injection site calculation.Warren Hunt2014-04-101-8/+8
* [MS-ABI] Fixed __declspec(align()) on bitfields under #pragma pack.Warren Hunt2014-04-101-34/+31
* [MS-ABI] Update to alias-avoidance paddingWarren Hunt2014-04-091-16/+15
* Fix a bug where an explicit instantiation declaration of a class templateRichard Smith2014-03-241-1/+2
* [MS-ABI] Drop Special Layout in 64-bit mode.Warren Hunt2014-03-241-72/+4
* [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...Aaron Ballman2014-03-131-9/+4
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-131-29/+17
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-71/+49
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-10/+5
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-4/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-12/+4
* Attempt to fix non-MSVC buildReid Kleckner2014-02-281-7/+10
* -fdump-record-layouts: Sort nvbases by offset before printing themReid Kleckner2014-02-281-7/+22
* Diagnose attempts to apply ms_struct to records with base classesJohn McCall2014-02-271-0/+4
* MS ABI: Just use getTypeInfoInChars to get the field sizeReid Kleckner2014-02-251-10/+4
* [MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArraysWarren Hunt2014-02-221-2/+3
* [MS-ABI] Update to zero-sized padding algorithmWarren Hunt2014-02-211-20/+23
* Revert "Enable MSRecordLayout in the presence of external sources."Reid Kleckner2014-02-201-1/+1
* Enable MSRecordLayout in the presence of external sources.Warren Hunt2014-02-201-1/+1
* Fixing a compiler assertion with zero-width bit-fields in packed structs.Yunzhong Gao2014-02-131-2/+2
* ms_struct layout replaces platform-specific behavior likeJohn McCall2014-02-131-17/+46
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+24
* MS ABI: vptr injection should obey alignment requirementsDavid Majnemer2014-02-121-8/+20
* Extensively comment bitfield layout, rearrange someJohn McCall2014-01-291-81/+145
* [ms-abi] Small Change to pack+alignment interaction.Warren Hunt2014-01-141-4/+7
* [ms-abi] Report VBPtrOffset correctlyWarren Hunt2014-01-141-6/+5
* [ms-abi] Reordering __declspec(align) pragma pack handlingWarren Hunt2014-01-131-3/+3
* [ms-abi] Leading VFPtrs don't suppress the leading zero sized flagWarren Hunt2014-01-131-1/+3
* [ms-abi] Quick fix layout of an array of recordsReid Kleckner2014-01-131-4/+2
* [ms-abi] Change the way alignment is trackedWarren Hunt2014-01-111-15/+8
* [ms-abi] Adjusting Rules for Padding Between BasesWarren Hunt2014-01-101-0/+6
OpenPOWER on IntegriCloud