Age | Commit message (Expand) | Author |
2011-08-04 | Add partial support for using anonymous bitfields (e.g., int : 0) to enforce | Chad Rosier |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. | Jordy Rose |
2011-06-28 | Eliminate most uses of ShallowCollectObjCIvars which requires | Fariborz Jahanian |
2011-06-10 | PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to de... | Eli Friedman |
2011-05-11 | Implenment #pack pragma and ms_struct attribute layout. | Fariborz Jahanian |
2011-05-10 | Support pack pragma and ms_struct attributes. // rdar://8823265 | Fariborz Jahanian |
2011-05-09 | 'long long' requires special treatment in ms_struct | Fariborz Jahanian |
2011-05-06 | In ms_struct structs, Establish a new alignment for a | Fariborz Jahanian |
2011-05-06 | Establish a new alignment for an ms_struct bitfield following | Fariborz Jahanian |
2011-05-04 | More ms_struct bitfield stuff: | Fariborz Jahanian |
2011-05-03 | Only the first zero-length bitfield decides alignment of | Fariborz Jahanian |
2011-05-03 | Finish off rules for z-length bitfields in ms_struct | Fariborz Jahanian |
2011-05-02 | More rule enforcement of zero bitfields for ms_struct. | Fariborz Jahanian |
2011-04-27 | Some refactoring of my ms_struct patch. | Fariborz Jahanian |
2011-04-26 | With ms_struct attribut, Zero-length bitfields following | Fariborz Jahanian |
2011-03-22 | Simplify crash recovery cleanup registration. | Ted Kremenek |
2011-03-19 | Recover memory from RecordLayoutBuilders during crashes. | Ted Kremenek |
2011-03-10 | Instead of round up sizes to '8', round them up to the alignment of the char | Ken Dyck |
2011-03-10 | Round up the non-virtual size to the next char instead of rounding down. | Ken Dyck |
2011-03-01 | Use CharUnits for TypeAlign variable in LayoutWideBitField(). No change in | Ken Dyck |
2011-03-01 | Change the return type of GetVirtualPointersSize() to CharUnits. No change | Ken Dyck |
2011-02-28 | Retry r126357. Use CharUnits for the Size and DataSize calculations when | Ken Dyck |
2011-02-24 | Revert "Use CharUnits values for Size and DataSize outside of the bitfield | Daniel Dunbar |
2011-02-24 | Use CharUnits values for Size and DataSize outside of the bitfield layout | Ken Dyck |
2011-02-24 | Use Context.getCharWidth() in place of literal '8's in assertions. | Ken Dyck |
2011-02-24 | Make the Size and DataSize members more CharUnits-friendly by wrapping them | Ken Dyck |
2011-02-20 | Expand use of CharUnits in LayoutField(). No change in functionality | Ken Dyck |
2011-02-19 | Expand use of CharUnits for alignments further. No change in functionality | Ken Dyck |
2011-02-17 | Convert MaxFieldAlignment to CharUnits from bits. No change in functionality | Ken Dyck |
2011-02-16 | Convert the UnpackedAlignment field to CharUnits from bits. No change in | Ken Dyck |
2011-02-16 | Convert Alignment member to CharUnits from bits. No change in functionality | Ken Dyck |
2011-02-16 | Convert NonVirtualSize to CharUnits from bits. No change in functionality | Ken Dyck |
2011-02-16 | Convert NonVirtualAlignment to CharUnits. No change in functionality | Ken Dyck |
2011-02-15 | Convert RecordLayout::Alignment to CharUnits from bit units. No change in | Ken Dyck |
2011-02-11 | Convert RecordLayout::DataSize to CharUnits from bits, eliminating two | Ken Dyck |
2011-02-11 | Add a helper function, ASTContext::toBits(), that converts sizes in | Ken Dyck |
2011-02-09 | Convert RecordLayout::Size to CharUnits from bits. No changes to | Ken Dyck |
2011-02-08 | Convert RecordLayout::NonVirtualAlign to CharUnits. No change in | Ken Dyck |
2011-02-02 | For gcc compatibility, size of a class which is zero | Fariborz Jahanian |
2011-02-01 | Basic support for -mms-bitfields, from Carl Norum! | Douglas Gregor |
2011-02-01 | Convert RecordLayout::NonVirtualSize from bit units to CharUnits. | Ken Dyck |
2011-01-24 | Remove private toCharUnits() helper method, replacing with calls to | Ken Dyck |
2011-01-18 | Replace calls to CharUnits::fromQuantity() with ones | Ken Dyck |
2011-01-12 | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad |
2010-12-29 | Fix PR8796. | Rafael Espindola |
2010-12-09 | Fix another unnecessary-struct-padding issue. | Argyrios Kyrtzidis |
2010-12-09 | Before determining the effect the alignment of base struct will have in the a... | Argyrios Kyrtzidis |
2010-11-25 | Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a... | Anders Carlsson |
2010-11-24 | Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. | Anders Carlsson |