aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/GCRootLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-09-30[NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen1-2/+2
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-12[GC][NFC] Simplify code now that we only have one safepoint kindPhilip Reames1-4/+2
2018-11-12[GC] Remove so called PreCall safepointsPhilip Reames1-7/+2
2018-11-12[GC] Minor style modernizationPhilip Reames1-44/+43
2018-11-11[GCRoot] Remove some unneccessary complexityPhilip Reames1-46/+33
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song1-2/+2
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-2/+2
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-2/+2
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie1-1/+1
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-2/+2
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun1-4/+4
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer1-2/+2
2016-01-18[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...Eduard Burtescu1-2/+1
2015-10-09CodeGen: Remove a few more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-08-15Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight1-1/+3
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-20Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.Pete Cooper1-1/+1
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-1/+1
2015-04-02Teach gcroot how to handle dynamically realigned framesPhilip Reames1-7/+10
2015-02-20Get the cached subtarget off the MachineFunction rather thanEric Christopher1-4/+2
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth1-1/+1
2015-01-28Remove gc.root's performCustomLoweringPhilip Reames1-27/+1
2015-01-26Revert GCStrategy ownership changesPhilip Reames1-1/+1
2015-01-16clang-format all the GC related files (NFC)Philip Reames1-4/+0
2015-01-16Move ownership of GCStrategy objects to LLVMContextPhilip Reames1-1/+2
2015-01-16Remove gc.root's findCustomSafePoints mechanismPhilip Reames1-6/+9
2015-01-15Style cleanup of old gc.root lowering codePhilip Reames1-46/+45
2015-01-15clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)Philip Reames1-88/+80
2015-01-15Split GCStrategy.cpp into two files (NFC)Philip Reames1-0/+388