summaryrefslogtreecommitdiff
path: root/llvm/docs/Statepoints.rst
Commit message (Expand)AuthorAgeFilesLines
* [RS4GC] Remove the hardcoded GC strategy names (v2)Campbell Suter2023-01-251-5/+8
* Revert "Remove PlaceSafepoints pass"Philip Reames2022-10-131-0/+66
* Remove PlaceSafepoints passPhilip Reames2022-10-071-66/+0
* Update references to the mailing lists that have moved to Discourse.Tanya Lattner2022-02-211-2/+1
* [llvm][doc] Update comments and documentation of custom stackmap formats in GCMarkus Böck2022-02-151-12/+0
* [llvm][doc] Add Aarch64 to list of architectures supporting statepointsMarkus Böck2022-02-131-1/+1
* [NFC] Trim trailing whitespace in *.rstShao-Ce SUN2021-11-151-98/+97
* [RS4GC] Introduce intrinsics to get base ptr and offsetYevgeny Rouban2021-05-271-5/+16
* [docs] Move statepoint related intrinsics into main LangRefPhilip Reames2021-03-041-203/+0
* [llvm] Fix typos in documentation (NFC)Kazu Hirata2021-02-271-2/+2
* GC-parseable element atomic memcpy/memmoveArtur Pilipenko2020-10-231-0/+44
* Remove inline gc arguments from statepointsPhilip Reames2020-08-141-11/+1
* Remove deopt and gc transition arguments from gc.statepoint intrinsicPhilip Reames2020-08-141-20/+12
* [docs/examples] As part of using inclusive language within the llvmEric Christopher2020-06-201-1/+1
* Introduce a "gc-live" bundle for the gc arguments of a statepointPhilip Reames2020-06-031-16/+24
* [DOC] Remove too strong restriction for ‘llvm.experimental.gc.statepoint’...Serguei Katkov2020-04-021-5/+2
* [docs][statepoints] Reformulate open issues listPhilip Reames2018-11-091-45/+63
* [docs][statepoint] Expand a bit on problems with mixing references and raw po...Philip Reames2018-11-091-1/+9
* [docs][statepoint] tweak a titlePhilip Reames2018-11-091-2/+2
* [docs][statepoint] Document explicitly provided stack slotsPhilip Reames2018-11-081-0/+28
* [docs][statepoints] add a section spelling out simplifications for non-reloca...Philip Reames2018-11-081-0/+22
* [docs] Add some subsections to make it possible to find portions of the state...Philip Reames2018-11-081-9/+21
* [docs] Clarify ELF section naming for StackMaps and fix a typoPhilip Reames2018-11-081-2/+2
* [docs] Clarify expectations for stack map sections and AOT compilersPhilip Reames2018-11-081-3/+22
* [docs] change a few code-blocks to llvm from textNuno Lopes2017-07-261-6/+6
* Statepoint Docs: fix incorrect uses of it'sSanjoy Das2017-04-191-4/+6
* Refresh the statepoint docs a bitPhilip Reames2017-04-191-59/+92
* Update Bugzilla URLs in docsIsmail Donmez2017-02-171-1/+1
* [docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin2016-07-201-6/+6
* [Statepoint docs] Delete trailing whitespaceSanjoy Das2016-03-041-21/+21
* [docs] Add a description of current problem areas to the statepoint docsPhilip Reames2016-03-031-0/+35
* Fix some typos in the llvm docSylvestre Ledru2016-02-141-1/+1
* Add a "gc-transition" operand bundleSanjoy Das2016-01-201-1/+3
* [docs] Restructure description of records created by StatepointsPhilip Reames2016-01-151-12/+23
* [docs] Update Statepoint docs to clarify format for recent changesPhilip Reames2016-01-141-6/+16
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-261-17/+17
* Fix typos.Bruce Mitchener2015-09-121-3/+3
* [docs][Statepoints] More on base pointersPhilip Reames2015-08-261-18/+62
* [docs][Statepoint] Add definitions for base and derived pointersPhilip Reames2015-08-261-0/+17
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-5/+5
* [Statepoints] Let patchable statepoints have a symbolic call target.Sanjoy Das2015-07-281-3/+5
* List supported architectures for StackMap section and related intrinsicsPhilip Reames2015-07-161-0/+6
* [Statepoints][Docs] Fix a couple of out of date examples.Sanjoy Das2015-05-131-5/+5
* [Statepoints][Docs] Fix typo: change a period to a comma.Sanjoy Das2015-05-131-1/+1
* [PlaceSafepoints] New attributes for patchable statepoints.Sanjoy Das2015-05-131-0/+15
* [PlaceSafepoints] Update docs for r237214.Sanjoy Das2015-05-131-4/+4
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-6/+24
* [Statepoints] Split the calling convention and statepoint flags operand to ST...Pat Gavlin2015-05-121-0/+6
* Fix a docs build break introduced by rL236888.Pat Gavlin2015-05-081-1/+1
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-9/+104