summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2016-12-23[Linux] Fix cross-architecture component build configuration for ARM32-target...Hyeongseok Oh2-16/+33
2016-12-21Remove FEATURE_BLC_FORMATTING (#8699)Jan Vorlicek1-27/+0
2016-12-20ARM: do not use unpredictable sub.w sp, rN, #imm (#8636)mskvortsov1-1/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin19-1832/+132
2016-12-17Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build (...Jan Kotas1-1/+1
2016-12-16Fix buildsystem for linux cross-architecture component build (#8646)Hyeongseok Oh1-9/+13
2016-12-13[x86/Linux] Enforce 16-byte stack alignment (#8587)Jonghyun Park1-0/+9
2016-12-14[x86/Linux] Fix incorrect __fastcall definition (#8585)Jonghyun Park1-6/+0
2016-12-14[x86/Linux] Port jithelp.asm (#8491)Jonghyun Park1-0/+11
2016-12-09[x86/Linux] Fix PAL unit test paltest_pal_sxs_test1 (#8522)SaeHie Park3-6/+3
2016-12-08[x86/Linux] Revise asmhelper.S using macro (#8523)Jonghyun Park1-0/+30
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek153-544/+375
2016-12-06Merge pull request #8470 from brianrob/fix_lttng_header_detectionBrian Robbins1-0/+8
2016-12-06[x86/Linux] Port PATCH_LABEL macro (#8483)Jonghyun Park1-0/+5
2016-12-06Fix building against liblttng-ust-dev 2.8+Brian Robbins1-0/+8
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna2-2/+2
2016-12-01Fix build error in ARM64 code (#8407)Jonghyun Park1-1/+1
2016-12-01Add EXCEPTION_REGISTRATION_RECORD for x86/Linux (#8408)Jonghyun Park1-0/+5
2016-11-30Emits compile error on portability issue only when PORTABILITY_CHECK is speci...Jonghyun Park1-1/+1
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park13-32/+347
2016-11-29Capture YMM registers on OSX (#8365)John Chen4-17/+100
2016-11-29Fix phantom TEXTREL in libcoreclr.so (#8347)Jan Vorlicek2-2/+2
2016-11-26Fix building CoreCLR with Clang 3.9 (#8311)Jan Vorlicek1-1/+1
2016-11-25[x86/Linux] Renames i386 as amd64 in arch (PAL) (#8307)Jonghyun Park11-10/+10
2016-11-25Enable field EndAddress only for AMD64 in PAL of RUNTIME_FUNCTION (#8305)SaeHie Park1-0/+2
2016-11-24Supports to build PAL tests under x86/Linux (#8292)Jonghyun Park1-3/+7
2016-11-24[x86/Linux] Fix unsupported architecture in seh-unwind.cpp (#8262)SaeHie Park2-0/+34
2016-11-23[x86/linux] Fix redefined DISPATCHER_CONTEXT compile error (#8246)SaeHie Park1-1/+19
2016-11-23[x86/Linux] Fix no matching function for call to 'InternalCreateThread' (#8265)SaeHie Park1-1/+1
2016-11-22[x86/Linux] Fix stdcall calling convention ignored on variadic function (#8252)SaeHie Park1-6/+6
2016-11-22Merge pull request #8244 from seanshpark/x86pal01Gaurav Khanna2-0/+18
2016-11-22[x86/Linux] fix and add for x86 cmake configuration (#8219)SaeHie Park1-0/+12
2016-11-22[x86/Linux] Fix compilation in palSaeHie Park2-0/+18
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek223-2703/+679
2016-11-15Fix XMM register count in CONTEXT_SetThreadContextOnPort in PALJohn Chen (CLR)1-1/+1
2016-11-10Save registers xmm8..15 on Mac OSX (#8078)John Chen1-1/+1
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek97-4247/+21
2016-11-02Set pRetVal as NULL on error inside 'VIRTUALCommitMemory' (#7920)Jonghyun Park1-2/+2
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek47-1758/+12
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy6-1/+79
2016-10-24Merge pull request #7706 from mjsabby/lcgjitprofcallbacksnoahfalk2-6/+1714
2016-10-22Fixing the StackOverflowException error message. (#4786)Vijay Ramakrishnan1-1/+1
2016-10-21Address CR feedbackMukul Sabharwal1-11/+19
2016-10-21Add LCG JIT Compilation Profiler CallbacksMukul Sabharwal2-6/+1706
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding82-0/+3760
2016-10-17Fix memcpy undef (#7675)Jan Vorlicek1-2/+0
2016-10-14NullReferenceException APIs (#7338)Sven Boemer2-21/+484
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek7-32/+80
2016-09-30Explicitly specify feature test macro for glibc earlier than 2.19 (#7397)RimashMohomed1-1/+1
2016-09-22Fix Unable to step through Visual Studio remote debugger with coreclr executa...Mike McLaughlin2-0/+92