implementing profiler ELT callbacks for AMD64 Linux (#12603)
authorsergey ignatov <sergign60@mail.ru>
Wed, 6 Sep 2017 01:06:50 +0000 (04:06 +0300)
committerSung Yoon Whang <suwhang@microsoft.com>
Wed, 6 Sep 2017 01:06:50 +0000 (18:06 -0700)
commit7e52c5341ca170c84632e1ef32c685d280f9824b
tree53a726e62713968095dc07c9a1dc3844998d6df3
parente59fab0c899343fc5d382583bd07f4595659ac54
implementing profiler ELT callbacks for AMD64 Linux (#12603)

* implement profiler ELT callbacks for AMD64 Linux

* Some formatting fixes

* Fixed profiler

* Added aligning frame option

* Added aligning stack for quad values stores
Documentation/botr/clr-abi.md
src/jit/codegencommon.cpp
src/jit/codegenxarch.cpp
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/target.h
src/vm/CMakeLists.txt
src/vm/amd64/asmhelpers.S [new file with mode: 0644]
src/vm/amd64/profiler.cpp
src/vm/amd64/unixstubs.cpp