index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
RecordLayout.h
Age
Commit message (
Expand
)
Author
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-07-04
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-07-04
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-05-01
Add support for laying out vtordisps according to our current
John McCall
2011-10-21
More ASTRecordLayout changes for MS ABI; based on patch by r4start.
Eli Friedman
2011-09-27
Some changes to improve compatibility for MSVC-style C++ struct layout. Patch...
Eli Friedman
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-09
Correct units in comments describing Size and getSize().
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
Correct units in doxygen comment for NonVirtualSize.
Ken Dyck
2011-02-01
Convert RecordLayout::NonVirtualSize from bit units to CharUnits.
Ken Dyck
2011-01-12
PR3558: mark "logically const" accessor methods in ASTContext as const,
Jay Foad
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
Remove the PrimaryBaseInfo class.
Anders Carlsson
2010-11-24
Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.
Anders Carlsson
2010-10-31
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
EmptyObjectMap now uses CharUnits wherever possible.
Anders Carlsson
2010-10-31
Baby steps towards using only CharUnits for base class offsets in ASTRecordLa...
Anders Carlsson
2010-10-31
Teach the constant expr evaluator about derived-to-base casts when no virtual...
Anders Carlsson
2010-05-26
ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout.
Anders Carlsson
2010-05-26
No need to use the PrimaryBaseInfo struct in the builder.
Anders Carlsson
2010-05-08
Actually compute the empty subobject sizes. No functionality change yet.
Anders Carlsson
2010-05-08
Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes ...
Anders Carlsson
2010-03-11
Replace the class offset vectors in RecordLayoutBuilder with maps instead so ...
Anders Carlsson
2010-03-08
Allocate ASTRecordLayout objects using the allocator associated with ASTContext.
Ted Kremenek
2009-12-19
Correctly initialize the PrimaryBaseInfo if a base is null. Fixes PR5832.
Anders Carlsson
2009-12-07
Move key functions to a separate map.
Anders Carlsson
2009-11-30
Have ASTRecordLayout keep track of the key function, in preparation of fixing...
Anders Carlsson
2009-11-28
Add an iterator for walking the primary base chain.
Anders Carlsson
2009-11-27
Use a PointerIntPair for the PrimaryBaseInfo. Yay for clever LLVM data struct...
Anders Carlsson
2009-11-27
Add a new PrimaryBaseInfo struct that combines the record decl of a primary b...
Anders Carlsson
2009-11-17
Add missing #include found by Clang
Douglas Gregor
2009-11-15
Make a few headers parse standalone
Douglas Gregor
2009-10-26
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-09-22
Record layout builder cleanup.
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-14
Deconflate virtual base offsets from non-virtual base offsets.
Mike Stump
2009-08-07
Add ability to generate vcall offsets for primary virtual base.
Mike Stump
2009-08-05
Calculate the primary base class better and use that when laying down
Mike Stump
2009-07-30
Fix type to be consistent with the rest of the code.
Mike Stump
2009-07-28
Add a field for C++ specific data to ASTRecordLayout. Use it to store the non...
Anders Carlsson
2009-07-18
Rename NextOffset to DataSize, which better matches the Itanium C++ ABI
Anders Carlsson
2009-07-18
Migrate over to the record layout builder.
Anders Carlsson
2009-07-18
More layout builder work.
Anders Carlsson
2009-07-18
Add a new ASTRecordLayoutBuilder class. Not used yet.
Anders Carlsson
2009-07-18
Revert r75641.
Anders Carlsson
2009-07-14
Rename RecordLayout.h to ASTRecordLayout.h
Anders Carlsson
2009-05-27
Add a big test case for I-C-Es in C++, and a fix to make it work. The fix mig...
Sebastian Redl
[next]