summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGRecordLayoutBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* More CGRecordLayoutBuilder cleanup.Anders Carlsson2009-07-281-15/+4
* Fix a tail padding bug in the record layout builder code. The bug was found b...Anders Carlsson2009-07-271-0/+4
* Get rid of the size parameter to AppendField. No functionality change.Anders Carlsson2009-07-241-3/+2
* We don't need to keep track of the packed alignment, just whether the struct ...Anders Carlsson2009-07-231-5/+3
* Move the LLVM field number for bit fields into the BitFieldInfo structure, si...Anders Carlsson2009-07-231-2/+4
* Implement union layout support.Anders Carlsson2009-07-231-0/+3
* Check in CGRecordLayoutBuilder which is a reimplementation of the record lay...Anders Carlsson2009-07-231-0/+128
OpenPOWER on IntegriCloud