summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge pull request #11262 from pgavlin/NoCompatJitPat Gavlin19-839/+13
2017-05-01Add symbol publish (index/archive) build leg (#11300)Davis Goodin4-80/+299
2017-05-01Merge pull request #11275 from CarolEidt/Fix11141Carol Eidt1-3/+18
2017-04-30Rename internal field of primitive type structs and make it private (#11312)Jan Kotas14-348/+348
2017-04-30Merge pull request #11297 from DrewScoggins/AddPerfRunInstrDrew Scoggins1-0/+9
2017-04-29Merge pull request #11272 from wtgodbe/CrossgenMoveWilliam Godbe6-9/+19
2017-04-29Bring back Marshal.Read/Write overloads that takes object (#11251)Yi Zhang (CLR)4-22/+270
2017-04-28Update CoreClr to preview2-25229-01 (#11303)dotnet bot3-8/+8
2017-04-28Update runtest.shWilliam Godbe1-1/+1
2017-04-28Ensure we run the Crossgened test executable in R2R testswtgodbe6-9/+19
2017-04-28Correctly enumerate loaded assemblies in AppDomain (#11294)Gaurav Khanna5-45/+10
2017-04-28Fix typoDrew Scoggins1-1/+1
2017-04-28Add instructions for running local perf testsDrew Scoggins1-0/+9
2017-04-28Update CoreClr, CoreFx to preview2-25228-02, preview2-25228-02, respectively ...dotnet bot11-31/+31
2017-04-28Enable interpreter build (#11252)Jonghyun Park2-0/+7
2017-04-28Merge pull request #11268 from sdmaclea/PR-ARM64-two-gc-attributesBrian Sullivan6-67/+83
2017-04-28Avoid over-constrained delayed-use register caseCarol Eidt1-3/+18
2017-04-28Fix R2R issue with virtual method resolving to non-generic base (#11289)Yi Zhang (CLR)1-0/+6
2017-04-27Merge pull request dotnet/corert#3446 from jkotas/nmirror-mergeJan Kotas1-19/+1
2017-04-27Add assertSteve MacLean1-0/+1
2017-04-27Remove commentSteve MacLean1-1/+1
2017-04-27Update CoreClr, CoreFx to preview2-25227-03, preview2-25227-02, respectively ...dotnet bot11-31/+31
2017-04-27Fix lsra memory consumption (#11233)Sergey Andreenko14-30/+89
2017-04-27Fix issues exposed by building with MSVC and /permissive-. (#11269)Xiang Fan1-1/+1
2017-04-27Enable R2R jitstress jobs for x86Russ Keldorph1-1/+1
2017-04-27Allow conversions between enum and underlying typeJan Kotas1-14/+10
2017-04-27Disallow conversions between Object* and Object in Array.CopyJan Kotas1-8/+12
2017-04-27Unify fetching LoadContext for Dynamic Assemblies (#11264)Gaurav Khanna4-30/+18
2017-04-27Remove support for the x86 compat JIT from .NET Core.Pat Gavlin19-839/+13
2017-04-27[Arm64] Use ldp for mismatched GC types in genPutArgStkSteve MacLean, Qualcomm Datacenter Technologies, Inc1-14/+3
2017-04-27[Arm64] Support two GC attributes in pair formsSteve MacLean, Qualcomm Datacenter Technologies, Inc5-53/+79
2017-04-27[Arm64] Clean up genPutArgStk (#11239)Steve MacLean1-101/+41
2017-04-27Turn on unwind information at informational level rather than Info level. (#1...Vance Morrison1-2/+2
2017-04-27Remove unused TreeNodeInfo::isHelperCallWithKills field (#11259)Bruce Forstall2-24/+5
2017-04-27Merge pull request #11224 from parjong/fix/arm_unaligned_ldobjBruce Forstall1-0/+5
2017-04-27[WIP] Enable binding to CoreLib as NI image (#11040)Gaurav Khanna8-47/+28
2017-04-27Merge pull request #11255 from mskvortsov/FixPutArgRegBruce Forstall1-10/+10
2017-04-27Merge pull request #11258 from mskvortsov/FixConsumeReportingBruce Forstall1-1/+5
2017-04-27Fix a double-free encountered when failing to initialize a handle table bucke...Sean Gillespie1-1/+2
2017-04-27Fix unittest `LPSTRTest` (#11096)Hanjoung Lee2-7/+26
2017-04-27Merge pull request #11219 from sdmaclea/PR-ARM64-CpObj-Use-LDP-STPBrian Sullivan2-15/+66
2017-04-27Merge pull request #11243 from sdmaclea/PR-ARM64-LDP-ALLOW-GCREFSBrian Sullivan1-2/+11
2017-04-27Do not report out-of-order consuming if node wasn't consumed at allMikhail Skvortcov1-1/+5
2017-04-27[x86/Linux] Disable USE_CALLER_SP_IN_FUNCLET in EH (#11247)Jonghyun Park1-1/+5
2017-04-27RyuJIT/ARM32: Update GT_PUTARG_REG codegen.Mikhail Skvortcov1-10/+10
2017-04-26[Arm64/Unix] Revise JIT_MemCpy (#11143)Steve MacLean1-90/+84
2017-04-26Fix building with only VS2017 installed. (#11182)Felipe Pessoto1-1/+7
2017-04-26Merge pull request #11240 from wtgodbe/SourceBranchWilliam Godbe1-2/+2
2017-04-26Fix to respect readonly prefix for multidimensional array Address method (#11...Koundinya Veluri3-2/+68
2017-04-26Fix filename display in exception messages (#11238)Gaurav Khanna5-14/+24