[PATCH] D17736: [SSP, 1/2] Refactor to support customizable stack guard load from IR level.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 18:04:36 PDT 2016


Cool. This is OK with me then.

Thanks for all of the hard work here.

On Thu, Mar 24, 2016, 5:04 PM Tim Shen <timshen at google.com> wrote:

> timshen updated this revision to Diff 51619.
> timshen added a comment.
>
> Ah never mind, I guess test/Assembler/auto_upgrade_intrinsics.ll is a good
> place to hold target-independent intrinsic upgrades - there are actually
> not that many.
>
>
> http://reviews.llvm.org/D17736
>
> Files:
>   docs/LangRef.rst
>   include/llvm/IR/Intrinsics.td
>   include/llvm/Target/TargetLowering.h
>   lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
>   lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
>   lib/CodeGen/StackProtector.cpp
>   lib/CodeGen/TargetLoweringBase.cpp
>   lib/IR/AutoUpgrade.cpp
>   lib/Target/AArch64/AArch64ISelLowering.cpp
>   lib/Target/AArch64/AArch64ISelLowering.h
>   lib/Target/ARM/ARMISelLowering.cpp
>   lib/Target/ARM/ARMISelLowering.h
>   lib/Target/X86/X86ISelLowering.cpp
>   lib/Target/X86/X86ISelLowering.h
>   test/Assembler/auto_upgrade_intrinsics.ll
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160325/e200fc2d/attachment.html>


More information about the llvm-commits mailing list