Set vtable offset as contained
[platform/upstream/coreclr.git] / src /
2020-05-13 JUNG DONG-HEONSet vtable offset as contained
2020-05-12 Mateusz Moscicki[Tizen] Change the visibility of symbols for dnetmemory... accepted/tizen/5.5/unified/20200522.160111 accepted/tizen/unified/20200529.124257 submit/tizen/20200528.065414 submit/tizen_5.5/20200512.212247
2020-04-22 Swift Kim[Tizen] Add a config knob for importing ibc files
2020-04-15 Jan VorlicekFix PIE options (#26323) accepted/tizen/unified/20200416.080052 submit/tizen/20200415.223728
2020-03-25 Sangwook Kim[Tizen] Add FEATURE_LARGEADDRESS_SUPPORT
2020-03-25 John Salemmodify integral tryparse to use memcpy (#2295)
2020-03-25 Swift KimFix OverflowException from IntPtr casting (#14381)
2020-03-25 JUNG DONG-HEON[Tizen] Reduce arm_phdr_cb call overhead
2020-03-25 Dong-Heon JungChange bIsFree check in DacValidateMethodTable (#1086)
2020-03-25 Woongsuk Cho[Tizen] add pie linker option to createdump
2020-03-25 Omair MajidHandle glibc sys/sysctl.h deprecation (#27048)
2020-03-25 Dong-Heon JungEnable NGEN for methods marked with AggressiveOptimizat...
2020-03-25 Dong-Heon JungMark Relocation Section as NotNeeded (#25715)
2020-03-25 Swift Kim[Tizen] Use PTRACE_GETREGSET for any arch when creating...
2020-03-25 Konstantin Baladurin[Tizen] Add coreclr_preload_assembly to CoreCLR host API
2020-03-25 Vyacheslav Cherkashin[Tizen] Implement ASan wrapper for Linux AMD64
2020-03-25 Vyacheslav Cherkashin[Tizen] Implement ASan wrapper for Linux ARM32
2020-03-25 Andrey Drobyshev[Tizen] Implement detecting of sanitized libraries
2020-03-25 David MasonPrevent freeing of the profiler on process shutdown.
2020-03-25 Konstantin Baladurin[Tizen] skip dotnet specific arguments in corerun
2020-03-25 Swift KimBuild error fix on FEATURE_PREJIT=true
2020-03-25 Konstantin Baladurin[Linux/x86] Use ebp from current context during unwindi...
2020-03-25 Konstantin Baladurin[JIT/x86] Fix LinearScan::allocateRegisters (#26649)
2020-03-25 Konstantin BaladurinLinux/x86: fix build (#26594)
2020-03-25 Mikhail Kurinnoi[Tizen] Partially revert a6292a6.
2020-03-25 Yaroslav Yamshchikovadd access(2) call before dlopening files
2020-03-25 Konstantin Baladurincorbbtprof: set byte alignment for CORBBTPROF structure...
2020-03-25 Jarret ShookFail to explicitly tail call on x86 unix. (#25032)
2020-03-25 Gleb Balykov[Tizen] Disable jithost arena cache
2020-03-25 DongHeon Jung[Tizen] Disable IBC Logger as a default
2020-03-25 Dong-Heon JungFix a build error when IBCLOGGER_ENABLED is not defined...
2020-03-25 Woongsuk Cho[Tizen] seperate PIC and PIE to fix x86_64 build error
2020-03-25 Mateusz Moscicki[Tizen] Add a library to retrieve memory regions for...
2020-03-25 Igor KulaychukFix OOPStackUnwinderX86::Unwind crash when Eip is invalid
2020-03-25 Igor KulaychukFix EECodeManager::GetAmbientSP on x86/Linux
2020-03-25 Hyungju Lee[Tizen] Add -pie to linker option
2020-02-18 Koundinya Veluri[3.1] Fail FuncEval if slot backpatching lock is held...
2020-02-18 Levi BroderickPort dotnet/runtime#31946 to release/3.1 branch (#28014)
2020-02-18 Eirik TsarpalisFix AppDomain.SetPrincipalPolicy bug for new threads...
2020-02-18 Levi BroderickPort dotnet/runtime#31904 to release/3.1 (#28013)
2020-02-13 Carol EidtPort of dotnet/runtime#1059 to 3.1 branch (#27986)
2020-02-13 Carol EidtPort fix for #1241 to 3.1 (#27983)
2020-02-13 Carol EidtPort PR #258 to 3.1 (#27984)
2020-02-13 Anton LapounovFix GC heap corruption on ARM. (#27985)
2020-02-13 Brian SullivanPort the 5.0 fix for issue #1104 (#28003)
2020-01-17 dotnet-maestro-bot[automated] Merge branch 'release/3.0' => 'release...
2020-01-15 Levi Broderick[release/3.1] Port fix to revert EncoderNLS and Decoder...
2020-01-15 Vladimir SadovRevert CPU clipping in the presence of CPU quota to...
2020-01-14 Andy Ayers[release/3.1] Port fix for JIT silent bad code (#27972)
2020-01-14 Stephen ToubFix CancellationTokenRegistration.Unregister race condi...
2020-01-14 Andy AyersRelease/3.1 port of dotnet/runtime#239 (#27973)
2020-01-14 Sung Yoon WhangFix EventSource to stop ignoring EventCommand.SendManif...
2020-01-14 Eric ErhardtStop throwing exception in TimeZoneInfo POSIX parsing...
2020-01-14 Jarret ShookThis is a point fix for not allowing fast tail calls...
2020-01-14 Jan VorlicekPort to 3.1 - Fix out of range access in GetRecycleMemo...
2020-01-14 Jan VorlicekPort to 3.1 - Fix VirtualMemoryLogging::logRecords...
2020-01-14 Jan VorlicekPort to 3.1 - Fix getting affinity set on MUSL on Jetso...
2019-11-22 David WrightonNon virtual calls to instance methods non-virtual dispa...
2019-11-11 William GodbeMerge pull request #27742 from dotnet/darc-release...
2019-11-11 Jeremy Koritzinsky[release/3.1] Reword comments for policheck (#27670)
2019-10-31 Stephen ToubFix StreamReader to pass cancellation token into ReadBu...
2019-10-31 Noah FalkSupport large EventSource filter args (#27522)
2019-10-30 Mike McLaughlinFix minidumps not loading in VS issue (#27553)
2019-10-30 David Mason[Release/3.1] Port profiler APIs to set and retrieve...
2019-10-24 Koundinya Veluri[3.1] Protect against a rare invalid lock acquision...
2019-10-22 Steve MacLeanFix step with stackalloc (#27246) (#27351)
2019-10-21 Sung Yoon WhangFix LTTng build for build environments with older liblt...
2019-10-21 David Mason[Release/3.1] Fixes for profiler stack sampling (...
2019-10-21 John Salem[3.1] Backport fixes to ETW/EventPipe events to enable...
2019-10-21 Brian RobbinsFix Segfault in PerfInfo Image Logging (#26910)
2019-10-17 Levi BroderickFix DecoderNLS.Convert to out the correct value for...
2019-10-17 Stephen ToubEnable ETW/EventSource logging of task IDs for boxed...
2019-10-16 David MasonFix GetSequencePoints when profiler provides mapping...
2019-10-16 Sung Yoon WhangImprove the performance of Environment.WorkingSet in...
2019-10-15 Sung Yoon WhangDo not create diagnostics server thread and pipe if...
2019-10-14 Carol EidtCorrectly handle variable argument SIMDScalar (#26421...
2019-10-14 Jan KotasEnable optimized single-proc allocation helpers for...
2019-10-14 agoretskyFix available memory extraction on Linux (#26764) ...
2019-10-04 Fadi HannaHandle AV caused by invalid IBC data (#27029) (#27034)
2019-10-04 Jan KotasImprove TimeSpan precision (#26992) (#27010)
2019-10-03 Maoni Stephensoom (#26457) (#26983)
2019-10-03 Fadi HannaFix read ordering bug between buckets pointer and count...
2019-10-01 William GodbeMerge branch 'release/3.1' into merge/release/3.0-to...
2019-09-30 Steve MacLeanAbort FuncEval on unaligned SP (for 3.1) (#26607)
2019-09-27 Jan VorlicekPort to Release/3.1 - enabling MHR support (#26803)
2019-09-23 Jan KotasDo not clip CPU count when CPU quota is used. (#26153...
2019-09-21 Tarek Mahmoud SayedPort The Fix When Enabling Windows Compatibilty Mode...
2019-09-17 Jeremy Koritzinsky[release/3.1] Fix marshalling a pinnable multi-dimensio...
2019-09-13 Matt MitchellMerge pull request #26692 from mmitche/merge-to-31
2019-09-12 Matt MitchellMerge remote-tracking branch 'upstream/release/3.0...
2019-09-12 Mike McLaughlinFix watson bucketing/broken triage dumps (#26670)
2019-09-10 Anirudh AgnihotryMerge pull request #26510 from dotnet-maestro-bot/merge...
2019-09-09 AnipikMerge branch 'release/3.0' into release/3.1
2019-08-29 Brian RobbinsEmit RVA Instead of File Offset by Default in Native...
2019-08-27 Tarek Mahmoud SayedFix Abbreviated Genitive Month Names Parsing (#26384)
2019-08-26 Stephen ToubDo not use `AllocateUninitializedArray` in private...
2019-08-26 Jan Kotas[release/3.0] Fix BinaryReader.ReadChars for fragmented...
2019-08-20 dotnet-maestro-botPort stage work for 3.0 (#26137) (#26285)
2019-08-20 Aaron RobinsonPort stage work for 3.0 (#26137)
2019-08-20 Stephen ToubMerge pull request #26278 from dotnet-maestro-bot/merge...
next