| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
<rdar://problem/11324125>.
llvm-svn: 155689
|
| |
|
|
|
|
|
|
| |
definition. Assert this. Change IR generation to not try to
aggressively emit the IR translation of a record during its
own definition. Fixes PR10912.
llvm-svn: 141350
|
| |
|
|
| |
llvm-svn: 134831
|
| |
|
|
| |
llvm-svn: 129674
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
turns out that a field or base needs to be laid out in the tail padding of
the base, CGRecordLayoutBuilder::ResizeLastBaseFieldIfNecessary will convert
it to an array of i8.
I've audited the new test results to make sure that they are still valid. I've
also verified that we pass a self-host with this change.
This (finally) fixes PR5589!
llvm-svn: 129673
|
| |
|
|
| |
llvm-svn: 120925
|
| |
|
|
| |
llvm-svn: 103078
|
| |
|
|
| |
llvm-svn: 91545
|
| |
|
|
|
|
|
|
|
| |
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
|
| |
|
|
|
|
| |
same size as the final record size.
llvm-svn: 90820
|
| |
|
|
|
|
| |
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
|
|
empty class will have a padding byte.
llvm-svn: 77205
|