2018-08-07 |
Aditya Mandaleeka | Make VM-side changes for ARM64 Windows calling convention. |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Egor Chesakov | Enable CoreFx tests disabled in https://github.com... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Pent Ploompuu | Clean-up number.cpp (dotnet/coreclr#18964) |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Jan Kotas | Add pooling for JIT scratch memory (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
dotnet-maestro-bot | Update CoreClr, CoreFx, PgoData to preview1-26717-04... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Aaron Robinson | Update NativeCallable attribute tests (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Vance Morrison | Merge pull request dotnet/coreclr#18938 from vancem... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Carol Eidt | Merge pull request dotnet/coreclr#18891 from CarolEidt... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Pent Ploompuu | Move Decimal to shared (dotnet/coreclr#18948) |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Stephen Toub | Improve throughput of {U}Int32/64.{Try}Parse for hex... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx, PgoData to preview1... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Jan Kotas | Delete redundant broken offsetof definitions (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Koundinya Veluri | Apply tiering's call counting delay more broadly (dotne... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Carol Eidt | Use `FEATURE_ARG_SPLIT` to qualify handling of `GT_PUTA... |
commit | commitdiff | tree | snapshot |
2018-07-17 |
Andy Ayers | JIT: fix value numbering to handle GT_NULLCHECK more... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Carol Eidt | PR Feedback |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Tanner Gooding | Adding tests for the Avx2 AlignRight, Blend, and Conver... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Tanner Gooding | Implementing the Avx2 AlignRight, Blend, and ConvertTo... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Bruce Forstall | Merge pull request dotnet/coreclr#18917 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Noah Falk | Add no tiered compilation test jobs (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Carol Eidt | Ensure BuildUse uses the correct reg number |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Matt Warren | Fixing markdown list formatting (dotnet/coreclr#18936) |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Jan Kotas | Fix disabled test name (dotnet/coreclr#18932) |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Eugene Rozenfeld | Improve narrowing of GT_AND nodes. (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Egor Chesakov | Mark RuntimeEventSourceTest as GCStressIncompatible... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Vance Morrison | Add back in code deleted in .NET Core port. |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Stephen Toub | Improve throughput of UInt32/UInt64 integer parsing... |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Jan Kotas | CoreFX test fixes (dotnet/coreclr#18929) |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Stephen Toub | Remove unused resource strings from System.Private... |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Koundinya Veluri | Expose SpinWait.SpinOnce(int sleep1Threshold) overload... |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Stephen Toub | Temporarily allow combase.dll!RoGetActivationFactory... |
commit | commitdiff | tree | snapshot |
2018-07-14 |
Russ Keldorph | Revert "Fix some failures when using build-test.sh" |
commit | commitdiff | tree | snapshot |
2018-07-14 |
russ | Fix some failures when using build-test.sh |
commit | commitdiff | tree | snapshot |
2018-07-14 |
Wraith2 | Remove version increment from Dictionary<K,V>.Remove... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Bruce Forstall | Enable 'jitnosimd' job for Linux/arm64 (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Bruce Forstall | Enable Windows ARM64 corefx jobs |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Stephen Toub | Improve Int32/Int64 {Try}Parse performance for NumberSt... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Andy Ayers | JIT: optimize some cases of unused structs (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Bruce Forstall | Remove unnecessary R2R jobs (dotnet/coreclr#18902) |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Andon Andonov | Enable logs (dotnet/coreclr#18881) |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Egor Chesakov | Remove System.Security.Cryptography.X509Certificates... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Mike McLaughlin | Add prefix to DAC's PAL exports for alpine (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Bruce Forstall | Disable 3 long-running tests and 1 failing test (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Egor Chesakov | Remove dead/unreachable code from ARM32 and ARM64 emitt... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Brian Sullivan | Merge pull request dotnet/coreclr#18887 from briansull... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Eugene Rozenfeld | Fixes for bugs in fgMorphCast and optNarrowTree. (dotne... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Brian Sullivan | Added the repro test case |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Brian Sullivan | Include the processor atomic operations in the OperIsSt... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Brian Robbins | Don't trim compiler-generated anonymous types. (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Andon Andonov | CoreFX CI Unix (dotnet/coreclr#18753) |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Fei Peng | Fix VEX.vvvv encoding for AVX.BlendVariable |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Stephen Toub | Remove TODO comment from CancellationTokenRegistration... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Bruce Forstall | Merge pull request dotnet/coreclr#18862 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Juan Hoyos | Merge pull request dotnet/coreclr#18859 from hoyosjs... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Jan Kotas | Optimize Double/Single.IsNegative |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Egor Bogatov | Make Number.Parsing.cs BigEndian friendly (dotnet/corec... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Bruce Forstall | Merge pull request dotnet/coreclr#18861 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Bruce Forstall | Merge pull request dotnet/coreclr#18860 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Noah Falk | Adjust JIT automated testing for tiered compilation... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Bruce Forstall | Disable tests for Windows/arm64 with GCStress=3 that... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Bruce Forstall | Fix ShowLocallocAlignment test for x86 |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Bruce Forstall | Re-enable tests for dotnet/coreclr#13731 which was... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Egor Chesakov | Remove random.NextDouble() from JIT/HardwareIntrinsics... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Tomáš Rylek | Initial implementation of method fixup parser (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Tanner Gooding | Fixing encodeXmmRegAsIval to ensure the result meets... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Carol Eidt | Merge pull request dotnet/coreclr#18805 from CarolEidt... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Stephen Toub | Fix two issues in Marshal.SecureStringToBSTR (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Brian Sullivan | Merge pull request dotnet/coreclr#18812 from briansull... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Amy | Merge pull request dotnet/coreclr#18653 from acmyu... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Juan Sebastian... | GS cookie check fix for debugger stackwalks port |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Tanner Gooding | Regenerating the x86 HWIntrinsic tests to cover struct... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Tanner Gooding | Updating the x86 HWIntrinsic test templates to test... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Jan Kotas | Move BinaryReader to shared CoreLib partition (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Amy | Exclude failing CoreFx test (dotnet/coreclr#18844) |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Brian Sullivan | Updated fix for VSO 610014 |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Tanner Gooding | Fixing a call to emitIns_SIMD_R_R_AR_R to pass argument... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Amy Yu | Exclude failing CoreFx test |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Updating InstructionSet_BMI1/2 to be controlled by... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Adding tests for the ParallelBitDeposit and ParallelBit... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Implementing the ParallelBitDeposit and ParallelBitExtr... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Adding tests for the AndNot, ExtractLowestSetBit, GetMa... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Implementing the AndNot, ExtractLowestSetBit, GetMaskUp... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Adding tests for the x86 TrailingZeroCount HWintrinsic |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Implementing the x86 TrailingZeroCount HWIntrinsic |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Tanner Gooding | Renaming ScalarUnOpTest to ScalarSimdUnOpTest |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Viktor Hofer | Fix serialization type in NotFiniteNumberException... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Amy Yu | Fix test errors |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Amy Yu | Use BuildManagedTools argument instead of environment... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Amy Yu | Add R2RDump to build.proj, running dotnet restore befor... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Andon Andonov | CoreFX CI Unix Staging commit (dotnet/coreclr#18750) |
commit | commitdiff | tree | snapshot |
2018-07-09 |
HumanEquivalentUnit | Fix a comment in the string.ToLower() method (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Jan Kotas | Undo unnecessary BinaryReader::ReadOneChar/InternalRead... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Anirudh Agnihotry | Moved ManualResetEventSlim to shared (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-07-08 |
Rich Lander | Correct AssemblyLoadContext comment (dotnet/coreclr... |
commit | commitdiff | tree | snapshot |
2018-07-08 |
Viktor Hofer | LastIndexOf corner case fix when span is empty (dotnet... |
commit | commitdiff | tree | snapshot |
2018-07-08 |
Viktor Hofer | Fix Span LastIndexOf empty value handling |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Anirudh Agnihotry | TargetFrameworkName property initialized (dotnet/corecl... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Stephen Toub | Improve DateTime{Offset}.ParseExact performance for... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Bruce Forstall | Merge pull request dotnet/coreclr#18795 from BruceForst... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Carol Eidt | Don't change PUTARG_REG type on arm64 |
commit | commitdiff | tree | snapshot |
next |