index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
RecordLayoutBuilder.h
Age
Commit message (
Expand
)
Author
2009-12-07
Move key functions to a separate map.
Anders Carlsson
2009-11-27
Add a new PrimaryBaseInfo struct that combines the record decl of a primary b...
Anders Carlsson
2009-11-22
When laying out bitfields, make sure that the data size is always aligned to ...
Anders Carlsson
2009-11-22
Move bit-field layout out into a separate function. No functionality change.
Anders Carlsson
2009-11-05
Refine layout for indirect virtual base classes.
Mike Stump
2009-10-26
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-09-26
Rename NextOffset to DataSize.
Anders Carlsson
2009-09-25
Who would have thought that empty classes were so tricky? Handle cases where ...
Anders Carlsson
2009-09-25
More work on empty classes.
Anders Carlsson
2009-09-24
Scaffolding for supporting empty bases/fields.
Anders Carlsson
2009-09-22
Fix speling error.
Anders Carlsson
2009-09-22
Store the set of indirect primary bases directly in the record layout builder.
Anders Carlsson
2009-09-22
Record layout builder cleanup.
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-16
Refine vbase offset calculations. WIP.
Mike Stump
2009-08-16
Cleanups and fixups for calculating the virtual base offsets. WIP.
Mike Stump
2009-08-14
Deconflate virtual base offsets from non-virtual base offsets.
Mike Stump
2009-08-13
Refine vtable layout for virtual bases and keep better track of
Mike Stump
2009-08-13
Prep for vbase layout refinements. WIP.
Mike Stump
2009-08-12
Refine primary vbase selection ordering. WIP.
Mike Stump
2009-08-08
Take #pragma pack into account when laying out structs. Fixes rdar://problem/...
Anders Carlsson
2009-08-07
Add ability to generate vcall offsets for primary virtual base.
Mike Stump
2009-08-06
Layout virtual bases. Work in progress.
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-30
Add ability to layout the vtable pointer in trivial cases. I noticed
Mike Stump
2009-07-28
Add a field for C++ specific data to ASTRecordLayout. Use it to store the non...
Anders Carlsson
2009-07-19
Add include needed for MSVC.
Daniel Dunbar
2009-07-19
Handle layout of non-virtual base classes.
Anders Carlsson
2009-07-18
Refactor field layout into a separate function.
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