summaryrefslogtreecommitdiff
path: root/llvm/docs/Statepoints.rst
AgeCommit message (Expand)Author
2024-08-26[docs] Modernize statepoint documentationPhilip Reames
2023-01-25[RS4GC] Remove the hardcoded GC strategy names (v2)Campbell Suter
2022-10-13Revert "Remove PlaceSafepoints pass"Philip Reames
2022-10-07Remove PlaceSafepoints passPhilip Reames
2022-02-21Update references to the mailing lists that have moved to Discourse.Tanya Lattner
2022-02-15[llvm][doc] Update comments and documentation of custom stackmap formats in GCMarkus Böck
2022-02-13[llvm][doc] Add Aarch64 to list of architectures supporting statepointsMarkus Böck
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-05-27[RS4GC] Introduce intrinsics to get base ptr and offsetYevgeny Rouban
2021-03-04[docs] Move statepoint related intrinsics into main LangRefPhilip Reames
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata
2020-10-23GC-parseable element atomic memcpy/memmoveArtur Pilipenko
2020-08-14Remove inline gc arguments from statepointsPhilip Reames
2020-08-14Remove deopt and gc transition arguments from gc.statepoint intrinsicPhilip Reames
2020-06-20[docs/examples] As part of using inclusive language within the llvmEric Christopher
2020-06-03Introduce a "gc-live" bundle for the gc arguments of a statepointPhilip Reames
2020-04-02[DOC] Remove too strong restriction for ‘llvm.experimental.gc.statepoint’...Serguei Katkov
2018-11-09[docs][statepoints] Reformulate open issues listPhilip Reames
2018-11-09[docs][statepoint] Expand a bit on problems with mixing references and raw po...Philip Reames
2018-11-09[docs][statepoint] tweak a titlePhilip Reames
2018-11-08[docs][statepoint] Document explicitly provided stack slotsPhilip Reames
2018-11-08[docs][statepoints] add a section spelling out simplifications for non-reloca...Philip Reames
2018-11-08[docs] Add some subsections to make it possible to find portions of the state...Philip Reames
2018-11-08[docs] Clarify ELF section naming for StackMaps and fix a typoPhilip Reames
2018-11-08[docs] Clarify expectations for stack map sections and AOT compilersPhilip Reames
2017-07-26[docs] change a few code-blocks to llvm from textNuno Lopes
2017-04-19Statepoint Docs: fix incorrect uses of it'sSanjoy Das
2017-04-19Refresh the statepoint docs a bitPhilip Reames
2017-02-17Update Bugzilla URLs in docsIsmail Donmez
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-03-04[Statepoint docs] Delete trailing whitespaceSanjoy Das
2016-03-03[docs] Add a description of current problem areas to the statepoint docsPhilip Reames
2016-02-14Fix some typos in the llvm docSylvestre Ledru
2016-01-20Add a "gc-transition" operand bundleSanjoy Das
2016-01-15[docs] Restructure description of records created by StatepointsPhilip Reames
2016-01-14[docs] Update Statepoint docs to clarify format for recent changesPhilip Reames
2015-12-26[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li
2015-09-12Fix typos.Bruce Mitchener
2015-08-26[docs][Statepoints] More on base pointersPhilip Reames
2015-08-26[docs][Statepoint] Add definitions for base and derived pointersPhilip Reames
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-07-28[Statepoints] Let patchable statepoints have a symbolic call target.Sanjoy Das
2015-07-16List supported architectures for StackMap section and related intrinsicsPhilip Reames
2015-05-13[Statepoints][Docs] Fix a couple of out of date examples.Sanjoy Das
2015-05-13[Statepoints][Docs] Fix typo: change a period to a comma.Sanjoy Das
2015-05-13[PlaceSafepoints] New attributes for patchable statepoints.Sanjoy Das
2015-05-13[PlaceSafepoints] Update docs for r237214.Sanjoy Das
2015-05-12[Statepoints] Support for "patchable" statepoints.Sanjoy Das
2015-05-12[Statepoints] Split the calling convention and statepoint flags operand to ST...Pat Gavlin
2015-05-08Fix a docs build break introduced by rL236888.Pat Gavlin