index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
RecordLayout.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
[RecordLayout] Use an ASTVector instead of using a separate pointer and counter
David Majnemer
1
-20
/
+8
2016-05-23
[MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)
David Majnemer
1
-2
/
+2
2014-05-24
CXXInfo memory should be released after calling the destructor
Yaron Keren
1
-1
/
+1
2014-05-12
[C++11] Use 'nullptr'. AST edition.
Craig Topper
1
-3
/
+3
2014-01-09
[ms-abi] Refactor Microsoft Record Layout
Warren Hunt
1
-2
/
+2
2013-12-06
[MS-ABI] Fix alias-avoidance padding between bases
Warren Hunt
1
-0
/
+4
2013-12-06
Support MS-ABI's concept of "Required Alignment" imposed by
Warren Hunt
1
-5
/
+8
2013-11-13
No functional change. Renaming a variable in RecordLayoutBuilder and
Warren Hunt
1
-2
/
+2
2013-11-08
Thread the info about vbptr sharing through ASTRecordLayout
Timur Iskhodzhanov
1
-2
/
+2
2013-10-11
Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
1
-1
/
+8
2013-01-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
1
-4
/
+3
2012-07-04
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
1
-1
/
+1
2012-05-01
Add support for laying out vtordisps according to our current
John McCall
1
-5
/
+5
2011-10-21
More ASTRecordLayout changes for MS ABI; based on patch by r4start.
Eli Friedman
1
-1
/
+3
2011-09-27
Some changes to improve compatibility for MSVC-style C++ struct layout. Patch...
Eli Friedman
1
-3
/
+9
2011-02-15
Convert RecordLayout::Alignment to CharUnits from bit units. No change in
Ken Dyck
1
-2
/
+2
2011-02-11
Convert RecordLayout::DataSize to CharUnits from bits, eliminating two
Ken Dyck
1
-2
/
+2
2011-02-09
Convert RecordLayout::Size to CharUnits from bits. No changes to
Ken Dyck
1
-2
/
+2
2011-02-08
Convert RecordLayout::NonVirtualAlign to CharUnits. No change in
Ken Dyck
1
-1
/
+1
2011-02-01
Convert RecordLayout::NonVirtualSize from bit units to CharUnits.
Ken Dyck
1
-1
/
+1
2011-01-12
PR3558: mark "logically const" accessor methods in ASTContext as const,
Jay Foad
1
-4
/
+5
2010-11-24
Remove the PrimaryBaseInfo class.
Anders Carlsson
1
-2
/
+3
2010-11-24
Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.
Anders Carlsson
1
-1
/
+1
2010-10-31
Port over a couple of getVBaseClassOffsetInBits call sites to use getVBaseCla...
Anders Carlsson
1
-1
/
+1
2010-10-31
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
1
-2
/
+2
2010-10-31
EmptyObjectMap now uses CharUnits wherever possible.
Anders Carlsson
1
-1
/
+1
2010-08-25
Plug leak. The DenseMaps of CXXRecordLayoutInfo weren't freed.
Argyrios Kyrtzidis
1
-1
/
+3
2010-05-26
No need to use the PrimaryBaseInfo struct in the builder.
Anders Carlsson
1
-2
/
+3
2010-05-08
Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes ...
Anders Carlsson
1
-0
/
+2
2010-03-11
Replace the class offset vectors in RecordLayoutBuilder with maps instead so ...
Anders Carlsson
1
-15
/
+11
2010-03-11
Assert that primary bases always have offset 0.
Anders Carlsson
1
-0
/
+11
2010-03-09
Replace copy loops with memcpy.
Benjamin Kramer
1
-4
/
+2
2010-03-08
Allocate ASTRecordLayout objects using the allocator associated with ASTContext.
Ted Kremenek
1
-0
/
+69