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
/
CodeGen
/
CGRecordLayoutBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
IRGen: Hide CGRecordLayoutBuilder class, because I can.
Daniel Dunbar
2010-03-31
1
-142
/
+0
*
Improve handling of emitting 'null' pointers to data members.
Anders Carlsson
2010-02-02
1
-6
/
+9
*
Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one.
Anders Carlsson
2009-12-16
1
-0
/
+5
*
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-22
/
+22
*
More work towards zero-initializing structs that contain member pointers in c...
Anders Carlsson
2009-08-23
1
-1
/
+9
*
Take #pragma pack into account when laying out structs. Fixes rdar://problem/...
Anders Carlsson
2009-08-08
1
-1
/
+4
*
More CGRecordLayoutBuilder cleanup.
Anders Carlsson
2009-07-28
1
-15
/
+4
*
Fix a tail padding bug in the record layout builder code. The bug was found b...
Anders Carlsson
2009-07-27
1
-0
/
+4
*
Get rid of the size parameter to AppendField. No functionality change.
Anders Carlsson
2009-07-24
1
-3
/
+2
*
We don't need to keep track of the packed alignment, just whether the struct ...
Anders Carlsson
2009-07-23
1
-5
/
+3
*
Move the LLVM field number for bit fields into the BitFieldInfo structure, si...
Anders Carlsson
2009-07-23
1
-2
/
+4
*
Implement union layout support.
Anders Carlsson
2009-07-23
1
-0
/
+3
*
Check in CGRecordLayoutBuilder which is a reimplementation of the record lay...
Anders Carlsson
2009-07-23
1
-0
/
+128