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
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
2009-05-04
Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits.
Daniel Dunbar
2009-05-04
Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments.
Daniel Dunbar
2009-05-04
Initialize NextOffset correctly, otherwise tight layout fails for
Daniel Dunbar
2009-05-04
Add -fobjc-tight-layout.
Daniel Dunbar
2009-05-03
Remove ASTContext::addRecordToClass.
Daniel Dunbar
2008-10-16
Implement #pragma pack use in structure packing. The general approach
Daniel Dunbar
2008-06-06
During interface layout, don't forget super class.
Devang Patel
2008-06-06
Undo previous check-in.
Devang Patel
2008-06-06
During interface layout, don't forget super class.
Devang Patel
2008-06-04
Add ObjCInterface layout support.
Devang Patel
2008-06-04
Refactoring.
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-01
Rename classes and collections that maintain record layout information.
Devang Patel
2007-07-18
implement sizeof/alignof support for structs, unions and complex.
Chris Lattner
2007-07-18
initial layout support for structures and unions. This isn't actually
Chris Lattner