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
/
RecordLayoutBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More ms_struct bitfield stuff:
Fariborz Jahanian
2011-05-04
1
-1
/
+26
*
Only the first zero-length bitfield decides alignment of
Fariborz Jahanian
2011-05-03
1
-2
/
+4
*
Finish off rules for z-length bitfields in ms_struct
Fariborz Jahanian
2011-05-03
1
-16
/
+35
*
More rule enforcement of zero bitfields for ms_struct.
Fariborz Jahanian
2011-05-02
1
-2
/
+17
*
Some refactoring of my ms_struct patch.
Fariborz Jahanian
2011-04-27
1
-3
/
+1
*
With ms_struct attribut, Zero-length bitfields following
Fariborz Jahanian
2011-04-26
1
-2
/
+19
*
Simplify crash recovery cleanup registration.
Ted Kremenek
2011-03-22
1
-3
/
+2
*
Recover memory from RecordLayoutBuilders during crashes.
Ted Kremenek
2011-03-19
1
-1
/
+6
*
Instead of round up sizes to '8', round them up to the alignment of the char
Ken Dyck
2011-03-10
1
-2
/
+4
*
Round up the non-virtual size to the next char instead of rounding down.
Ken Dyck
2011-03-10
1
-2
/
+3
*
Use CharUnits for TypeAlign variable in LayoutWideBitField(). No change in
Ken Dyck
2011-03-01
1
-4
/
+5
*
Change the return type of GetVirtualPointersSize() to CharUnits. No change
Ken Dyck
2011-03-01
1
-8
/
+10
*
Retry r126357. Use CharUnits for the Size and DataSize calculations when
Ken Dyck
2011-02-28
1
-36
/
+27
*
Revert "Use CharUnits values for Size and DataSize outside of the bitfield
Daniel Dunbar
2011-02-24
1
-19
/
+23
*
Use CharUnits values for Size and DataSize outside of the bitfield layout
Ken Dyck
2011-02-24
1
-23
/
+19
*
Use Context.getCharWidth() in place of literal '8's in assertions.
Ken Dyck
2011-02-24
1
-2
/
+2
*
Make the Size and DataSize members more CharUnits-friendly by wrapping them
Ken Dyck
2011-02-24
1
-35
/
+58
*
Expand use of CharUnits in LayoutField(). No change in functionality
Ken Dyck
2011-02-20
1
-29
/
+34
*
Expand use of CharUnits for alignments further. No change in functionality
Ken Dyck
2011-02-19
1
-30
/
+30
*
Convert MaxFieldAlignment to CharUnits from bits. No change in functionality
Ken Dyck
2011-02-17
1
-18
/
+23
*
Convert the UnpackedAlignment field to CharUnits from bits. No change in
Ken Dyck
2011-02-16
1
-6
/
+9
*
Convert Alignment member to CharUnits from bits. No change in functionality
Ken Dyck
2011-02-16
1
-15
/
+16
*
Convert NonVirtualSize to CharUnits from bits. No change in functionality
Ken Dyck
2011-02-16
1
-7
/
+9
*
Convert NonVirtualAlignment to CharUnits. No change in functionality
Ken Dyck
2011-02-16
1
-6
/
+5
*
Convert RecordLayout::Alignment to CharUnits from bit units. No change in
Ken Dyck
2011-02-15
1
-6
/
+9
*
Convert RecordLayout::DataSize to CharUnits from bits, eliminating two
Ken Dyck
2011-02-11
1
-6
/
+7
*
Add a helper function, ASTContext::toBits(), that converts sizes in
Ken Dyck
2011-02-11
1
-14
/
+6
*
Convert RecordLayout::Size to CharUnits from bits. No changes to
Ken Dyck
2011-02-09
1
-11
/
+18
*
Convert RecordLayout::NonVirtualAlign to CharUnits. No change in
Ken Dyck
2011-02-08
1
-3
/
+5
*
For gcc compatibility, size of a class which is zero
Fariborz Jahanian
2011-02-02
1
-2
/
+11
*
Basic support for -mms-bitfields, from Carl Norum!
Douglas Gregor
2011-02-01
1
-0
/
+14
*
Convert RecordLayout::NonVirtualSize from bit units to CharUnits.
Ken Dyck
2011-02-01
1
-3
/
+4
*
Remove private toCharUnits() helper method, replacing with calls to
Ken Dyck
2011-01-24
1
-17
/
+10
*
Replace calls to CharUnits::fromQuantity() with ones
Ken Dyck
2011-01-18
1
-4
/
+3
*
PR3558: mark "logically const" accessor methods in ASTContext as const,
Jay Foad
2011-01-12
1
-9
/
+12
*
Fix PR8796.
Rafael Espindola
2010-12-29
1
-3
/
+5
*
Fix another unnecessary-struct-padding issue.
Argyrios Kyrtzidis
2010-12-09
1
-1
/
+10
*
Before determining the effect the alignment of base struct will have in the a...
Argyrios Kyrtzidis
2010-12-09
1
-2
/
+9
*
Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...
Anders Carlsson
2010-11-25
1
-28
/
+1
*
Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.
Anders Carlsson
2010-11-24
1
-2
/
+2
*
Use the newly added function in ASTRecordLayoutBuilder.
Anders Carlsson
2010-11-24
1
-38
/
+3
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-2
/
+1
*
Don't update empty field subobjects for bitfields. Fixes PR8519.
Anders Carlsson
2010-11-01
1
-1
/
+3
*
Get rid of more calls to getBaseClassOffsetInBits.
Anders Carlsson
2010-11-01
1
-10
/
+5
*
Port over a couple of getVBaseClassOffsetInBits call sites to use getVBaseCla...
Anders Carlsson
2010-10-31
1
-18
/
+18
*
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
1
-9
/
+9
*
Start converting over the RecordLayoutBuilder next.
Anders Carlsson
2010-10-31
1
-20
/
+15
*
EmptyObjectMap now uses CharUnits wherever possible.
Anders Carlsson
2010-10-31
1
-61
/
+61
*
More CharUnits conversion.
Anders Carlsson
2010-10-31
1
-22
/
+44
*
More CharUnits conversion.
Anders Carlsson
2010-10-31
1
-21
/
+28
[next]