Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / stackmap.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-02 Juergen Ributzka[Stackmaps] Make ithe frame-pointer required for stackmaps.
2014-08-01 Philip ReamesExplicitly report runtime stack realignment in StackMap...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-05 Andrew TrickMake stackmap machineinstrs clobber the scratch regs...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Juergen RibutzkaRevert "[Stackmaps] Record the stack size of each funct...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-09 Andrew Trickllvm.experimental.stackmap: fix encoding of large const...
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-12-06 Juergen Ributzka[Stackmap] Update stackmap unit test to use AnyRegCC.
2013-12-01 Andrew TrickAdd -mcpu to stackmap.ll
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-22 Andrew Trickpatchpoint: factor SD builder code for live vars. Plain...
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
2013-11-12 Andrew TrickSimplify operand folding when rematerializing a load.
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-10-31 Andrew TrickThese test cases for experimental features are a bit...
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.