Age | Commit message (Expand) | Author | Files | Lines |
2017-06-21 | Fix event, semaphore, mutex create/open to request the maximum allowe… (#12... | Koundinya Veluri | 12 | -97/+138 |
2017-06-21 | Merge pull request #12395 from erozenfeld/fgMorphRecognizeBoxNullable | Eugene Rozenfeld | 3 | -23/+205 |
2017-06-21 | Provision CodeBase and NotificationAlias variables -CoreCLR (#12403) | Ravi Eda | 1 | -3/+3 |
2017-06-21 | Merge pull request #12379 from dotnet-maestro-bot/master-UpdateDependencies | Wes Haggard | 1 | -4/+4 |
2017-06-21 | Merge pull request #12164 from hqueue/arm/ryujit/lsra_12078_live_in | Carol Eidt | 2 | -29/+27 |
2017-06-21 | Merge pull request #12358 from jyoungyun/ryujit/assersion_failed_info_numslot... | Carol Eidt | 1 | -0/+5 |
2017-06-21 | Update CoreClr, CoreFx to preview1-25421-01, preview1-25421-02, respectively | dotnet-maestro-bot | 1 | -4/+4 |
2017-06-21 | Please include this line to enable build (#12382) | Richard L. Jackson | 1 | -1/+1 |
2017-06-21 | Spmi source code cleaning (#12378) | Sergey Andreenko | 4 | -393/+341 |
2017-06-20 | Fix for a bug in fgMorphRecognizeBoxNullable. | Eugene Rozenfeld | 3 | -23/+205 |
2017-06-21 | Enable and use updateAssginedInterval() for all targets | Hyung-Kyu Choi | 2 | -30/+12 |
2017-06-20 | Update trusted RHEL build Dockertag to support LTO (#12396) | Daniel Podder | 1 | -1/+1 |
2017-06-21 | Introduce LinearScan::isAssignedToInterval() | Hyung-Kyu Choi | 2 | -6/+11 |
2017-06-21 | Fix typo and formatting issues | Jiyoung Yun | 1 | -2/+2 |
2017-06-21 | [RyuJIT/ARM32] Avoid assersion for double arguments | Jiyoung Yun | 1 | -7/+5 |
2017-06-21 | [RyuJIT/ARM32] Assign 1 srcCount in TYP_DOUBLE | Jiyoung Yun | 1 | -3/+4 |
2017-06-21 | Assign 2 numslots to gtLsraInfo.srcCount in TYP_DOUBLE | Jiyoung Yun | 1 | -0/+6 |
2017-06-21 | [RyuJIT/ARM32] Use helper to update RegRecord | Hyung-Kyu Choi | 1 | -7/+4 |
2017-06-21 | [RyuJIT/ARM32] Clear assigned interval of double register | Hyung-Kyu Choi | 1 | -1/+9 |
2017-06-21 | [RyuJIT/ARM32] Unassign double register properly at BB entry | Hyung-Kyu Choi | 1 | -2/+8 |
2017-06-20 | Stub Environment from registry apis inside app-containers. (CoreCLR) (#12390) | Atsushi Kanamori | 1 | -12/+24 |
2017-06-20 | Update building documentation for osx/macOS (#12366) | Tomas Weinfurt | 1 | -1/+10 |
2017-06-20 | [Local GC] Move handle creation/deletion profiler callbacks out of the GC (#1... | Sean Gillespie | 6 | -314/+154 |
2017-06-20 | [RyuJIT/ARM32] Implement storing multi-reg/HFA return value at caller (#12294) | Hyung-Kyu Choi | 2 | -14/+37 |
2017-06-20 | Merge pull request #11629 from pentp/Math-perf | Eric Mellino | 2 | -46/+7 |
2017-06-20 | Update CI to follow up corefx changes (#12384) | Hyung-Kyu Choi | 1 | -7/+3 |
2017-06-19 | .clang format from jit (#12377) | Sergey Andreenko | 3 | -170/+251 |
2017-06-19 | Merge pull request #12313 from kyulee1/st | Carol Eidt | 1 | -2/+2 |
2017-06-19 | Don't close passed in FileStream handles in constructor (#12253) | Jeremy Kuhne | 3 | -48/+99 |
2017-06-19 | Fixing CompareInfo AssemblyMode.Full serialization between Core <--> Desktop ... | Viktor Hofer | 1 | -2/+16 |
2017-06-19 | Merge pull request #12055 from mikedn/lower-long-relops | Pat Gavlin | 1 | -323/+149 |
2017-06-19 | ILLink Performance Tests: Enable MusicStore | Swaroop Sridhar | 1 | -3/+2 |
2017-06-19 | [RyuJIT/ARM32] Update LinearScan::resolveLocalRef() for ARM32 (#12194) | Hyung-Kyu Choi | 2 | -20/+61 |
2017-06-19 | Merge pull request #12364 from adiaaida/removeSudoThroughput | Michelle McDaniel | 1 | -1/+1 |
2017-06-19 | Update CoreClr, CoreFx to preview1-25419-02, preview1-25419-02, respectively ... | dotnet-maestro-bot | 1 | -4/+4 |
2017-06-19 | Remove sudo from throughput run | Michelle McDaniel | 1 | -1/+1 |
2017-06-18 | Cleanup most code in StringBuilder (#10156) | James Ko | 2 | -626/+548 |
2017-06-17 | Merge pull request #12335 from mikedn/assert-prop-alloc | Pat Gavlin | 1 | -4/+4 |
2017-06-17 | Further improve perf of Char.IsWhiteSpace (#12353) | Stephen Toub | 1 | -1/+5 |
2017-06-17 | Merge pull request dotnet/corert#3911 from jkotas/nmirror-merge | Jan Kotas | 1 | -2/+1 |
2017-06-17 | Add regression test for issue #12224 (#12331) | Jan Vorlicek | 2 | -0/+82 |
2017-06-17 | Remove some dead argument checks for unsigned primitives for less than zero (... | Hugh Bellamy | 1 | -8/+0 |
2017-06-17 | Fix chained hardware exception handling on Unix (#12344) | Jan Vorlicek | 2 | -3/+7 |
2017-06-17 | Throw ArgumentNullException on Unix calling Marshal.IsComObject(null) (#12348) | Hugh Bellamy | 1 | -1/+6 |
2017-06-16 | Fix perf.groovy | Swaroop Sridhar | 1 | -2/+2 |
2017-06-16 | LoadFromResolve event handler should return null incase of any load error (#1... | Gaurav Khanna | 1 | -1/+13 |
2017-06-16 | Fix CompareInfo.Version on Windows (#12330) | Tarek Mahmoud Sayed | 1 | -0/+1 |
2017-06-16 | Security build JSONs. (#12279) | Ravi Eda | 2 | -0/+603 |
2017-06-16 | Update CoreClr, CoreFx to preview1-25416-04, preview1-25416-02, respectively ... | dotnet-maestro-bot | 1 | -4/+4 |
2017-06-16 | Add path to exception messages (#12322) | Dan Moseley | 9 | -99/+37 |