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
*
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-14
1
-0
/
+22
*
Recommit r148056 with fixes to deal with weirdness with bitfields in unions.
Eli Friedman
2012-01-12
1
-4
/
+4
*
Revert r148056 while I investigate failures.
Eli Friedman
2012-01-12
1
-4
/
+5
*
Make sure adding a field to a struct never reduces its size. PR11745.
Eli Friedman
2012-01-12
1
-5
/
+4
*
When performing layout for an Objective-C class, make sure to dig out
Douglas Gregor
2011-12-20
1
-1
/
+3
*
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-12-15
1
-1
/
+1
*
Fixes a bug in calculation of field offsets of ms_struct
Fariborz Jahanian
2011-12-12
1
-3
/
+14
*
Fix bitfield handling for record layout with #pragma pack. <rdar://problem/1...
Eli Friedman
2011-12-02
1
-3
/
+5
*
Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov.
Eli Friedman
2011-12-01
1
-4
/
+9
*
Fix the layout of vb-tables and vf-tables in the MS C++ ABI.
John McCall
2011-11-08
1
-184
/
+202
*
Now that we have a portable 64 bit format string use it to make this simple a...
Benjamin Kramer
2011-11-05
1
-2
/
+1
*
Fix incorrect format string in debug output.
Eli Friedman
2011-11-05
1
-1
/
+2
*
More ASTRecordLayout changes for MS ABI; based on patch by r4start.
Eli Friedman
2011-10-21
1
-24
/
+32
*
Revert accidental commit.
Eli Friedman
2011-10-18
1
-2
/
+2
*
Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi...
Eli Friedman
2011-10-18
1
-87
/
+82
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-4
/
+4
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-10
/
+6
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-1
/
+1
*
Record layout requires not just a definition, but a complete
John McCall
2011-10-07
1
-0
/
+5
*
Driver & AST: Implement support for -fpack-struct and -fpack-struct= command
Daniel Dunbar
2011-10-05
1
-0
/
+5
*
Fix doxygen comment.
Eric Christopher
2011-10-05
1
-2
/
+2
*
Some changes to improve compatibility for MSVC-style C++ struct layout. Patch...
Eli Friedman
2011-09-27
1
-38
/
+207
*
Don't emit -Wpadded warnings without a valid SourceLocation. This can happen...
Ted Kremenek
2011-09-06
1
-0
/
+5
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-22
/
+22
*
Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment.
Chad Rosier
2011-08-05
1
-23
/
+39
*
More whitespace and naming fixup. No functionality change.
Chad Rosier
2011-08-04
1
-2
/
+2
*
Fix style and remove obviously redundant code.
Chad Rosier
2011-08-04
1
-2
/
+1
*
Additional comments and whitespace.
Chad Rosier
2011-08-04
1
-3
/
+3
*
Add partial support for using anonymous bitfields (e.g., int : 0) to enforce
Chad Rosier
2011-08-04
1
-11
/
+30
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-6
/
+6
*
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-22
1
-3
/
+2
*
Eliminate most uses of ShallowCollectObjCIvars which requires
Fariborz Jahanian
2011-06-28
1
-5
/
+4
*
PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to de...
Eli Friedman
2011-06-10
1
-2
/
+2
*
Implenment #pack pragma and ms_struct attribute layout.
Fariborz Jahanian
2011-05-11
1
-1
/
+47
*
Support pack pragma and ms_struct attributes. // rdar://8823265
Fariborz Jahanian
2011-05-10
1
-0
/
+7
*
'long long' requires special treatment in ms_struct
Fariborz Jahanian
2011-05-09
1
-0
/
+10
*
In ms_struct structs, Establish a new alignment for a
Fariborz Jahanian
2011-05-06
1
-3
/
+7
*
Establish a new alignment for an ms_struct bitfield following
Fariborz Jahanian
2011-05-06
1
-1
/
+4
*
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
[next]