index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
RecordLayout.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More ASTRecordLayout changes for MS ABI; based on patch by r4start.
Eli Friedman
2011-10-21
1
-1
/
+3
*
Some changes to improve compatibility for MSVC-style C++ struct layout. Patch...
Eli Friedman
2011-09-27
1
-3
/
+9
*
Convert RecordLayout::Alignment to CharUnits from bit units. No change in
Ken Dyck
2011-02-15
1
-2
/
+2
*
Convert RecordLayout::DataSize to CharUnits from bits, eliminating two
Ken Dyck
2011-02-11
1
-2
/
+2
*
Convert RecordLayout::Size to CharUnits from bits. No changes to
Ken Dyck
2011-02-09
1
-2
/
+2
*
Convert RecordLayout::NonVirtualAlign to CharUnits. No change in
Ken Dyck
2011-02-08
1
-1
/
+1
*
Convert RecordLayout::NonVirtualSize from bit units to CharUnits.
Ken Dyck
2011-02-01
1
-1
/
+1
*
PR3558: mark "logically const" accessor methods in ASTContext as const,
Jay Foad
2011-01-12
1
-4
/
+5
*
Remove the PrimaryBaseInfo class.
Anders Carlsson
2010-11-24
1
-2
/
+3
*
Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.
Anders Carlsson
2010-11-24
1
-1
/
+1
*
Port over a couple of getVBaseClassOffsetInBits call sites to use getVBaseCla...
Anders Carlsson
2010-10-31
1
-1
/
+1
*
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
1
-2
/
+2
*
EmptyObjectMap now uses CharUnits wherever possible.
Anders Carlsson
2010-10-31
1
-1
/
+1
*
Plug leak. The DenseMaps of CXXRecordLayoutInfo weren't freed.
Argyrios Kyrtzidis
2010-08-25
1
-1
/
+3
*
No need to use the PrimaryBaseInfo struct in the builder.
Anders Carlsson
2010-05-26
1
-2
/
+3
*
Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes ...
Anders Carlsson
2010-05-08
1
-0
/
+2
*
Replace the class offset vectors in RecordLayoutBuilder with maps instead so ...
Anders Carlsson
2010-03-11
1
-15
/
+11
*
Assert that primary bases always have offset 0.
Anders Carlsson
2010-03-11
1
-0
/
+11
*
Replace copy loops with memcpy.
Benjamin Kramer
2010-03-09
1
-4
/
+2
*
Allocate ASTRecordLayout objects using the allocator associated with ASTContext.
Ted Kremenek
2010-03-08
1
-0
/
+69