Age | Commit message (Expand) | Author | Files | Lines |
2017-05-01 | Merge pull request #11262 from pgavlin/NoCompatJit | Pat Gavlin | 19 | -839/+13 |
2017-05-01 | Add symbol publish (index/archive) build leg (#11300) | Davis Goodin | 4 | -80/+299 |
2017-05-01 | Merge pull request #11275 from CarolEidt/Fix11141 | Carol Eidt | 1 | -3/+18 |
2017-04-30 | Rename internal field of primitive type structs and make it private (#11312) | Jan Kotas | 14 | -348/+348 |
2017-04-30 | Merge pull request #11297 from DrewScoggins/AddPerfRunInstr | Drew Scoggins | 1 | -0/+9 |
2017-04-29 | Merge pull request #11272 from wtgodbe/CrossgenMove | William Godbe | 6 | -9/+19 |
2017-04-29 | Bring back Marshal.Read/Write overloads that takes object (#11251) | Yi Zhang (CLR) | 4 | -22/+270 |
2017-04-28 | Update CoreClr to preview2-25229-01 (#11303) | dotnet bot | 3 | -8/+8 |
2017-04-28 | Update runtest.sh | William Godbe | 1 | -1/+1 |
2017-04-28 | Ensure we run the Crossgened test executable in R2R tests | wtgodbe | 6 | -9/+19 |
2017-04-28 | Correctly enumerate loaded assemblies in AppDomain (#11294) | Gaurav Khanna | 5 | -45/+10 |
2017-04-28 | Fix typo | Drew Scoggins | 1 | -1/+1 |
2017-04-28 | Add instructions for running local perf tests | Drew Scoggins | 1 | -0/+9 |
2017-04-28 | Update CoreClr, CoreFx to preview2-25228-02, preview2-25228-02, respectively ... | dotnet bot | 11 | -31/+31 |
2017-04-28 | Enable interpreter build (#11252) | Jonghyun Park | 2 | -0/+7 |
2017-04-28 | Merge pull request #11268 from sdmaclea/PR-ARM64-two-gc-attributes | Brian Sullivan | 6 | -67/+83 |
2017-04-28 | Avoid over-constrained delayed-use register case | Carol Eidt | 1 | -3/+18 |
2017-04-28 | Fix R2R issue with virtual method resolving to non-generic base (#11289) | Yi Zhang (CLR) | 1 | -0/+6 |
2017-04-27 | Merge pull request dotnet/corert#3446 from jkotas/nmirror-merge | Jan Kotas | 1 | -19/+1 |
2017-04-27 | Add assert | Steve MacLean | 1 | -0/+1 |
2017-04-27 | Remove comment | Steve MacLean | 1 | -1/+1 |
2017-04-27 | Update CoreClr, CoreFx to preview2-25227-03, preview2-25227-02, respectively ... | dotnet bot | 11 | -31/+31 |
2017-04-27 | Fix lsra memory consumption (#11233) | Sergey Andreenko | 14 | -30/+89 |
2017-04-27 | Fix issues exposed by building with MSVC and /permissive-. (#11269) | Xiang Fan | 1 | -1/+1 |
2017-04-27 | Enable R2R jitstress jobs for x86 | Russ Keldorph | 1 | -1/+1 |
2017-04-27 | Allow conversions between enum and underlying type | Jan Kotas | 1 | -14/+10 |
2017-04-27 | Disallow conversions between Object* and Object in Array.Copy | Jan Kotas | 1 | -8/+12 |
2017-04-27 | Unify fetching LoadContext for Dynamic Assemblies (#11264) | Gaurav Khanna | 4 | -30/+18 |
2017-04-27 | Remove support for the x86 compat JIT from .NET Core. | Pat Gavlin | 19 | -839/+13 |
2017-04-27 | [Arm64] Use ldp for mismatched GC types in genPutArgStk | Steve MacLean, Qualcomm Datacenter Technologies, Inc | 1 | -14/+3 |
2017-04-27 | [Arm64] Support two GC attributes in pair forms | Steve MacLean, Qualcomm Datacenter Technologies, Inc | 5 | -53/+79 |
2017-04-27 | [Arm64] Clean up genPutArgStk (#11239) | Steve MacLean | 1 | -101/+41 |
2017-04-27 | Turn on unwind information at informational level rather than Info level. (#1... | Vance Morrison | 1 | -2/+2 |
2017-04-27 | Remove unused TreeNodeInfo::isHelperCallWithKills field (#11259) | Bruce Forstall | 2 | -24/+5 |
2017-04-27 | Merge pull request #11224 from parjong/fix/arm_unaligned_ldobj | Bruce Forstall | 1 | -0/+5 |
2017-04-27 | [WIP] Enable binding to CoreLib as NI image (#11040) | Gaurav Khanna | 8 | -47/+28 |
2017-04-27 | Merge pull request #11255 from mskvortsov/FixPutArgReg | Bruce Forstall | 1 | -10/+10 |
2017-04-27 | Merge pull request #11258 from mskvortsov/FixConsumeReporting | Bruce Forstall | 1 | -1/+5 |
2017-04-27 | Fix a double-free encountered when failing to initialize a handle table bucke... | Sean Gillespie | 1 | -1/+2 |
2017-04-27 | Fix unittest `LPSTRTest` (#11096) | Hanjoung Lee | 2 | -7/+26 |
2017-04-27 | Merge pull request #11219 from sdmaclea/PR-ARM64-CpObj-Use-LDP-STP | Brian Sullivan | 2 | -15/+66 |
2017-04-27 | Merge pull request #11243 from sdmaclea/PR-ARM64-LDP-ALLOW-GCREFS | Brian Sullivan | 1 | -2/+11 |
2017-04-27 | Do not report out-of-order consuming if node wasn't consumed at all | Mikhail Skvortcov | 1 | -1/+5 |
2017-04-27 | [x86/Linux] Disable USE_CALLER_SP_IN_FUNCLET in EH (#11247) | Jonghyun Park | 1 | -1/+5 |
2017-04-27 | RyuJIT/ARM32: Update GT_PUTARG_REG codegen. | Mikhail Skvortcov | 1 | -10/+10 |
2017-04-26 | [Arm64/Unix] Revise JIT_MemCpy (#11143) | Steve MacLean | 1 | -90/+84 |
2017-04-26 | Fix building with only VS2017 installed. (#11182) | Felipe Pessoto | 1 | -1/+7 |
2017-04-26 | Merge pull request #11240 from wtgodbe/SourceBranch | William Godbe | 1 | -2/+2 |
2017-04-26 | Fix to respect readonly prefix for multidimensional array Address method (#11... | Koundinya Veluri | 3 | -2/+68 |
2017-04-26 | Fix filename display in exception messages (#11238) | Gaurav Khanna | 5 | -14/+24 |