| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace the class offset vectors in RecordLayoutBuilder with maps instead so ↵ | Anders Carlsson | 2010-03-11 | 1 | -15/+11 |
| | | | | | | | we'll have faster lookup and so we can detect duplicates. llvm-svn: 98231 | ||||
| * | Assert that primary bases always have offset 0. | Anders Carlsson | 2010-03-11 | 1 | -0/+11 |
| | | | | | llvm-svn: 98223 | ||||
| * | Replace copy loops with memcpy. | Benjamin Kramer | 2010-03-09 | 1 | -4/+2 |
| | | | | | llvm-svn: 98055 | ||||
| * | Allocate ASTRecordLayout objects using the allocator associated with ASTContext. | Ted Kremenek | 2010-03-08 | 1 | -0/+69 |
| This allows them to be allocated using a BumpPtrAllocated in the common case. llvm-svn: 97978 | |||||

