2018-05-22 |
Steve MacLean | Fix compareexchangetstring thread safety (#18075) |
commit | commitdiff | tree | snapshot |
2018-05-22 |
Sergey Andreenko | add stackLevelSetter to the VS header list. (#18077) |
commit | commitdiff | tree | snapshot |
2018-05-22 |
Sergey Andreenko | add repro for #18056 (#18057) |
commit | commitdiff | tree | snapshot |
2018-05-22 |
Ahson Khan | Code cleanup and formatting for System.Memory files... |
commit | commitdiff | tree | snapshot |
2018-05-22 |
Tomas Weinfurt | small fixes to build CoreCLR on FreeBSD again (#18072) |
commit | commitdiff | tree | snapshot |
2018-05-21 |
dotnet-maestro-bot | Update BuildTools, PgoData to preview1-02821-03, master... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Brian Robbins | Only include DotNETRuntimeEventSource.cs if it exists... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Bruce Forstall | Merge pull request #18032 from sdmaclea/PR-ARM64-LSE... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Michelle McDaniel | Reduce the number of days to keep artifacts for perf... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Chris Sienkiewicz | Implement ICorDebugILFrame3::GetReturnValueForILOffset... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Carol Eidt | Merge pull request #18058 from dotnetrt/gh18041 |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Gleb Balykov | Update Tizen CI docker image (#17814) |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Jacek Blaszczynski | Fix ConvertToInt32WithTruncation tests |
commit | commitdiff | tree | snapshot |
2018-05-20 |
dotnet-maestro-bot | Update PgoData to master-20180520-0038 (#18065) |
commit | commitdiff | tree | snapshot |
2018-05-19 |
dotnet-maestro-bot | Update PgoData to master-20180519-0051 (#18062) |
commit | commitdiff | tree | snapshot |
2018-05-19 |
Jan Kotas | Fix CoreRT build break |
commit | commitdiff | tree | snapshot |
2018-05-19 |
mikedn | Remove bogus NoInlining uses (#18061) |
commit | commitdiff | tree | snapshot |
2018-05-19 |
Carol Eidt | Merge pull request #15348 from mikedn/ssa-indir |
commit | commitdiff | tree | snapshot |
2018-05-19 |
Stephen Toub | Avoid freezing ConcurrentQueue segments in Count (... |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Jacek Blaszczynski | Fix codegen for HW intrinsic Sse2.ConvertToInt32WithTru... |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Mike Danes | Remove useless IndirectAssignmentAnnotation |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Andy Ayers | JIT: treat SIMD types as structs in box optimizations... |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Andy Ayers | JIT: clear up some no-op casts in the importer (#17996) |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Carol Eidt | Merge pull request #17991 from sdmaclea/PR-ARM64-STACK... |
commit | commitdiff | tree | snapshot |
2018-05-18 |
dotnet-maestro-bot | Update BuildTools, PgoData to preview1-02817-01, master... |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Artem Koval | Update osx-instructions.md (#18000) |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Atsushi Kanamori | Revert PR 17881 to unblock integration into CoreFx... |
commit | commitdiff | tree | snapshot |
2018-05-18 |
acmyu | R2RDump - Runtime function RVAs and method signatures... |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Steve MacLean | [Arm64] Add basic ARMv8.1 Atomics |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Bruce Forstall | Merge pull request #17764 from sdmaclea/PR-ARM64-CI... |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Steve MacLean | [Arm64/Ubuntu] match arm32 except triggers |
commit | commitdiff | tree | snapshot |
2018-05-17 |
dotnet-maestro-bot | Update PgoData to master-20180517-0042 (#18029) |
commit | commitdiff | tree | snapshot |
2018-05-17 |
dotnet-maestro-bot | Update CoreClr, CoreFx, PgoData to preview1-26517-01... |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Egor Chesakov | Replace sizeof(TADDR) with TARGET_POINTER_SIZE in Zap... |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Brian Robbins | Generate EventSources Representing DotNETRuntime Eventi... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Stephen Toub | Add some more documentation for ValueTask (dotnet/coref... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
stakx | System.Reflection: Replicate custom modifiers of method... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
dotnet-maestro-bot | Update CoreClr to preview1-26516-05 (#18018) |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Maryam Ariyan | Moving ConcurrentQueue to shared (#18024) |
commit | commitdiff | tree | snapshot |
2018-05-16 |
dotnet-maestro-bot | Update CoreClr to preview1-26516-01 (#18015) |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Sergey Andreenko | ignore .tail opcode for arm64 (#18002) |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Bruce Bowyer... | Remove IsAscii fast paths from Equals and Compare Ordin... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Carol Eidt | Merge pull request #18010 from CarolEidt/StructTests |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Sergey Andreenko | Tolerate spmi misses (#17997) |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Sergey Andreenko | Do not allocate memory in compUpdateTreeLife. (#17055) |
commit | commitdiff | tree | snapshot |
2018-05-15 |
stakx | Remove faulty Debug.Assert (#18009) |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Carol Eidt | Add tests for struct-related issues |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Carol Eidt | Update first-class-structs.md |
commit | commitdiff | tree | snapshot |
2018-05-15 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx to preview1-02815... |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Sergey Andreenko | fix jit format after better-wildcards PR (#18008) |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Sergey Andreenko | format spmi (#18003) |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Steve MacLean | [Arm64] Fix stack struct arg packing |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Carol Eidt | Update first-class-structs.md |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Carol Eidt | Update first-class-structs.md |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Brian Sullivan | Merge pull request #17970 from briansull/better-wildcards |
commit | commitdiff | tree | snapshot |
2018-05-14 |
David Wrighton | Fix multicast delegate step from delegate (#17990) |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Brian Robbins | Remove usages of AnsiString and replace them with Unico... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Brian Sullivan | jit-format --fix --untidy |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Sergey Andreenko | Add tests for arm64 il issues. (#17759) |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Brian Sullivan | Fix Typo |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Brian Sullivan | Code review feedback |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Egor Chesakov | Enable System.Transactions.Local.Tests on Linux/arm... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Brian Sullivan | Merge branch 'master' into better-wildcards |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Wes Haggard | Merge pull request #17988 from dotnet-maestro-bot/maste... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Maryam Ariyan | Moving ConcurrentQueue to shared folder (#17956) |
commit | commitdiff | tree | snapshot |
2018-05-14 |
acmyu | R2RDump - Print ReadyToRun image headers (#17942) |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Konstantin... | PEImageLayout: flush instruction cache only for pages... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
dotnet-maestro-bot | Update CoreClr to preview1-26514-05 |
commit | commitdiff | tree | snapshot |
2018-05-14 |
stakx | Reflection: Allow ParameterBuilder.SetConstant(nonNullV... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview1-26514-01, preview1... |
commit | commitdiff | tree | snapshot |
2018-05-13 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview1-26513-04, preview1... |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Sergey Andreenko | Add explicit null check for VSD via tail call stub... |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Carol Eidt | Merge pull request #17971 from CarolEidt/FixCpBlkBug |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Carol Eidt | Merge pull request #17948 from mikedn/delegate-contain... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Carol Eidt | PR feedback and fix test. |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Brian Sullivan | Improve the JitConfig class and method name matching... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Carol Eidt | Don't eliminate a cpblk when offsets are different |
commit | commitdiff | tree | snapshot |
2018-05-11 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview1-26511-05, preview1... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Stephen Toub | Move StringBuilderCache to shared (#17964) |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Adam Sitnik | Switch to Word2Vec fork (#17945) |
commit | commitdiff | tree | snapshot |
2018-05-11 |
mikedn | Fix Avx.ConvertToSingle flags (#17954) |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Stephen Toub | Merge pull request dotnet/corefx#29636 from stephentoub... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Sung Yoon Whang | update profiler API status to reflect that #13153 is... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Wes Haggard | Merge pull request #17941 from dotnet-maestro-bot/maste... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Andy Ayers | JIT: fix case with slow generic delegate creation ... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Sergey Andreenko | add test with tail call of VSD stub with AV. (#17920) |
commit | commitdiff | tree | snapshot |
2018-05-10 |
dotnet-maestro-bot | Update BuildTools, CoreClr, CoreFx to preview1-02810... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Andy Ayers | Value number identities for compares and subs (#17919) |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Aditya Mandaleeka | Merge pull request #17784 from adityamandaleeka/add_jit... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Sung Yoon Whang | Specify ordering between CrstUniqueStack and CrstReadyT... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Mike Danes | Call ContainCheckIndir on the newly created indir |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Jan Vorlicek | Fix alternate stack for Alpine docker on SELinux (... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Stephen Toub | Replace easy Substrings with AsSpan/Slices (#17916) |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Aditya Mandaleeka | Fix lst file for new test additions. |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Sergey Andreenko | fix semicolon and priorities for new excluded tests... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Carol Eidt | Merge pull request #17911 from CarolEidt/Fix16377 |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Aditya Mandaleeka | Add regression test for passing HFA params. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Eugene Rozenfeld | Improve checking of GTF_CALL flag. (#17857) |
commit | commitdiff | tree | snapshot |
2018-05-09 |
dotnet-maestro-bot | Update CoreClr, CoreFx to preview1-26509-05, preview1... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Stephen Toub | Reduce allocation in StringBuilder marshaling (#17928) |
commit | commitdiff | tree | snapshot |
next |