summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GCRootLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.Pete Cooper2015-05-201-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* Teach gcroot how to handle dynamically realigned framesPhilip Reames2015-04-021-7/+10
* Get the cached subtarget off the MachineFunction rather thanEric Christopher2015-02-201-4/+2
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-1/+1
* Remove gc.root's performCustomLoweringPhilip Reames2015-01-281-27/+1
* Revert GCStrategy ownership changesPhilip Reames2015-01-261-1/+1
* clang-format all the GC related files (NFC)Philip Reames2015-01-161-4/+0
* Move ownership of GCStrategy objects to LLVMContextPhilip Reames2015-01-161-1/+2
* Remove gc.root's findCustomSafePoints mechanismPhilip Reames2015-01-161-6/+9
* Style cleanup of old gc.root lowering codePhilip Reames2015-01-151-46/+45
* clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)Philip Reames2015-01-151-88/+80
* Split GCStrategy.cpp into two files (NFC)Philip Reames2015-01-151-0/+388
OpenPOWER on IntegriCloud