[Orc] Save all the x86-64 GPRs before re-entering the JIT.
authorLang Hames <lhames@gmail.com>
Tue, 7 Apr 2015 06:12:21 +0000 (06:12 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 7 Apr 2015 06:12:21 +0000 (06:12 +0000)
commitd27a0a9b2cfd378e2ec9a24e29c361f9ff6785ca
tree032bd8d9f24e3fb0f08cd4d2d06bb4497ba8bed8
parentc513d37e67d8aa54467d28031286d33f4e06fed3
[Orc] Save all the x86-64 GPRs before re-entering the JIT.

The re-entry code should work for all calling conventions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234298 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Orc/OrcTargetSupport.cpp