Re: [PATCH] D21122: CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled.

2016-06-24 Thread Peter Collingbourne via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL273757: CodeGen: Start emitting checked loads when both trapping CFI and -fwhole… (authored by pcc). Changed prior to commit: http://reviews.llvm.org/D21122?vs=60006=61864#toc Repository: rL LLVM

Re: [PATCH] D21122: CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled.

2016-06-17 Thread Evgeniy Stepanov via cfe-commits
eugenis accepted this revision. eugenis added a comment. This revision is now accepted and ready to land. LGTM http://reviews.llvm.org/D21122 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D21122: CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled.

2016-06-08 Thread Peter Collingbourne via cfe-commits
pcc created this revision. pcc added reviewers: eugenis, mehdi_amini, kcc. pcc added a subscriber: cfe-commits. pcc added a dependency: D21121: IR: Introduce llvm.type.checked.load intrinsic.. Depends on D21121 http://reviews.llvm.org/D21122 Files: lib/CodeGen/CGClass.cpp