aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-26CodeGen: Cleanup regmask construction; NFCMatthias Braun1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-4/+4
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-7/+7
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2016-12-08LivePhysReg: Use reference instead of pointer in init(); NFCMatthias Braun1-1/+1
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-08-24CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun1-1/+0
2016-08-23Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith1-0/+1
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun1-1/+0
2016-08-23Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun1-0/+1
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun1-1/+0
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun1-1/+1
2016-05-03livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFCMatthias Braun1-1/+1
2016-05-03LivePhysRegs: Automatically determine presence of pristine regs.Matthias Braun1-1/+2
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff1-0/+5
2015-07-07[StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI.Juergen Ributzka1-2/+1
2015-07-07[StackMap Liveness] No need to cache the MachineFunction. NFC.Juergen Ributzka1-22/+20
2015-03-24Internalize the StackMapLiveness pass.Benjamin Kramer1-6/+45
2015-03-23Another set of missing raw_ostream.h. Still no functional change.Benjamin Kramer1-0/+1
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie1-6/+6
2015-01-13[StackMaps] Allow the target to pre-process the live-out maskHal Finkel1-0/+2
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+2
2014-06-26[StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka1-4/+7
2014-06-26[Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka1-9/+4
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-04Minor change to StackMapLiveness DEBUG output.Andrew Trick1-1/+1
2013-12-14[Stackmap] Liveness Analysis PassJuergen Ributzka1-0/+128
2013-12-13Revert "Liveness Analysis Pass"Andrew Trick1-128/+0
2013-12-13Liveness Analysis PassAndrew Trick1-0/+128