summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Always download coredistools packageSejong Oh5-43/+11
2016-05-04Merge pull request #4723 from kyulee1/tailcallKyungwoo Lee11-74/+117
2016-05-04Merge pull request #4727 from adiaaida/overflowLongArithmeticMichelle McDaniel5-28/+31
2016-05-04Merge pull request #4757 from swgillespie/gcstress-disable-testsSean Gillespie2-1/+2
2016-05-04Merge pull request #4760 from dotnet-bot/from-tfsBruce Forstall11-32/+160
2016-05-04ARM64: Enable Tail Call with VarargKyungwoo Lee11-74/+117
2016-05-03Merge pull request #4759 from rahku/crossgenRahul Kumar1-1/+1
2016-05-03Merge pull request #4771 from myungjoo/fix/4746Kyungwoo Lee1-0/+4
2016-05-04Unix/Build: use -fsigned-charMyungJoo Ham1-0/+4
2016-05-03Merge pull request #4478 from pgavlin/JitPackagingPat Gavlin12-26/+342
2016-05-03Merge pull request #4768 from adityamandaleeka/fix_ci_corefxbinsAditya Mandaleeka1-33/+33
2016-05-03Merge pull request #4740 from yizhang82/interop_x86_testYi Zhang (CLR)12-32/+24
2016-05-03Add quotes around coreFxBinDir example.Aditya Mandaleeka1-33/+33
2016-05-03Merge pull request #4753 from AndyAyersMS/InlineForSizeAndy Ayers5-8/+124
2016-05-03Merge pull request #4705 from RussKeldorph/vector3interopRuss Keldorph1-2/+8
2016-05-04ARM: fix stack frame management (#4641)MyungJoo Ham3-21/+37
2016-05-03Merge pull request #4693 from adityamandaleeka/delegateinvoke_platnotsupAditya Mandaleeka4-3/+148
2016-05-03Add test for Begin/EndInvoke throwing PlatformNotSupportedException.Aditya Mandaleeka3-0/+145
2016-05-03Fix checking of correct errorlevel for crossgenRahul Kumar1-1/+1
2016-05-03Merge pull request #4738 from dotnet-bot/from-tfsBruce Forstall1-2/+2
2016-05-03Merge pull request #4721 from swgillespie/gcsimulatorSean Gillespie443-73/+22546
2016-05-03Disable two tests under GCStress for #4748 and #4708Sean Gillespie2-1/+2
2016-05-03Create JIT packages during the build.Pat Gavlin12-26/+342
2016-05-03Set overflow flag for add/sub hi on x86 TYP_LONGMichelle McDaniel5-28/+31
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin11-32/+160
2016-05-03GCSimulator test runSean Gillespie443-74/+22547
2016-05-03Inliner: initial version of SizePolicyAndy Ayers5-8/+124
2016-05-03Merge pull request #4728 from pgavlin/FixTRTContractsPat Gavlin1-6/+11
2016-05-03Fixing issue with perf targets restoring test runtime (#4686)Deepak Shankargouda2-1/+8
2016-05-03Fix calling convention mismatch in 7 interop tests and enable [NativeCallable...Yi Zhang (CLR)12-32/+24
2016-05-03Merge pull request #4732 from BruceForstall/SignedIntToLongCastNYIBruce Forstall3-99/+106
2016-05-03Convert signed int=>long cast SBCG to NYIBruce Forstall3-99/+106
2016-05-03Fix contracts in `tryResolveToken` et. al.Pat Gavlin1-6/+11
2016-05-03Merge pull request #4726 from adityamandaleeka/array_alloc_bounds_checkJan Vorlicek1-2/+17
2016-05-03Generalize Buffer.BlockCopy optimization for either src or dst (#4736)James Ko1-11/+23
2016-05-02Fix for http://buildstatus/Issues/Issues.aspx?iid=797159Gaurav Khanna1-2/+2
2016-05-02Fix handling of FP args on stack in the ArgIterator (#4729)Jan Vorlicek1-1/+2
2016-05-02Merge pull request #4694 from ramarag/thisptrretRama krishnan Raghupathy5-17/+126
2016-05-02Merge pull request #4616 from LLITCHEV/MultiCoreJit-1Lubomir Litchev1-2/+8
2016-05-02Merge pull request #4731 from kyulee1/onlypushKyungwoo Lee1-1/+0
2016-05-02ARM64: Trigger Failure Email for Push OnlyKyungwoo Lee1-1/+0
2016-05-02Arm64:Implemeting ThisPtrRetBufPrecode:Rama Krishnan Raghupathy5-17/+126
2016-05-02Fix array allocation bounds checking.Aditya Mandaleeka1-2/+17
2016-05-02Merge pull request #4719 from dotnet-bot/from-tfsBruce Forstall1-1/+1
2016-05-02Merge pull request #4684 from gkhanna79/CrossgenJITGaurav Khanna4-13/+73
2016-05-02Merge pull request #4718 from kyulee1/nativevarargKyungwoo Lee2-17/+17
2016-05-02Merge pull request #4637 from adityamandaleeka/synch_cleanupAditya Mandaleeka4-1153/+665
2016-05-02Add ability to AutoStartProfiling for CoreCLR.Lubomir Litchev1-2/+8
2016-05-02Merge pull request #4709 from myungjoo/fix/4682Jan Kotas2-2/+6
2016-05-02Merge pull request #4688 from dotnet-bot/from-tfsJan Kotas8-93/+273