⚙ D5683 Statepoint infrastructure for garbage collection (original) (raw)
This is an archive of the discontinued LLVM Phabricator instance.
Table of Contentst-llvm/trunk/docs/-trunk/-docs/-Statepoints.rstHide PanelfKeyboard Reference? |
Differential D5683 Authored by reames on Oct 8 2014, 2:24 PM.Download Raw DiffReviewers chandlerctheravennicholasatricksanjoyributzkahfinkel Commits rGf61232264edf: [Statepoints 4/4] Statepoint infrastructure for garbage collection…rL223143: [Statepoints 4/4] Statepoint infrastructure for garbage collection… Repository rL LLVM Event Timelinereames updated this revision to Diff 14604.reames retitled this revision from to Statepoint infrastructure for garbage collection.reames updated this object.reames edited the test plan for this revision. (Show Details)reames added reviewers: hfinkel, chandlerc, nicholas, sanjoy, atrick, ributzka, theraven.reames added a subscriber: Unknown Object (MLST).Comment ActionsComment ActionsComment ActionsComment Actionsinclude/llvm/CodeGen/MachineInstr.h 91 ↗(On Diff #14677) include/llvm/IR/Intrinsics.td 500 ↗(On Diff #14677) 502 ↗(On Diff #14677) lib/CodeGen/StackMaps.cpp 285 ↗(On Diff #14677) lib/IR/LLVMContext.cpp 252 ↗(On Diff #14677) lib/IR/Statepoint.cpp 15 ↗(On Diff #14677) 32 ↗(On Diff #14677) 47 ↗(On Diff #14677) 96 ↗(On Diff #14677) lib/IR/Verifier.cpp 1120 ↗(On Diff #14677) 2561 ↗(On Diff #14677) lib/Target/X86/X86FrameLowering.h 74 ↗(On Diff #14677) lib/Target/X86/X86ISelLowering.cpp 20621 ↗(On Diff #14677) lib/Target/X86/X86MCInstLower.cpp 861 ↗(On Diff #14677) 862 ↗(On Diff #14677) 870 ↗(On Diff #14677) test/Verifier/statepoint-non-gc-ptr.ll 1 ↗(On Diff #14677)Comment ActionsComment Actionsinclude/llvm/CodeGen/MachineInstr.h 91 ↗(On Diff #14677) include/llvm/IR/Intrinsics.td 500 ↗(On Diff #14677) 502 ↗(On Diff #14677) lib/IR/Verifier.cpp 1120 ↗(On Diff #14677) lib/Target/X86/X86MCInstLower.cpp 862 ↗(On Diff #14677)Comment ActionsComment ActionsComment Actionsjyh added a subscriber: jyh.mjacob added a subscriber: mjacob.vkalintiris added a subscriber: vkalintiris.Comment Actionsinclude/llvm/CodeGen/MachineInstr.h 91 ↗(On Diff #14905) include/llvm/Target/Target.td 859 ↗(On Diff #14905) include/llvm/Target/TargetFrameLowering.h 202–203 ↗(On Diff #14905) lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 7330–7334 ↗(On Diff #14905) 7351 ↗(On Diff #14905)Comment Actionsinclude/llvm/CodeGen/MachineInstr.h 91 ↗(On Diff #14905) include/llvm/Target/Target.td 859 ↗(On Diff #14905) include/llvm/Target/TargetFrameLowering.h 202–203 ↗(On Diff #14905) lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 7330–7334 ↗(On Diff #14905)Comment ActionsComment ActionsComment Actionsinclude/llvm/CodeGen/MachineInstr.h 91 ↗(On Diff #15885) include/llvm/IR/Intrinsics.td 502 ↗(On Diff #15885) include/llvm/IR/Statepoint.h 1 ↗(On Diff #15885) 2 ↗(On Diff #15885) 25 ↗(On Diff #15885) 56 ↗(On Diff #15885) 61 ↗(On Diff #15885) 75 ↗(On Diff #15885) 141 ↗(On Diff #15885) lib/CodeGen/SelectionDAG/StatepointLowering.cpp 134 ↗(On Diff #15885) 135 ↗(On Diff #15885) 161 ↗(On Diff #15885) 192–194 ↗(On Diff #15885) 198 ↗(On Diff #15885) 200 ↗(On Diff #15885) 201–202 ↗(On Diff #15885) 234 ↗(On Diff #15885) 246–248 ↗(On Diff #15885) lib/IR/Statepoint.cpp 1 ↗(On Diff #15885) lib/IR/Verifier.cpp 1119–1120 ↗(On Diff #15885)This revision is now accepted and ready to land.Comment Actionsdocs/Statepoints.rst 108 ↗(On Diff #15885) include/llvm/CodeGen/MachineInstr.h 91 ↗(On Diff #15885) lib/IR/Verifier.cpp 1117–1125 ↗(On Diff #15885) lib/Target/X86/X86FrameLowering.cpp 1136–1137 ↗(On Diff #15885) 1185–1188 ↗(On Diff #15885)Comment ActionsFilesHistoryCommitsPathSizellvm/trunk/docs/Statepoints.rst209 linesDiffIDBaseDescriptionCreatedLintUnitBaseBaseDiff 114604Oct 8 2014, 2:20 PM★★Diff 214673Oct 9 2014, 1:33 PM★★Diff 314677Oct 9 2014, 1:54 PM★★Diff 414905Oct 14 2014, 5:40 PM★★Diff 515885Nov 6 2014, 11:34 AM★★Diff 616822223142Commit rL223143Dec 2 2014, 11:37 AM★★ |