summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/GCStrategy.h
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-04-26[Docs] Escape the @ symbol, so that it appears in documentation output. [NFC]Matt Davis
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-02-27[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2015-12-23[GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predica...Philip Reames
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-02[gcroot] Remove unused items from an enumPhilip Reames
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth
2015-01-28Remove gc.root's performCustomLoweringPhilip Reames
2015-01-26Revert GCStrategy ownership changesPhilip Reames
2015-01-16Move ownership of GCStrategy objects to LLVMContextPhilip Reames
2015-01-16Remove gc.root's findCustomSafePoints mechanismPhilip Reames
2015-01-07Introduce an example statepoint GC strategyPhilip Reames
2014-12-12Comment and minor code cleanup for GCStrategy (NFC)Philip Reames
2014-12-11GCStrategy should not own GCFunctionInfoPhilip Reames
2014-12-10Extend some comments around GCModuleInfo, GCFunctionInfo, & GCStrategyPhilip Reames
2014-12-09Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames
2014-04-15Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategyDavid Blaikie
2012-06-09Convert comments to proper Doxygen comments.Dmitri Gribenko
2011-11-11Add a custom safepoint method, in order for language implementers to decide w...Nicolas Geoffray
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-08-17Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen