summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/anyregcc.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-8/+8
2014-03-31[Stackmaps] Update the stackmap format to use 64-bit relocations for the func...Juergen Ributzka1-19/+26
2014-01-30[Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka1-24/+42
2014-01-30Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka1-42/+24
2014-01-30[Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka1-24/+42
2014-01-11llvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi1-1/+1
2014-01-11[anyregcc] Fix callee-save mask for anyregccJuergen Ributzka1-0/+103
2013-12-13Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick1-10/+10
2013-12-13Liveness Analysis PassAndrew Trick1-8/+0
2013-11-26StackMap: Implement support for DirectMemRefOp.Andrew Trick1-9/+9
2013-11-19Use symbolic operands in the patchpoint folding routine and fix a spilling bug.Andrew Trick1-1/+41
2013-11-17Added a size field to the stack map record to handle subregister spills.Andrew Trick1-40/+40
2013-11-11Fix the recently added anyregcc convention to handle spilled operands.Andrew Trick1-8/+37
2013-11-09[Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka1-22/+12
2013-11-08[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka1-0/+289