aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/GCStrategy.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Link the default GC strategies everywhere getGCStrategy is used.Campbell Suter1-0/+11
2022-07-23[IR] Fixed ambiguous call to llvm::report_fatal_errorDmitry Vassiliev1-2/+3
2021-08-02[GC][NFC] Make getGCStrategy by name available in IRMax Kazantsev1-0/+18
2021-05-13[GC][NFC] Move GCStrategy from CodeGen to IRMax Kazantsev1-0/+20
2015-01-26Revert GCStrategy ownership changesPhilip Reames1-24/+0
2015-01-25Instantiate Registry<GCStrategy> in LLVMCore, to let it available on Win32 DLL.NAKAMURA Takumi1-0/+2
2015-01-16clang-format all the GC related files (NFC)Philip Reames1-2/+2
2015-01-16Move ownership of GCStrategy objects to LLVMContextPhilip Reames1-0/+22