Age | Commit message (Expand) | Author |
2012-06-27 | Propagate lvalue alignment into bitfields. Per report on cfe-dev. | Eli Friedman |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-05-01 | Add support for laying out vtordisps according to our current | John McCall |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-27 | Add a missing check in CodeGen of packed classes with vtables. <rdar://probl... | Eli Friedman |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-04 | Silence a GCC warning about a set-but-not-used variable in release builds. | Chandler Carruth |
2012-01-13 | A base subobject type doesn't make sense for unions; don't try to compute it.... | Eli Friedman |
2011-12-12 | Make CGRecordLayoutBuilder correctly switch over to a packed class when a cla... | Eli Friedman |
2011-12-07 | Make sure we correctly zero-initialize unions containing a pointer to data me... | Eli Friedman |
2011-11-08 | Fix the layout of vb-tables and vf-tables in the MS C++ ABI. | John McCall |
2011-10-18 | Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi... | Eli Friedman |
2011-10-10 | Constant expression evaluation refactoring: | Richard Smith |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-08-12 | switch clang to use the new-new way of creating llvm::StructType's. | Chris Lattner |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-06-21 | IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. | Daniel Dunbar |
2011-05-20 | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor |
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-04-24 | Simplify AppendTailPadding() by converting its parameter to CharUnits. No | Ken Dyck |
2011-04-24 | Eliminate literal 8s from LayoutUnionField by converting NumBytesToAppend to | Ken Dyck |
2011-04-24 | Eliminate literal 8s from LayoutBitField(), converting variables to | Ken Dyck |
2011-04-24 | Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality | Ken Dyck |
2011-04-24 | Convert CGBitFieldInfo::FieldByteOffset to CharUnits. No change in | Ken Dyck |
2011-04-17 | When laying out bases in, always try the "base subobject" LLVM type. If it | Anders Carlsson |
2011-04-17 | Use a SmallVector for field types in CGRecordLayoutBuilder now that llvm::Str... | Anders Carlsson |
2011-03-22 | Fix typo in comment. | Nick Lewycky |
2011-02-26 | A much-delayed response to Ken Dyck's review: make this somewhat more | John McCall |
2011-02-17 | improve support for big endian targets, fixing PR8171, patch | Chris Lattner |
2011-02-15 | Refactor CGRecordLayoutBuilder to use CharUnits more consistently. | John McCall |
2011-02-15 | Perform zero-initialization of virtual base classes when emitting | John McCall |
2011-02-15 | Convert RecordLayout::Alignment to CharUnits from bit units. No change in | Ken Dyck |
2011-02-11 | Add a helper function, ASTContext::toBits(), that converts sizes in | Ken Dyck |
2011-02-10 | Drop the 'InBits' part from the name of RecordSizeInBits as the value is in | Ken Dyck |
2011-02-10 | Eliminate some signed-to-unsigned comparision warnings introduced 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-01 | Convert RecordLayout::NonVirtualSize from bit units to CharUnits. | Ken Dyck |
2010-12-10 | Fix another obscure corner layout case. | Argyrios Kyrtzidis |
2010-12-04 | Add a LayoutBase member function. No functionality change. | Anders Carlsson |
2010-12-04 | Replace calls to AppendBytes with calls to AppendPadding when the bytes appen... | Anders Carlsson |
2010-11-30 | CGRecordLayoutBuilder does not need to be exported from this module. | John McCall |
2010-11-28 | Don't store the maximum alignment, we can trivially compute it. | Anders Carlsson |
2010-11-28 | More work on laying out virtual bases. | Anders Carlsson |
2010-11-25 | Begin work on actually laying out virtual bases. | Anders Carlsson |