summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI.Juergen Ributzka2015-07-071-2/+1
* [StackMap Liveness] No need to cache the MachineFunction. NFC.Juergen Ributzka2015-07-071-22/+20
* Internalize the StackMapLiveness pass.Benjamin Kramer2015-03-241-6/+45
* Another set of missing raw_ostream.h. Still no functional change.Benjamin Kramer2015-03-231-0/+1
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-6/+6
* [StackMaps] Allow the target to pre-process the live-out maskHal Finkel2015-01-131-0/+2
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+2
* [StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka2014-06-261-4/+7
* [Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka2014-06-261-9/+4
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Minor change to StackMapLiveness DEBUG output.Andrew Trick2014-04-041-1/+1
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-141-0/+128
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-131-128/+0
* Liveness Analysis PassAndrew Trick2013-12-131-0/+128
OpenPOWER on IntegriCloud