summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/patchpoint.ll
AgeCommit message (Expand)Author
2015-04-22[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and theLang Hames
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini
2014-10-02[Stackmaps] Make ithe frame-pointer required for stackmaps.Juergen Ributzka
2014-07-31[FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target...Juergen Ributzka
2014-07-31[FastISel][AArch64 and X86] Don't emit stores for UNDEF arguments during func...Juergen Ributzka
2013-12-16[Stackmap] Allow WebKit_JS calling convention to store 4 byte sized and align...Juergen Ributzka
2013-12-16[Stackmap] The first integer argument is passed in register for the WebKit_JS...Juergen Ributzka
2013-12-13Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick
2013-12-04[Stackmap] Emit multi-byte nops for X86.Juergen Ributzka
2013-11-15Platform proof a test case.Andrew Trick
2013-11-14Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick
2013-11-09[Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka
2013-11-05Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick
2013-10-31These test cases for experimental features are a bit too darwin-specific stil...Andrew Trick
2013-10-31Add new calling convention for WebKit Java Script.Andrew Trick
2013-10-31Add support for stack map generation in the X86 backend.Andrew Trick