aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
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