summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGRecordLayoutBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* IRGen: Hide CGRecordLayoutBuilder class, because I can.Daniel Dunbar2010-03-311-142/+0
* Improve handling of emitting 'null' pointers to data members.Anders Carlsson2010-02-021-6/+9
* Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one.Anders Carlsson2009-12-161-0/+5
* Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth2009-10-261-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-22/+22
* More work towards zero-initializing structs that contain member pointers in c...Anders Carlsson2009-08-231-1/+9
* Take #pragma pack into account when laying out structs. Fixes rdar://problem/...Anders Carlsson2009-08-081-1/+4
* 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