summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-26[JIT/x86] Fix LinearScan::allocateRegisters (#26649)Konstantin Baladurin1-1/+1
2019-09-26Linux/x86: fix build (#26594)Konstantin Baladurin2-0/+3
2019-09-26[Tizen] Partially revert a6292a6.Mikhail Kurinnoi1-0/+39
2019-09-26add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2019-09-26[Tizen] Precompile frequently used generic methods.Kirill Frolov2-0/+45
2019-09-26corbbtprof: set byte alignment for CORBBTPROF structures (#25816)Konstantin Baladurin1-0/+5
2019-09-26Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook1-2/+6
2019-09-26[Tizen] Disable jithost arena cacheGleb Balykov1-1/+1
2019-09-26[Tizen] Disable IBC Logger as a defaultDongHeon Jung1-1/+1
2019-09-26Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)Dong-Heon Jung1-13/+31
2019-09-24[Tizen] seperate PIC and PIE to fix x86_64 build errorWoongsuk Cho1-3/+5
2019-09-24[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki8-15/+339
2019-09-24Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2019-09-24Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2019-09-24[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
2019-09-12Fix watson bucketing/broken triage dumps (#26670)Mike McLaughlin1-0/+5
2019-08-29Emit RVA Instead of File Offset by Default in Native Image PerfMap Files (#26...Brian Robbins4-5/+32
2019-08-27Fix Abbreviated Genitive Month Names Parsing (#26384)Tarek Mahmoud Sayed3-10/+24
2019-08-26Do not use `AllocateUninitializedArray` in private array pools. (#26338) (#26...Stephen Toub1-3/+3
2019-08-26[release/3.0] Fix BinaryReader.ReadChars for fragmented Streams (#26324) (#26...Jan Kotas2-1/+23
2019-08-20Port stage work for 3.0 (#26137)Aaron Robinson1-73/+0
2019-08-19Use function-local StackingAllocator for EnC added methods (#26256)Juan Hoyos1-2/+6
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin2-11/+74
2019-08-19Account for quoted values in provider filter string (#26159) (#26195)John Salem1-3/+19
2019-08-16Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)Sung Yoon Whang4-12/+45
2019-08-16Allow for interface implementations in EventSource.WriteEventVarArgs (#25844)...Sung Yoon Whang1-5/+6
2019-08-16Fix a potential division by 0 in post GC counter computation (#26085) (#26089)Sung Yoon Whang1-1/+4
2019-08-12Use Arcade's internal tool restore project for restoring IBCMerge (#26133)Elinor Fung1-13/+3
2019-08-07[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...Tanner Gooding5-40/+282
2019-08-07Fixes Issue #20262 for CoreCLR 5.0 (#25926) (#25988)Brian Sullivan2-38/+47
2019-08-07Ensure that we check for implicit ivals for single argument intrinsics before...Tanner Gooding1-5/+5
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek2-5/+27
2019-08-07Make counters use dedicated thread instead of timer (#25864) (#25978)Sung Yoon Whang2-73/+89
2019-07-28Fix use of AddTo/RemoveFromActiveTasks in async methods (#25915)Stephen Toub1-20/+15
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub21-29/+30
2019-07-28Do not fast tail call if caller has multislot structs (#25885) (#25910)Jarret Shook1-0/+5
2019-07-26fix gc config - need to read from both runtime config and env var (#25890)Maoni Stephens1-5/+9
2019-07-22[3.0 port] Fix first value of counter payload being skewed (#25799)Sung Yoon Whang4-5/+35
2019-07-22Merge pull request #25779 from sdmaclea/arm64debug30Steve MacLean7-21/+184
2019-07-19Fixing Buffer::BlockCopy, JIT_MemCpy, and JIT_MemSet to just call the appropr...Tanner Gooding3-300/+90
2019-07-19Fix typo: `_TARGET_X86` -> `_TARGET_X86_` (#25788)Andy Hanson1-1/+1
2019-07-19Arm32 support VFP registers context to/from native context (#25775)Steve MacLean2-0/+79
2019-07-18Arm32 restore d8-d15 in ThrowExceptionFromContextInternal (#25777)Steve MacLean1-12/+21
2019-07-18Arm64 : Fix ldr Dt/St emulation (#25729)Steve MacLean1-4/+7
2019-07-18Arm64 restore d8-d15 in ThrowExceptionFromContextInternal (#25743)Steve MacLean1-0/+12
2019-07-18Arm64 support SIMD registers context to/from native context (#25757)Steve MacLean2-0/+60
2019-07-18Arm64 Fix Rtl*Context (#25745)Steve MacLean2-5/+5
2019-07-18Make all event types nullable (#25752)Stephen Toub13-67/+74
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub60-312/+312
2019-07-18Fix nullability warnings from compiler updateSantiago Fernandez Madero4-8/+8