summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GCRootLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [GC][NFC] Simplify code now that we only have one safepoint kindPhilip Reames2018-11-121-4/+2
* [GC] Remove so called PreCall safepointsPhilip Reames2018-11-121-7/+2
* [GC] Minor style modernizationPhilip Reames2018-11-121-44/+43
* [GCRoot] Remove some unneccessary complexityPhilip Reames2018-11-111-46/+33
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-2/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-1/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-2/+2
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-4/+4
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-2/+2
* [opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...Eduard Burtescu2016-01-181-2/+1
* CodeGen: Remove a few more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-091-1/+1
* Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight2015-08-151-1/+3
* 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