Merging r260164:
[oota-llvm.git] / include / llvm / CodeGen / GCStrategy.h
2015-12-23 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-02 Philip Reames[gcroot] Remove unused items from an enum
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Philip ReamesRemove gc.root's findCustomSafePoints mechanism
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2014-12-12 Philip ReamesComment and minor code cleanup for GCStrategy (NFC)
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-12-10 Philip ReamesExtend some comments around GCModuleInfo, GCFunctionInf...
2014-12-09 Philip ReamesRemove the Module pointer from GCStrategy and GCMetadat...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCFunctionInfos...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2011-11-11 Nicolas GeoffrayAdd a custom safepoint method, in order for language...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...