summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Statepoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CallSite removal] Migrate the statepoint GC infrastructure to use theChandler Carruth2019-02-111-19/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Statepoint] Add helper functions for GCRelocate and GCResultAnna Thomas2017-06-201-0/+12
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-3/+4
* Introduce an GCRelocateInst class [NFC]Philip Reames2016-04-121-7/+1
* [Statepoints] Separate out logic for statepoint directives; NFCSanjoy Das2016-03-171-0/+25
* [Statepoints] Minor NFC cleanupsSanjoy Das2016-03-171-34/+28
* [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.Manuel Jacob2016-01-051-14/+1
* Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.Manuel Jacob2015-12-221-4/+1
* Add invoke related functionality into StatepointSite classes.Igor Laevsky2015-02-191-4/+19
* Intrinsics: introduce llvm_any_ty aka ValueType AnyRamkumar Ramachandra2015-01-221-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* Fix a typo: use of cast where dyn_cast was intendedPhilip Reames2014-12-041-1/+1
* [Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...Philip Reames2014-12-021-0/+62
OpenPOWER on IntegriCloud