[PATCH] D18199: CodeGen: Implement IR generation for the relative vtable ABI (PR26723).
Peter Collingbourne via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 15:05:06 PDT 2016
pcc created this revision.
pcc added reviewers: rjmccall, rsmith, rafael, joker.eph, majnemer, rnk.
pcc added a subscriber: cfe-commits.
Also add documentation for the new feature.
The new IR scheme for virtual calls
(http://lists.llvm.org/pipermail/llvm-dev/2016-February/096146.html) will
be implemented in a follow-up patch. This patch does some refactoring that
puts us in a good position to do that.
Depends on http://reviews.llvm.org/D17893
Depends on http://reviews.llvm.org/D17938
http://reviews.llvm.org/D18199
Files:
docs/UsersManual.rst
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CGVTables.h
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/vtable-relative-abi.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18199.50776.patch
Type: text/x-patch
Size: 30807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160315/319cf601/attachment-0001.bin>
More information about the cfe-commits
mailing list