651f13cea278ec967336033dd032faef0e9fc2ec |
|
24-Apr-2014 |
Stephen Hines <srhines@google.com> |
Updated to Clang 3.5a. Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
9984d12729206c9c8d8009ed7eaab5be18c7ce89 |
|
26-Sep-2011 |
Peter Collingbourne <peter@pcc.me.uk> |
Move vtable dumper call to VTableBuilder ctor git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140508 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
014a358058fab46a84718b1424e40ad5a8068827 |
|
25-Mar-2010 |
Anders Carlsson <andersca@mac.com> |
Don't add address points for virtual primary bases that aren't primary bases in the complete class. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99555 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
db4022cf95d80afd28b5fd1273f5be62c891a230 |
|
10-Mar-2010 |
Anders Carlsson <andersca@mac.com> |
Improve vcall offset handling in construction vtables. With this we layout the construction vtables from the ABI examples correctly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98127 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
e54d1c12d7a53bea988e2b880b66faf04410c1be |
|
27-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
Figured out why the test was failing, this will hopefully fix it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97336 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
64b6e80e86f780c8796c0b0ab1ae5f9587052c70 |
|
27-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
XFAIL this for now. I have no idea why this test is failing on some machines. Looks like some sort of whitespace issue in FileCheck. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97332 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
5edcc3752563ae0ed5b26f8c89a472ac84af9cf7 |
|
24-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
Generate correct vcall offsets when we have a primary virtual base that is not a primary base in the complete class hierarchy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97039 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
f2349fc7e2b3e920a19adaf3519b278ac38d228b |
|
19-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
Add another test from the ABI spec. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96659 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
8b6765fb563a5b03d128d8f53b9b3986128a3405 |
|
18-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
Fix another bug and add another class. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96590 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
54d9a78b2ca41b89f5dc8ec6688086db59667495 |
|
18-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
Add another class from cxx-vtable-ex.html git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96588 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
eb577d0df44df4df974e9b3a538575d92358a3b3 |
|
18-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
More work on vcall offsets. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96587 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|
be71e3b28a1440fe08c45ecbe25899d99235c309 |
|
18-Feb-2010 |
Anders Carlsson <andersca@mac.com> |
Add tests from the Itanium C++ ABI spec. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96586 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/vtable-layout-abi-examples.cpp
|