platform/upstream/coreclr.git
2017-03-09 Pat GavlinDo not set the last use bit on UVR ref positions.
2017-03-09 Pat GavlinFix extend lifetimes stress.
2017-03-08 Pat GavlinFormat code.
2017-03-08 Pat GavlinCalculate last uses during buildIntervals.
2017-03-07 Andy AyersHarden resolveVirtualMethod against invalid types ...
2017-03-07 Jonghyun Park[x86/Linux] Check Stack Alignment in StubRareEnable...
2017-03-07 William GodbeMerge pull request #9986 from wtgodbe/XunitWrapperGranu...
2017-03-07 Jan VorlicekFix ICU detection in System.Globalization.Native build...
2017-03-06 Michelle McDanielMerge pull request #9991 from adiaaida/fixx86NugetPacka...
2017-03-06 Michelle McDanielChange PackagePlatform to Platform for x86 jit pkg
2017-03-06 wtgodbeCreate Xunit wrappers for 2nd-level test directories...
2017-03-06 James KoImplementation for Dictionary.TryAdd (#9923)
2017-03-06 SivarvMerge pull request #9398 from mikedn/switch-cast
2017-03-06 Davis GoodinAdd stripSymbols argument; refactor symbol package...
2017-03-06 Jonghyun Park[x86/Linux] Stack align aware unwinder (#9928)
2017-03-06 Jan KotasDelete a few more unused hosting methods (#9973)
2017-03-06 Rich LanderAdd 3PN for GCBench (#9971)
2017-03-06 Rich LanderAdd 3PN entry for Livermore Loops coded in C (#9972)
2017-03-06 Austin WiseRemove hosting methods that always return false (#9930)
2017-03-06 Jan KotasDelete IsNonW8PFrameworkAPI checks (#9964)
2017-03-05 Rich LanderAdd 3PN for Burgers equation (#9966)
2017-03-05 Andy AyersJIT: change codgen for dup to not lose type information
2017-03-05 Paul WestcottRemove ComVisible as per #9371 (#9962)
2017-03-04 mikednRemove unused bbAssertionKill (#9957)
2017-03-04 Adeel MujahidUpdate glossary.md (#9951)
2017-03-04 Varun VenkatesanExtending optimized JIT helpers to Buffer.MemoryCopy...
2017-03-04 Jan KotasMove System.Lazy to shared CoreLib partition (#9955)
2017-03-04 Tanner GoodingMerge pull request #9954 from tannergooding/fcall
2017-03-04 Alex PerovichRemove unreferenced file (#9952)
2017-03-04 Paul WestcottAlternative System.Lazy implementation (#8963)
2017-03-04 Tanner GoodingFixing the FCALL 'common gotchas' comment to clarify...
2017-03-04 Tanner GoodingUpdating `COMSingle` in `classlibnative` to use the...
2017-03-03 Jonghyun Park[x86/Linux] Clean up pContext access (#9933)
2017-03-03 Jonghyun Park[x86/Linux] Revise VirtualMethodFixupStub (#9929)
2017-03-03 Tarek Mahmoud... Clean up Normalization code (#9941)
2017-03-03 Gaurav KhannaMerge pull request #9942 from dotnet-bot/master-UpdateD...
2017-03-03 Frederik CarlierSupport local stack unwinding on Android (#9940)
2017-03-03 Joseph TremouletMerge pull request #9773 from mikedn/user-range-check
2017-03-03 Rich LanderAdd 3PN entries (#9943)
2017-03-03 Bruce ForstallMerge pull request #9873 from mskvortsov/ryujit-arm32...
2017-03-03 Mike DanesAdd/improve assertion propagation comments
2017-03-03 dotnet-botUpdate CoreClr to beta-25103-03
2017-03-03 Mike DanesGenerate OAK_NO_THROW assertions from (uint)i < (uint...
2017-03-03 Mike DanesRefactor JTRUE handling during assertion gen/prop
2017-03-03 Mike DanesAdd tests for (uint)i < (uint)a.len generated assertions
2017-03-03 Gaurav KhannaMerge pull request #9897 from hseok-oh/patch_rootfs
2017-03-03 Gaurav KhannaMerge pull request #9934 from dotnet-bot/master-UpdateD...
2017-03-03 Russ KeldorphUse CoreCLROverridePath property for CoreFx tests
2017-03-03 Andrey AkinshinFix license header for test (GitHub_1323) (#9931)
2017-03-03 Mikhail SkvortcovRyuJIT/ARM32: enable codegen for long nodes.
2017-03-03 dotnet-botUpdate CoreClr to beta-25103-02
2017-03-03 dotnet botUpdate CoreClr to beta-25103-01 (#9927)
2017-03-03 Alex PerovichMerge shared changes from corert and use C# shared...
2017-03-03 Bruce ForstallMerge pull request #9915 from BruceForstall/IncBuild1
2017-03-03 Aditya MandaleekaMerge pull request #9921 from adityamandaleeka/rt_dump_...
2017-03-03 Bruce ForstallFix AsmConstants.inc to be incrementally rebuilt as...
2017-03-03 Bruce ForstallMerge pull request #9917 from BruceForstall/BuildCrossA...
2017-03-02 Aditya MandaleekaFix error in dumpling text file cleanup.
2017-03-02 Bruce ForstallBuild cross-compile altjits for arm32 and arm64
2017-03-02 Evgeny Pavlov[x86/Linux] Add STDCALL for reverse P/Invoke delegates...
2017-03-02 Igor Kulaychuk[Linux][GDB-JIT] Fix lldb type displaying issues (...
2017-03-02 Bruce ForstallMerge pull request #9916 from dotnet-bot/from-tfs
2017-03-02 Bruce ForstallAdd src\jit\protononjit directory to git mirror in...
2017-03-02 Stephen ToubMerge pull request #9911 from dotnet-bot/master-UpdateD...
2017-03-02 Michelle McDanielMerge pull request #9775 from adiaaida/addThroughputPer...
2017-03-02 Fadi HannaFix LDVIRTFTN case for GVM target methods (#9890)
2017-03-02 Brian SullivanUpdate windows-instructions.md
2017-03-02 Ahson Ahmed... Removing ref T Span.GetItem and updating Indexer to...
2017-03-02 dotnet-botUpdate CoreClr to beta-25102-03
2017-03-02 Gaurav KhannaMerge pull request #9894 from dotnet-bot/master-UpdateD...
2017-03-02 Andy AyersDevirtualize calls in some simple cases
2017-03-02 Andy AyersJit interface support for devirtualization
2017-03-02 Jonghyun Park[x86/Linux] Fix clang 3.9 build error (#9900)
2017-03-02 dotnet-botUpdate CoreClr to beta-25102-02
2017-03-02 Jonghyun Park[x86/Linux] Initial filter support (#9820)
2017-03-02 Austin WiseRemove CLRThreadpoolHosted as it always returns false...
2017-03-02 Jonghyun Park[x86/Linux] Clean up EXCEPTION_REGISTRATION_RECORD...
2017-03-02 Ahson Ahmed... Temporarily disabling SpanBench tests that use indexer...
2017-03-02 Matt WarrenUpdate links to point to valid BotR pages - One extra...
2017-03-02 Michal StrehovskýUse the correct class handle for fat call temporary...
2017-03-02 Hyeongseok Oh[ARM32/Linux] Prepare rootfs to build libcoreclrtracept...
2017-03-02 Koundinya VeluriPreallocate jump stubs for dynamic methods (#9883)
2017-03-02 Ahson Ahmed... Adding Span API perf tests for comparison with arrays...
2017-03-02 Tarek Mahmoud... Cleanup the native globalization code (#9887)
2017-03-02 Andy AyersFix casing for newly added test (#9889)
2017-03-02 Gaurav KhannaMerge pull request #9882 from dotnet-bot/master-UpdateD...
2017-03-02 Jan KotasCleanup (#9892)
2017-03-02 Evgeny Pavlov[x86/Linux] Initial fix of arguments passing in Functio...
2017-03-01 Jan VorlicekFix incremental build on Unix (#9779)
2017-03-01 Steve MacLean[Arm64/Unix] Fix stack unwinding (#9877)
2017-03-01 William GodbeMerge pull request #9868 from wtgodbe/HelixPrep
2017-03-01 dotnet-botUpdate CoreClr to beta-25101-04
2017-03-01 Aditya MandaleekaMerge pull request #9770 from adityamandaleeka/card_bun...
2017-03-01 Michelle McDanielAdd Throughput Perf testing
2017-03-01 Pat GavlinMerge pull request #9871 from pgavlin/FixUninitBitsetAccess
2017-03-01 Jon HannaTimespan division and multiplication. (#9804)
2017-03-01 Matt WarrenUpdate links to point to valid BotR pages (#9874)
2017-03-01 Peter KukolStreamlined MinOpts GC ref tracking. (#9869)
2017-03-01 Stephen ToubMerge pull request #9831 from WinCPP/LazyInitializerNew...
2017-03-01 Yongseop Kim[x86/linux] Add IsIPinVirtualStub() on x86/linux (...
next