platform/upstream/dotnet/runtime.git
2017-03-06 Tanner GoodingUpdating the build scripts to support VS2017.
2017-03-06 Jonghyun Park[x86/Linux] Stack align aware unwinder (dotnet/coreclr...
2017-03-06 Jan KotasDelete a few more unused hosting methods (dotnet/corecl...
2017-03-06 Rich LanderAdd 3PN for GCBench (dotnet/coreclr#9971)
2017-03-06 Rich LanderAdd 3PN entry for Livermore Loops coded in C (dotnet...
2017-03-06 Austin WiseRemove hosting methods that always return false (dotnet...
2017-03-06 Jan KotasDelete IsNonW8PFrameworkAPI checks (dotnet/coreclr...
2017-03-05 Rich LanderAdd 3PN for Burgers equation (dotnet/coreclr#9966)
2017-03-05 Andy AyersJIT: change codgen for dup to not lose type information
2017-03-05 Paul WestcottRemove ComVisible as per dotnet/coreclr#9371 (dotnet...
2017-03-04 mikednRemove unused bbAssertionKill (dotnet/coreclr#9957)
2017-03-04 Adeel MujahidUpdate glossary.md (dotnet/coreclr#9951)
2017-03-04 Varun VenkatesanExtending optimized JIT helpers to Buffer.MemoryCopy...
2017-03-04 Jan KotasMove System.Lazy to shared CoreLib partition (dotnet...
2017-03-04 Tanner GoodingMerge pull request dotnet/coreclr#9954 from tannergoodi...
2017-03-04 Alex PerovichRemove unreferenced file (dotnet/coreclr#9952)
2017-03-04 Paul WestcottAlternative System.Lazy implementation (dotnet/coreclr...
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 (dotnet/coreclr...
2017-03-03 Jonghyun Park[x86/Linux] Revise VirtualMethodFixupStub (dotnet/corec...
2017-03-03 Tarek Mahmoud... Clean up Normalization code (dotnet/coreclr#9941)
2017-03-03 Gaurav KhannaMerge pull request dotnet/coreclr#9942 from dotnet...
2017-03-03 Frederik CarlierSupport local stack unwinding on Android (dotnet/corecl...
2017-03-03 Joseph TremouletMerge pull request dotnet/coreclr#9773 from mikedn...
2017-03-03 Rich LanderAdd 3PN entries (dotnet/coreclr#9943)
2017-03-03 Bruce ForstallMerge pull request dotnet/coreclr#9873 from mskvortsov...
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 dotnet/coreclr#9897 from hseok-oh...
2017-03-03 Gaurav KhannaMerge pull request dotnet/coreclr#9934 from dotnet...
2017-03-03 Russ KeldorphUse CoreCLROverridePath property for CoreFx tests
2017-03-03 Andrey AkinshinFix license header for test (GitHub_1323) (dotnet/corec...
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 (dotnet/coreclr#9927)
2017-03-03 Alex PerovichMerge shared changes from corert and use C# shared...
2017-03-03 Bruce ForstallMerge pull request dotnet/coreclr#9915 from BruceForsta...
2017-03-03 Aditya MandaleekaMerge pull request dotnet/coreclr#9921 from adityamanda...
2017-03-03 Bruce ForstallFix AsmConstants.inc to be incrementally rebuilt as...
2017-03-03 Bruce ForstallMerge pull request dotnet/coreclr#9917 from BruceForsta...
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 (dotne...
2017-03-02 Bruce ForstallMerge pull request dotnet/coreclr#9916 from dotnet...
2017-03-02 Bruce ForstallAdd src\jit\protononjit directory to git mirror in...
2017-03-02 Stephen ToubMerge pull request dotnet/coreclr#9911 from dotnet...
2017-03-02 Michelle McDanielMerge pull request dotnet/coreclr#9775 from adiaaida...
2017-03-02 Fadi HannaFix LDVIRTFTN case for GVM target methods (dotnet/corec...
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 dotnet/coreclr#9894 from dotnet...
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 (dotnet/coreclr...
2017-03-02 dotnet-botUpdate CoreClr to beta-25102-02
2017-03-02 Jonghyun Park[x86/Linux] Initial filter support (dotnet/coreclr...
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 (dotnet...
2017-03-02 Ahson Ahmed... Adding Span API perf tests for comparison with arrays...
2017-03-02 Tarek Mahmoud... Cleanup the native globalization code (dotnet/coreclr...
2017-03-02 Andy AyersFix casing for newly added test (dotnet/coreclr#9889)
2017-03-02 Gaurav KhannaMerge pull request dotnet/coreclr#9882 from dotnet...
2017-03-02 Jan KotasCleanup (dotnet/coreclr#9892)
2017-03-02 Evgeny Pavlov[x86/Linux] Initial fix of arguments passing in Functio...
2017-03-01 Jan VorlicekFix incremental build on Unix (dotnet/coreclr#9779)
2017-03-01 Steve MacLean[Arm64/Unix] Fix stack unwinding (dotnet/coreclr#9877)
2017-03-01 William GodbeMerge pull request dotnet/coreclr#9868 from wtgodbe...
2017-03-01 dotnet-botUpdate CoreClr to beta-25101-04
2017-03-01 Aditya MandaleekaMerge pull request dotnet/coreclr#9770 from adityamanda...
2017-03-01 Michelle McDanielAdd Throughput Perf testing
2017-03-01 Pat GavlinMerge pull request dotnet/coreclr#9871 from pgavlin...
2017-03-01 Jon HannaTimespan division and multiplication. (dotnet/coreclr...
2017-03-01 Matt WarrenUpdate links to point to valid BotR pages (dotnet/corec...
2017-03-01 Peter KukolStreamlined MinOpts GC ref tracking. (dotnet/coreclr...
2017-03-01 Stephen ToubMerge pull request dotnet/coreclr#9831 from WinCPP...
2017-03-01 Yongseop Kim[x86/linux] Add IsIPinVirtualStub() on x86/linux (dotne...
2017-03-01 Steve MacLean[Arm64/Unix] Revert fix stack unwinding in CallDescrWor...
2017-03-01 Jonghyun Park[x86/Linux] Use ESTABLISHER_FRAME_POINTER_IS_CALLER_SP...
2017-03-01 Jonghyun Park[x86/Linux] Correct GetStackParameterSize on Funclet...
2017-03-01 Pat GavlinGuard a use of a possibly-uninitialized BitSet.
2017-03-01 Stephen ToubMerge pull request dotnet/coreclr#9870 from dotnet...
2017-03-01 WinCPPCorefx dotnet/coreclr#16274 - LazyInitializer.EnsureIni...
2017-03-01 Tarek Mahmoud... Globalization merge (dotnet/coreclr#9835)
2017-03-01 Jan KotasMove files that are identical with CoreRT under mscorli...
2017-03-01 dotnet-botUpdate CoreClr to beta-25101-01
2017-03-01 Alex PerovichMerge pull request dotnet/coreclr#9865 from alexperovic...
2017-03-01 Pat GavlinMerge pull request dotnet/coreclr#9609 from pgavlin...
2017-03-01 wtgodbeAllow user to zip tests even when not building against...
2017-03-01 Pat GavlinMerge pull request dotnet/coreclr#9862 from mikedn...
next