summaryrefslogtreecommitdiff
path: root/src/jit/unwindarm.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Compile JIT sources with /W4Mike Danes1-2/+2
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya1-1/+1
2018-12-17Generate ARM CFIs in prolog (#21505)Andrey Kvochko1-12/+9
2018-08-27Deal with compilation warnings in JIT in cross-bitness scenario (#19590)Egor Chesakov1-1/+1
2018-08-16[CoreRT armel]Fix for unwinding support for ARM is not fully implemented #5874Sergey Ignatov1-0/+8
2018-01-19[armel tizen] Fixed CoreRT issue #4626 unwinding support (#15913)sergey ignatov1-4/+4
2017-12-12Use macro _countof instead of explicit sizeof(arr) / sizeof(arr[0]) or sizeof...Egor Chesakov1-1/+1
2017-10-19[RyuJIT/ARM32] Support for CFI unwind info (#14447)sergey ignatov1-0/+275
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-358/+316
2016-07-29Massage code for clang-formatMichelle McDaniel1-5/+13
2016-07-20ARM64: Enable Function FragmentKyungwoo Lee1-1/+3
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-4/+4
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-1/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2354