summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Add linux throughput testing supportMichelle McDaniel3-43/+185
2017-03-08Revise Interop TC Calling Convention (#10014)Jonghyun Park10-191/+205
2017-03-08SRV->SVR in BotR GC section.Aditya Mandaleeka1-2/+2
2017-03-08Merge pull request #10044 from mmitche/remove-nuget-cacheMatt Mitchell1-7/+7
2017-03-08Add all .nuget subdirsMatt Mitchell1-7/+7
2017-03-08Remove the nuget cache from the archivalMatt Mitchell1-7/+7
2017-03-08Merge pull request #9950 from dotnet-bot/master-UpdateDependenciesGaurav Khanna15-30/+30
2017-03-08Merge pull request #10040 from adiaaida/perfjobtriggersMichelle McDaniel1-2/+2
2017-03-08Change perf test trigger phasesMichelle McDaniel1-2/+2
2017-03-08Merge pull request #10013 from BruceForstall/CiTailcallStressBruce Forstall1-492/+131
2017-03-08Merge pull request #10017 from sivarv/morphAssertFixSivarv1-3/+23
2017-03-08Update CoreClr, CoreFx to beta-25108-04, beta-25108-02, respectivelydotnet-bot15-30/+30
2017-03-08[x86/Linux] Calling convention mismatch inside Vector3Interop tests (#10028)Jonghyun Park1-7/+13
2017-03-08[x86/Linux] Calling convention mismatch inside systemvbrinup test (#10029)Jonghyun Park1-70/+78
2017-03-08Remove CORECLR_GDBJIT length check in gdbjit (#10016)chunseoklee1-1/+1
2017-03-08Fix wrong gcc inline assembly code. (#10024)ragmani1-2/+2
2017-03-08Fix assert in portable pdb reader running the clrstack command (#10011)Mike McLaughlin1-0/+3
2017-03-08Move two sharable classes into the shared partition. (#10009)Atsushi Kanamori4-26/+42
2017-03-07Merge pull request #10006 from wtgodbe/parallelWrapperGenWilliam Godbe1-0/+1
2017-03-07Remove TRACK_CXX_EXCEPTION_CODE_HACK and related code. (#10018)Aditya Mandaleeka5-142/+2
2017-03-07Port Windows PGO support to master (#9985)Daniel Podder6-5/+145
2017-03-07Merge pull request #10021 from adityamandaleeka/fix_broken_ci_badgesAditya Mandaleeka1-12/+12
2017-03-07Add new JIT stress modes to the CI system; clean up netci.groovy duplicationBruce Forstall1-492/+131
2017-03-07Fix broken badges.Aditya Mandaleeka1-12/+12
2017-03-07Add shared changes from corert (#10010)Alex Perovich26-364/+90
2017-03-07Morph assert fix.sivarv1-3/+23
2017-03-07Merge pull request #10005 from stephentoub/taskextensionsStephen Toub2-0/+49
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier7-16/+204
2017-03-07[x86/linux] Fix "Undefined Reference" error in CLR release build. (#10000)ragmani1-2/+2
2017-03-07Fix incremental build of mscordaccore (#9982)Jan Vorlicek1-9/+24
2017-03-07Merge pull request #9992 from adiaaida/fixjit32testingMichelle McDaniel1-0/+14
2017-03-07Add TaskExtensions to CoreLibStephen Toub2-0/+49
2017-03-07Fix jit32 perf and throughput testingMichelle McDaniel1-0/+14
2017-03-07Merge pull request #9996 from BruceForstall/FixCallFunFormattingBruce Forstall7-102/+253
2017-03-07Zip all test wrappers in parallelwtgodbe1-0/+1
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park29-74/+87
2017-03-07Enhance ICU version scan (#9993)Jan Vorlicek1-3/+21
2017-03-07[x86/Linux] Fix incorrect FP values (#9975)Hanjoung Lee2-16/+10
2017-03-06Merge pull request #9995 from BruceForstall/FixNetciForceRelocsBruce Forstall1-0/+1
2017-03-06Harden resolveVirtualMethod against invalid types (#9989)Andy Ayers3-45/+167
2017-03-07[x86/Linux] Check Stack Alignment in StubRareEnable/StubRareDisableTHROW (#9925)Jonghyun Park1-0/+4
2017-03-06Merge pull request #9986 from wtgodbe/XunitWrapperGranularityWilliam Godbe3-8/+13
2017-03-07Fix ICU detection in System.Globalization.Native build (#9990)Jan Vorlicek1-4/+2
2017-03-06Un-clang-format-horrible-ify emitIns_Call() and genEmitCall()Bruce Forstall7-102/+253
2017-03-06Add missing "break" in a forcerelocs caseBruce Forstall1-0/+1
2017-03-06Merge pull request #9991 from adiaaida/fixx86NugetPackageCreationMichelle McDaniel1-1/+1
2017-03-06Change PackagePlatform to Platform for x86 jit pkgMichelle McDaniel1-1/+1
2017-03-06Create Xunit wrappers for 2nd-level test directories instead of top-levelwtgodbe3-8/+13
2017-03-06Implementation for Dictionary.TryAdd (#9923)James Ko1-8/+40
2017-03-06Merge pull request #9398 from mikedn/switch-castSivarv2-22/+12