platform/upstream/coreclr.git
2018-08-23 Carol EidtMerge pull request #15011 from mikedn/ssa-mem-num
2018-08-23 Egor ChesakovDeal with compilation warnings in VM in cross-bitness...
2018-08-23 Carol EidtHandle multireg copies correctly (#19588)
2018-08-23 Jan VorlicekEnable unloading of AssemblyLoadContext (#18476)
2018-08-23 Fei Peng Implement AVX2 MaskLoad and MaskStore (#19513)
2018-08-22 Brian RobbinsMake sure RuntimeEventSource is passed to EventListener...
2018-08-22 Koundinya VeluriFix a PAL spin lock issue (#19604)
2018-08-22 Drew NoakesFix broken documentation links into mscorlib code ...
2018-08-22 Krzysztof WicherAesGcm, AesCcm (dotnet/corefx#31389)
2018-08-22 AmyR2RDump - Interweave x64 unwind codes into disasm ...
2018-08-21 Brian SullivanMerge pull request #19572 from briansull/fmt-vn
2018-08-21 Bruce ForstallMerge pull request #19581 from sergign60/unwind_fix
2018-08-21 Brian SullivanDefine FMT_VN as "$%x" and use it uniformly in the...
2018-08-21 Egor ChesakovCleanup unnecessary casts in roundUp
2018-08-21 Egor ChesakovAdd roundUp(unsigned size, unsigned mult) and roundDn...
2018-08-21 Sergey Ignatov[corert armel] Fixed CoreRT issue #5874 for non-callee...
2018-08-21 Carol EidtHandle null byref in helper (#19571)
2018-08-21 adiaaidaBackout change to pass -ibcoptimize in official builds
2018-08-21 Egor ChesakovStop using size_t for passing immediate values in CodeG...
2018-08-21 AmyR2RDump - Add image describing R2R format (#19528)
2018-08-21 Andy AyersFix tiered compilation option for case-sensitive system...
2018-08-20 Carol EidtMerge pull request #19334 from CarolEidt/Fix19243
2018-08-20 Michelle McDanielAdd IBC support (#19046)
2018-08-20 Andy AyersJIT: remove incremental ref count updates (#19345)
2018-08-20 Zach MontoyaUpdate Microsoft.NETCore.CoreDisTools to version 1...
2018-08-20 Mike McLaughlinFix dbgshim's > 1000 module bug (issue #19538) (#19553)
2018-08-20 Aaron RobinsonFix issues with calling convention in tests. (#19548)
2018-08-20 Carol EidtAdd comment
2018-08-20 Clinton IngramNormalize whitespace/indentation
2018-08-20 Clinton IngramUpdate t4 templates to generate simplified type names
2018-08-20 Ben AdamsMark some readonly fields readonly (#19559)
2018-08-20 Pent PloompuuOptimize number formatting (#19551)
2018-08-20 Ben AdamsMark more structs as readonly (#19557)
2018-08-20 Ben AdamsMake DateTimeOffset a readonly struct (#19552)
2018-08-19 Mike McLaughlin Free the alternate signal stack if this PAL's thread...
2018-08-19 Andy AyersFix test case comment to reflect the actual test (...
2018-08-19 Egor ChesakovEnable Microsoft.VisualBasic.dll in crossgen_comparison...
2018-08-19 Egor ChesakovReturn "default" target-specific NaN value during const...
2018-08-19 Egor ChesakovFix wrong sprinf_s format string in gtGetArgMsg getGetL...
2018-08-18 Egor ChesakovExclude some assemblies from CrossGen Comparison job...
2018-08-17 Tomáš RylekInitial support for R2R image diff (#19533)
2018-08-17 Aaron RobinsonRemove tests previously ported to CoreFX repo (#19527)
2018-08-17 Bruce ForstallMerge pull request #19530 from BruceForstall/DisableArm...
2018-08-17 Bruce ForstallMerge pull request #19378 from sergign60/unwind_fix
2018-08-17 Bruce ForstallDisable Ubuntu arm32 corefx xunit test result parsing
2018-08-17 William GodbeMerge pull request #19512 from dotnet-maestro-bot/maste...
2018-08-17 Koundinya VeluriEnable Tiered Compilation by default (#19525)
2018-08-17 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, PgoData...
2018-08-17 Egor ChesakovMerge pull request #19514 from dotnet/dev/unix_test_wor...
2018-08-17 Egor ChesakovAdd CrossGen Comparison scenario to netci.groovy
2018-08-17 Egor ChesakovAdd tests/scripts/crossgen_comparison.py
2018-08-17 Jarret ShookRemove coreclr.*txt upload (#19524)
2018-08-17 AmyR2RDump - Documentation (#19497)
2018-08-16 Anirudh AgnihotryMoved registry.cs to shared (#19471)
2018-08-16 Tom DeseynDetermine memory load based on cgroup usage. (#19518)
2018-08-16 José RiveroAdd an empty console application to measure startup...
2018-08-16 Koundinya VeluriDisable a regex test that is failing with minopts ...
2018-08-16 Aaron RobinsonBuild-test.sh handles native test assets (#19430)
2018-08-16 Koundinya VeluriSome JitBench fixes (#19479)
2018-08-16 Andy AyersJIT: bail out in optExtractArrIndex for constant array...
2018-08-16 Pent PloompuuOptimize NumberBufferToDecimal (#19072)
2018-08-16 Carol EidtMerge pull request #19396 from CarolEidt/Fix19288
2018-08-16 Sergey Ignatov[CoreRT armel]Fix for unwinding support for ARM is...
2018-08-16 Jeremy KuhneMake file handle checks accurate on Windows (#19508)
2018-08-16 Koundinya VeluriRevert "Temporarily flag a SIMD test as optimization...
2018-08-16 elyohUpdate JapaneseLunisolarCalendar.cs (#19504)
2018-08-16 Andy AyersJIT: properly handle special-case varargs params in...
2018-08-15 Jan KotasRevert "Change CoreLib native image to be R2R by defaul...
2018-08-15 Luqun LouAdd Public API Marshal.IsTypeVisibleFromCom and Marshal...
2018-08-15 Amy YuR2RDump - GcInfo for x86
2018-08-15 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, PgoData...
2018-08-15 Bruce ForstallMerge pull request #19487 from acmyu/disable
2018-08-15 Marco RossignoliAdd TypeConverter fallback to DefaultValueAttribute...
2018-08-15 Mike McLaughlinUpdate debugging and createdump docs. (#19495)
2018-08-14 Amy YuExcludeList for R2RDumpTests in wrong ItemGroup
2018-08-14 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, PgoData...
2018-08-14 AmyDisable R2RDumpTests (#19475)
2018-08-14 Jan KotasDelete dead code (#19452)
2018-08-14 Tomáš RylekTranslate [rip +- offset] to absolute RVA's in R2RDump...
2018-08-14 Mike McLaughlinCode review feedback for the alternate stack changes...
2018-08-14 Andon AndonovUpdate URLs and exclusion list for staging (#19423)
2018-08-13 Bruce ForstallMerge pull request #19463 from BruceForstall/FixArmHeap...
2018-08-13 Sergey Andreenkodisable tests\src\JIT\Methodical\fp\exgen\10w5d_cs_do...
2018-08-13 Bruce ForstallMerge pull request #19469 from BruceForstall/DisableVec...
2018-08-13 Bruce ForstallDisable VectorDot_ro.cmd_9267 for Windows arm64 R2R
2018-08-13 Bruce ForstallMerge pull request #19466 from BruceForstall/Disable163200
2018-08-13 Bruce ForstallDisable test b163200 under GCStress
2018-08-13 Bruce ForstallDisable 3 tests for Windows/arm32 HeapVerify runs
2018-08-13 Bruce ForstallMerge pull request #19459 from BruceForstall/Disable437044
2018-08-13 Bruce ForstallExclude 437044.cmd_10304 from GCStress runs
2018-08-13 Omair MajidAdd a skipmanaged option to build.sh (#19111)
2018-08-13 Bruce ForstallMerge pull request #19458 from BruceForstall/DisableTests
2018-08-13 Bruce ForstallDisable System.Linq.Expressions.Tests against #19457
2018-08-13 Robin SueRemove unused local from List<T>.RemoveRange (dotnet...
2018-08-13 Anipiknon shared changes and feedback addressed
2018-08-13 Koundinya VeluriFix a couple of apartment state issues (#19384)
2018-08-13 Jeremy KuhneCreate Microsoft.IO.Redist (dotnet/corefx#31679)
2018-08-13 Simon NattressSilence WinRT type assert in crossgen (#19442)
2018-08-11 David Mason[local gc] disable feature redhawk (#17769)
2018-08-11 Jan KotasMake RuntimeType sealed and deleted support for introsp...
next