summaryrefslogtreecommitdiffstats
path: root/llvm/docs/AddingConstrainedIntrinsics.rst
Commit message (Collapse)AuthorAgeFilesLines
* [FEnv] Fix AddingConstrainedIntrinsics.rst after ↵Fangrui Song2019-11-191-1/+1
| | | | llvmorg-10-init-10282-g0c50c0b0552
* [FEnv] File with properties of constrained intrinsicsSerge Pavlov2019-11-201-32/+31
| | | | | | | | | | | | | | | | | | Summary In several places we need to enumerate all constrained intrinsics or IR nodes that should be represented by them. It is easy to miss some of the cases. To make working with these intrinsics more convenient and robust, this change introduces file containing definitions of all constrained intrinsics and some of their properties. This file can be included to generate constrained intrinsics processing code. Reviewers: kpn, andrew.w.kaylor, cameron.mcinally, uweigand Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69887
* [FPEnv] A missing crucial step was undocumented.Kevin P. Neal2019-06-251-0/+8
| | | | llvm-svn: 364328
* Fix sphinx documentation warning.Zachary Turner2019-04-111-1/+1
| | | | llvm-svn: 358198
* New document skeleton describing how to add a constrained floating-pointKevin P. Neal2019-04-111-0/+94
intrinsic. Reviewed by: andrew.w.kaylor, cameron.mcinally Differential Revision: https://reviews.llvm.org/D59833 llvm-svn: 358194
OpenPOWER on IntegriCloud