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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify alignment handling in the record builder.
Anders Carlsson
2009-08-04
1
-12
/
+18
*
No longer need to keep base class offsets in the offset
Fariborz Jahanian
2009-07-29
1
-3
/
+0
*
More CGRecordLayoutBuilder cleanup.
Anders Carlsson
2009-07-28
1
-18
/
+8
*
Some minor changes toward support of data
Fariborz Jahanian
2009-07-27
1
-0
/
+4
*
Enable the new struct type builder now that the constant struct builder works...
Anders Carlsson
2009-07-27
1
-3
/
+0
*
Fix a tail padding bug in the record layout builder code. The bug was found b...
Anders Carlsson
2009-07-27
1
-6
/
+15
*
Check in a half finished new constant struct builder (Obviously not used yet).
Anders Carlsson
2009-07-24
1
-2
/
+2
*
Get rid of the size parameter to AppendField. No functionality change.
Anders Carlsson
2009-07-24
1
-7
/
+6
*
Don't just store the field/bit field info one field, do it for all fields in ...
Anders Carlsson
2009-07-23
1
-12
/
+6
*
Fix another thinko.
Anders Carlsson
2009-07-23
1
-2
/
+2
*
Correct a thinko in bitfield layout code. Fixes PR4611.
Anders Carlsson
2009-07-23
1
-4
/
+2
*
We don't need to keep track of the packed alignment, just whether the struct ...
Anders Carlsson
2009-07-23
1
-15
/
+10
*
Move the LLVM field number for bit fields into the BitFieldInfo structure, si...
Anders Carlsson
2009-07-23
1
-6
/
+6
*
Set field info for unions.
Anders Carlsson
2009-07-23
1
-1
/
+11
*
Handle zero width bit fields in unions correctly (by ignoring them).
Anders Carlsson
2009-07-23
1
-0
/
+9
*
Implement union layout support.
Anders Carlsson
2009-07-23
1
-5
/
+45
*
Check in CGRecordLayoutBuilder which is a reimplementation of the record lay...
Anders Carlsson
2009-07-23
1
-0
/
+272
[prev]