Age | Commit message (Expand) | Author |
2012-03-15 | When laying out an Objective-C object, consult | Sean Callanan |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-08 | If a struct needs to be laid out, and it has not | Sean Callanan |
2012-01-28 | Allow the external AST source to provide a layout without specifying | Douglas Gregor |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith |
2012-01-12 | Recommit r148056 with fixes to deal with weirdness with bitfields in unions. | Eli Friedman |
2012-01-12 | Revert r148056 while I investigate failures. | Eli Friedman |
2012-01-12 | Make sure adding a field to a struct never reduces its size. PR11745. | Eli Friedman |
2011-12-20 | When performing layout for an Objective-C class, make sure to dig out | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-12 | Fixes a bug in calculation of field offsets of ms_struct | Fariborz Jahanian |
2011-12-02 | Fix bitfield handling for record layout with #pragma pack. <rdar://problem/1... | Eli Friedman |
2011-12-01 | Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov. | Eli Friedman |
2011-11-08 | Fix the layout of vb-tables and vf-tables in the MS C++ ABI. | John McCall |
2011-11-05 | Now that we have a portable 64 bit format string use it to make this simple a... | Benjamin Kramer |
2011-11-05 | Fix incorrect format string in debug output. | Eli Friedman |
2011-10-21 | More ASTRecordLayout changes for MS ABI; based on patch by r4start. | Eli Friedman |
2011-10-18 | Revert accidental commit. | Eli Friedman |
2011-10-18 | Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi... | Eli Friedman |
2011-10-14 | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer |
2011-10-10 | Constant expression evaluation refactoring: | Richard Smith |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-10-07 | Record layout requires not just a definition, but a complete | John McCall |
2011-10-05 | Driver & AST: Implement support for -fpack-struct and -fpack-struct= command | Daniel Dunbar |
2011-10-05 | Fix doxygen comment. | Eric Christopher |
2011-09-27 | Some changes to improve compatibility for MSVC-style C++ struct layout. Patch... | Eli Friedman |
2011-09-06 | Don't emit -Wpadded warnings without a valid SourceLocation. This can happen... | Ted Kremenek |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-08-05 | Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. | Chad Rosier |
2011-08-04 | More whitespace and naming fixup. No functionality change. | Chad Rosier |
2011-08-04 | Fix style and remove obviously redundant code. | Chad Rosier |
2011-08-04 | Additional comments and whitespace. | Chad Rosier |
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 |