summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
AgeCommit message (Expand)Author
2024-12-29Move two LLVM_DEBUG banners after skippersFangrui Song
2024-05-08[llvm][stackmaps] Include pristine registers for liveness computation. (#90529)Juergen Ributzka
2023-04-17Fix uninitialized pointer members in CodeGenAkshay Khadse
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2021-12-12[llvm] Use llvm::reverse (NFC)Kazu Hirata
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-26CodeGen: Cleanup regmask construction; NFCMatthias Braun
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2016-12-08LivePhysReg: Use reference instead of pointer in init(); NFCMatthias Braun
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-24CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-05-03livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFCMatthias Braun
2016-05-03LivePhysRegs: Automatically determine presence of pristine regs.Matthias Braun
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff
2015-07-07[StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI.Juergen Ributzka
2015-07-07[StackMap Liveness] No need to cache the MachineFunction. NFC.Juergen Ributzka
2015-03-24Internalize the StackMapLiveness pass.Benjamin Kramer
2015-03-23Another set of missing raw_ostream.h. Still no functional change.Benjamin Kramer
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie
2015-01-13[StackMaps] Allow the target to pre-process the live-out maskHal Finkel
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-06-26[StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka
2014-06-26[Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-04Minor change to StackMapLiveness DEBUG output.Andrew Trick
2013-12-14[Stackmap] Liveness Analysis PassJuergen Ributzka
2013-12-13Revert "Liveness Analysis Pass"Andrew Trick
2013-12-13Liveness Analysis PassAndrew Trick