summaryrefslogtreecommitdiff
path: root/src/pal/src/arch
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Arm32 restore d8-d15 in ThrowExceptionFromContextInternal (#25777)Steve MacLean1-12/+21
2019-07-18Arm64 restore d8-d15 in ThrowExceptionFromContextInternal (#25743)Steve MacLean1-0/+12
2019-07-18Arm64 Fix Rtl*Context (#25745)Steve MacLean2-5/+5
2018-07-19Use mcontext_t instead of sigcontext (#18983)Kai Ruhnau1-1/+1
2018-07-02Debug registers cannot be copied in user mode (#18730)Andrew Au1-34/+2
2018-01-30ThrowExceptionFromContextInternal, RtlCaptureContext: fix for asan (#16074)Konstantin Baladurin4-2/+10
2018-01-25Fix asan false-positive errors: (#15563)Konstantin Baladurin8-3/+63
2017-08-30callsignalhandlerwrapper: improve unwinding (#13566)Konstantin Baladurin2-6/+31
2017-08-07fix callsignalhandlerwrapper(arm) (#13114)chunseoklee1-3/+4
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo4-82/+0
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-1/+1
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park4-5/+2
2017-04-05Fix ThrowExceptionFromContextInternal for x86 Linux (#10728)Jan Vorlicek1-5/+9
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-1/+1
2017-03-01[Arm64/Unix] Fix stack unwinding (#9877)Steve MacLean1-0/+1
2017-03-01[Arm64/Unix] Revert fix stack unwinding in CallDescrWorkerInternal (#9866)Steve MacLean1-1/+0
2017-02-24Remove optimizedtls.cpp (#9777)Aditya Mandaleeka1-237/+0
2017-02-24Remove getcontext and setcontext usage (#9759)Jan Vorlicek5-43/+44
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-5/+2
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek8-0/+426
2017-02-17[ARM64/Unix] (#9500)Steve MacLean3-107/+127
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park3-2/+4
2017-01-19[x86/Linux] Fix RtlRestoreContext (#8916)Jonghyun Park1-32/+15
2017-01-14Check if xsave is enabled by OS before calling xgetbv in XmmYmmStateSupport (...Cesar Blum Silveira1-4/+12
2016-12-09[x86/Linux] Fix PAL unit test paltest_pal_sxs_test1 (#8522)SaeHie Park1-3/+2
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park5-0/+281
2016-11-29Capture YMM registers on OSX (#8365)John Chen1-0/+20
2016-11-25[x86/Linux] Renames i386 as amd64 in arch (PAL) (#8307)Jonghyun Park10-2/+2
2016-07-28Add extended state to RtlRestoreContextAditya Mandaleeka1-0/+22
2016-07-25Fix offset to VectorRegister in i386/asmconstants.h.Aditya Mandaleeka1-1/+1
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka1-1/+3
2016-06-17Use LEAF_END_MARKED instead of LEAF_END for ARM64 debugbreak.S (#5850)Jonghyun Park1-1/+1
2016-06-17Use LEAF_END_MARKED instead of LEAF_END for DBG_DebugBreak (#5847)Jonghyun Park1-1/+1
2016-06-16Remove end labels from regular asm procs on Unix (#5777)Jan Vorlicek1-1/+1
2016-06-09ARM/Linux Regression Fix of Exception Handling (#5596)MyungJoo Ham1-6/+1
2016-06-01ARM/Linux: Fix Exception Handler PAL Test Fail (#5360)MyungJoo Ham1-2/+2
2016-04-15Implement StartUnwindingNativeFrames Linux/ARMMyungJoo Ham3-54/+86
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek3-0/+64
2016-03-31Fix RtlRestoreContextManu1-11/+13
2016-02-26Fix the osx exception port forwarding limitations.Mike McLaughlin1-13/+6
2016-01-27Update license headersdotnet-bot14-56/+42
2016-01-26Fix OSX bps for PC-relative instructions.Mike McLaughlin1-4/+5
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin3-0/+40
2015-10-07Fix OSX hardware exception handlingJan Vorlicek2-2/+2
2015-09-23Implement runtime suspension for OSXJan Vorlicek4-188/+165
2015-09-04[arm] Fix RtlRestoreContext on ARM with newer clangGeoff Norton1-4/+11
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton2-0/+343
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-1225/+260
2015-07-20Fix alignment issue when converting to/from native context.Aditya Mandaleeka1-6/+6
2015-04-09Merge pull request #668 from janvorli/rtl-restore-context-asmJan Vorlicek1-8/+95