platform/upstream/dotnet/runtime.git
2019-10-16 Levi BroderickFix DecoderNLS.Convert to out the correct value for...
2019-10-16 Tanner GoodingAdding tests and fixing codegen for the Arm 'Aes' and...
2019-10-16 Egor ChesakovAdd STRESS_PROFILER_CALLBACKS JIT stress mode (dotnet...
2019-10-16 Egor ChesakovFix RBM_PROFILER_TAILCALL_TRASH on x86 in src/jit/targe...
2019-10-16 Del MyersEnable ETW/EventSource logging of task IDs for boxed...
2019-10-16 mikednFix Compare and gtHashValue handling of BLK & OBJ ...
2019-10-15 Sergey AndreenkoFix some optimization warnings in jit. (dotnet/coreclr...
2019-10-15 Sinan KayaReplace gtCall. with AsCall()-> (dotnet/coreclr#27172)
2019-10-15 Sergey AndreenkoRewrite some blocks exposed by dotnet/coreclr#27122...
2019-10-15 Sinan KayaReplace gtSIMD. with AsSIMD()-> (dotnet/coreclr#27165)
2019-10-15 Sinan KayaReplace gtCast. with AsCast()-> (dotnet/coreclr#27166)
2019-10-15 Levi BroderickUpdate Utf8String to match latest prototype (dotnet...
2019-10-15 mikednCleanup LowerBlockStore (dotnet/coreclr#27170)
2019-10-15 Stephen ToubUse stackalloc expressions with builder ctors (dotnet...
2019-10-15 Sinan KayaReplace `gtArrLen` with `AsArrLen`.
2019-10-15 Sinan KayaReplace gtBox. with AsBox() (dotnet/coreclr#27161)
2019-10-15 David WrightonBuildwork to remove dir.props files (dotnet/coreclr...
2019-10-15 Sinan KayaReplace gtRetExpr. with AsRetExpr()-> (dotnet/coreclr...
2019-10-15 Carol EidtUpdate first-class-structs doc (dotnet/coreclr#27189)
2019-10-14 mikednFix 2 small Statement issues (dotnet/coreclr#27183)
2019-10-14 Andrew AuHandle the case where customAttributeConstructorHandle...
2019-10-14 Sinan KayaReplace gtIntConCommon. with AsIntConCommon()-> (dotnet...
2019-10-14 Sinan KayaReplace gtDblCon. with AsDblCon()
2019-10-14 Egor ChesakovAdd regression test for https://github.com/dotnet/corec...
2019-10-14 Elinor FungRemove unused binder code (dotnet/coreclr#27180)
2019-10-14 Aaron RobinsonConditionally remove the GC transition from a P/Invoke...
2019-10-14 Michal StrehovskýWrap PerfEventSource usage in IsEnabled checks (dotnet...
2019-10-14 Sinan KayaFix integer conversion issues (dotnet/coreclr#27173)
2019-10-14 Michal StrehovskýCopy exception regions in the copy constructor (dotnet...
2019-10-14 Jan KotasReplace primitive Array fcalls with managed implementat...
2019-10-13 Ben AdamsUpdate Jit formatting link (dotnet/coreclr#27171)
2019-10-12 Sinan KayaReplace gt## with As## (dotnet/coreclr#27122)
2019-10-11 mikednCleanup unrolled block op codegen (dotnet/coreclr#27146)
2019-10-11 mikednRemove duplicate code from emitIns_R_AR[R|X]/AR[R|X...
2019-10-11 Jeremy KoritzinskyRun tests on Alpine 3.10. (dotnet/coreclr#27093)
2019-10-11 Egor BogatovEnable fast-paths on Mono for Array (dotnet/coreclr...
2019-10-11 Sinan KayaReplace regNum with GetRegNum() (dotnet/coreclr#27120)
2019-10-11 Michal StrehovskýAdd support for emitting finally regions in ILEmitter...
2019-10-11 Jan KotasClose unused diagnostic server thread handle (dotnet...
2019-10-11 Eugene RozenfeldMerge pull request dotnet/coreclr#27114 from erozenfeld...
2019-10-11 Sinan KayaReplace lvArgReg with GetArgReg() (dotnet/coreclr#27097)
2019-10-11 Tanner GoodingRefactoring the ARM intrinsics to match API review...
2019-10-11 Sung Yoon WhangDo not create diagnostics server thread and pipe if...
2019-10-11 Sung Yoon WhangRemove unnecessary cleanup on diagnostics server thread...
2019-10-11 Eugene RozenfeldJit: Fix SetIndirExceptionFlags.
2019-10-10 Andy AyersJIT: only tail recursive calls become loops (dotnet...
2019-10-10 Andrew Au[crossgen2] Attribute Presence Filter (dotnet/coreclr...
2019-10-10 Eugene RozenfeldMerge pull request dotnet/coreclr#27117 from erozenfeld...
2019-10-10 Sergey AndreenkoFinish `Statement` rework. (dotnet/coreclr#26876)
2019-10-10 Simon NattressFix crossgen2 skipped methods NullReferenceException...
2019-10-09 Eugene RozenfeldRename tests for issue 27107.
2019-10-09 Andy AyersJIT: allow block cloning opt in methods with EH (dotnet...
2019-10-09 Eugene RozenfeldMerge pull request dotnet/coreclr#27108 from erozenfeld...
2019-10-09 Eugene RozenfeldFix ADDR(IND(tree))=>tree transformation in morph.
2019-10-09 Michal StrehovskýFix F5 experience in VS for crossgen2 (dotnet/coreclr...
2019-10-09 Michal StrehovskýAdd new ready to run helper to managed tools (dotnet...
2019-10-09 Jan KotasEnsure that GC suspension does not modify last error...
2019-10-09 Sinan KayaReplace isHfaArg with IsHfaArg()
2019-10-09 Elinor FungRemove some unused code in binder (dotnet/coreclr#27095)
2019-10-09 Ilya Shipitsincleanup: remove several redundant conditions found...
2019-10-09 Egor BogatovOptimize ToString() for byte, ushort, uint and ulong...
2019-10-08 Ryan LuciaReplace InternalLoadUnmanagedDllFromPath with NativeLib...
2019-10-08 Sinan KayaRename genAlignLoops (dotnet/coreclr#27030)
2019-10-08 Sinan KayaReplace gtRegNum with GetRegNum() (dotnet/coreclr#27086)
2019-10-08 Jan KotasEnable optimized single-proc allocation helpers for...
2019-10-08 Anton LapounovAdd crossgen2 option to specify JIT library path (dotne...
2019-10-08 Aaron RobinsonRemove SQL callout cookie from JIT. (dotnet/coreclr...
2019-10-07 Jeremy KoritzinskyExplicitly make our minimum ICU version be the version...
2019-10-07 Tomáš RylekRevert "Preparatory changes for implementing Crossgen2...
2019-10-07 Jan VorlicekFix crossgen2 for methods with StackCrawlMark (dotnet...
2019-10-07 Jan VorlicekImprove superilc test copying speed and cleanup (dotnet...
2019-10-07 Jeremy KoritzinskyClean up our CMake scripts using features introduced...
2019-10-07 Sinan KayaRename isSplit (dotnet/coreclr#27011)
2019-10-07 Sergey AndreenkoPrint tier in DumpJittedMethods. (dotnet/coreclr#27017)
2019-10-07 Steve MacLeanInitial perf jitdump implementation (dotnet/coreclr...
2019-10-07 Egor ChesakovImplement stack probing using helpers on (win|linux...
2019-10-07 Jakob Botsch... Add csproj and bash script for crossgen2 ThunkGenerator...
2019-10-07 Michal StrehovskýMake it possible to compile apps that target WindowsDes...
2019-10-06 Jan KotasMore CompareInfo.IndexOf globalization fixes (dotnet...
2019-10-06 dotnet-maestro... [master] Update dependencies from dotnet/corefx (dotnet...
2019-10-06 Tomáš RylekPreparatory changes for implementing Crossgen2 pipeline...
2019-10-06 Brian SullivanNew fix for dotnet/coreclr#26417 - Don't allow the...
2019-10-05 Tomáš RylekFix duplicate key failure in SuperIlc when using multip...
2019-10-05 Andy AyersPut single-def CSEs into SSA (dotnet/coreclr#26986)
2019-10-04 Sinan KayaRename rsMaskVars (dotnet/coreclr#27012)
2019-10-04 Sinan KayaRename lvOtherReg (dotnet/coreclr#27031)
2019-10-04 Adam Sitnikapply StartsWith optimizations to EndsWith (dotnet...
2019-10-04 Fadi HannaHandle AV caused by invalid IBC data (dotnet/coreclr...
2019-10-04 Jan VorlicekAdd partial default interface method support (dotnet...
2019-10-04 Tomáš RylekMake SuperIlc resilient towards JIT no-op compilation...
2019-10-04 Tomáš RylekAdd two unsupported helpers to fail a method instead...
2019-10-04 Jan VorlicekFix crossgen2 to fix several Loader tests (dotnet/corec...
2019-10-04 Stephen ToubAdd ExceptionDispatchInfo.SetCurrentStackTrace (dotnet...
2019-10-04 Sinan KayaRename genFullPtrRegMap (dotnet/coreclr#27006)
2019-10-04 Stephen ToubFix stackalloc reuse bug in Environment.UserDomainName...
2019-10-03 Stephen ToubUse const internally in corelib for Environment.NewLine...
2019-10-03 Stephen ToubMore corelib cleanup (dotnet/coreclr#26993)
2019-10-03 Tobias Thornfeldt... Fix test/src/JIT/Intrinsics/MathCeiling*.cs copypaste...
2019-10-03 Next TurnUpdate FCall comment (dotnet/coreclr#27005)
2019-10-03 Fadi HannaFix read ordering bug between buckets pointer and count...
next