summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ExtendingLLVM.rst
Commit message (Collapse)AuthorAgeFilesLines
* Note ImmArg in documentation for adding intrinsicsMatt Arsenault2019-03-141-5/+7
| | | | llvm-svn: 356145
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-8/+0
| | | | | | | | | | | | | | This shortcut mechanism for creating types was added 10 years ago, but has seen almost no uptake since then, neither internally nor in external projects. The very small number of characters saved by using it does not seem worth the mental overhead of an additional type-creation API, so, delete it. Differential Revision: https://reviews.llvm.org/D56573 llvm-svn: 351020
* [WinEH] Add llvm.eh.exceptionpointer intrinsicJoseph Tremoulet2015-09-031-3/+3
| | | | | | | | | | | | | | | | | Summary: This intrinsic can be used to extract a pointer to the exception caught by a given catchpad. Its argument has token type and must be a `catchpad`. Also clarify ExtendingLLVM documentation regarding overloaded intrinsics. Reviewers: majnemer, andrew.w.kaylor, sanjoy, rnk Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D12533 llvm-svn: 246752
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
| | | | llvm-svn: 243999
* [docs] Update outdated ExtendingLLVM.rstDavid Blaikie2015-04-131-37/+60
| | | | | | | | | | | | | | | | | | | | | | | | Summary: The document is still incomplete in some degrees, but updated to reflect the latest changes. Anyway we can detail it if any one think it is not enough. For the sake of it, some useful examples are listed below: Refer to r113618 "Add X86 MMX type to bitcode and Type" for how to add a new type. > One notable change from then is only one thing that ``lib/VMCore`` is renamed to ``lib/IR``. Refer to r194760 "Add addrspacecast instruction" for how to add a new instruction. Patch by Chilledheart (rwindz0@gmail.com). Reviewed By: echristo Differential Revision: http://reviews.llvm.org/D8897 llvm-svn: 234757
* Correct path to regression tests in ExtendingLLVMSergey Dmitrouk2014-11-241-4/+4
| | | | llvm-svn: 222678
* Fix documentation on the path to Bitcode reader/writerMichael Liao2013-06-111-2/+2
| | | | llvm-svn: 183761
* fix include path in doc Extending LLVMJia Liu2013-04-151-1/+1
| | | | llvm-svn: 179503
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* docs: Propagate fix from r165632 to other docs.Sean Silva2012-10-101-2/+2
| | | | | | | There are only two other instances of using `.. code::` instead of `.. code-block::`. llvm-svn: 165633
* Sphinxify the ExtendingLLVM documentation.Bill Wendling2012-10-071-0/+306
llvm-svn: 165371
OpenPOWER on IntegriCloud