summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Merge pull request #4896 from kyulee1/longjmpKyungwoo Lee13-180/+621
2016-05-11Merge pull request #4920 from pgavlin/JitStandaloneDefsPat Gavlin1-3/+3
2016-05-11ARM64: Enable Long AddressKyungwoo Lee13-180/+621
2016-05-11Remove the use of `CROSSGEN_COMPILE` in jitconfigvalues.h.Pat Gavlin1-3/+3
2016-05-11Merge pull request #4916 from BruceForstall/TweakLongsBruce Forstall2-6/+14
2016-05-11Merge pull request #4809 from ramarag/ZapUnwindInfoRama krishnan Raghupathy1-1/+41
2016-05-11Merge pull request #1241 from mikedn/modoptBruce Forstall8-285/+224
2016-05-11Merge pull request #4762 from geoffkizer/ecsoptGeoff Kizer5-56/+85
2016-05-11Merge pull request #4848 from mikedn/lsra-countsCarol Eidt2-12/+5
2016-05-11Small tweaks to RyuJIT/x86 LONG handlingBruce Forstall2-6/+14
2016-05-11Merge pull request #4890 from AlexGhiondea/BuildRefAssemblyPerTargetOSWes Haggard6-47/+72
2016-05-11Merge pull request #4903 from BruceForstall/MoveToLegacyBruce Forstall4-1090/+1047
2016-05-11Merge pull request #4900 from BruceForstall/PartialFix4817cBruce Forstall1-6/+2
2016-05-11Merge pull request #4898 from dotnet-bot/from-tfsJan Kotas1-0/+5
2016-05-11Linux/ARM: Use -O1 level to avoid segfault in release-build for Linux/ARM (#4...Geunsik Lim1-2/+11
2016-05-10Improve performance of ExecutionContextSwitcher to help async invocation perfgeoffkizer5-56/+85
2016-05-10[Arm64]: Implement GetUnwindDataBlobRama Krishnan Raghupathy1-1/+41
2016-05-10Move some LEGACY_BACKEND code from codegencommon.cpp to codegenlegacy.cppBruce Forstall4-1090/+1047
2016-05-11Change hosting API string encoding to UTF-8 on Windows (#4894)Jan Vorlicek1-2/+2
2016-05-10Fix kill set of rep stos to include ECXBruce Forstall1-6/+2
2016-05-10Fix razzle build breaksJan Kotas1-0/+5
2016-05-10Build the reference assembly and the facade for mscorlib.Alex Ghiondea2-0/+11
2016-05-10Create a Nuget package that will contain the reference assembly for mscorlib.Alex Ghiondea2-0/+25
2016-05-10Fix the reference assembly for mscorlib to match the surface area of the OS o...Alex Ghiondea3-47/+36
2016-05-10Merge pull request #4891 from BruceForstall/PartialFix4817Bruce Forstall1-2/+1
2016-05-10Block ops using rep on x86 need to kill edi/esi/ecx, same as x64Bruce Forstall1-2/+1
2016-05-10Merge pull request #4833 from AlexGhiondea/StringBuilderFixesAlexGhiondea1-2/+2
2016-05-10Optimize integer div/mod by const power of 2 in loweringMike Danes8-285/+224
2016-05-10Merge pull request #4793 from tijoytom/mastertijoytom15-2/+581
2016-05-10Fix ArgumentNullException messages passed as parameter names (#2889)Hugh Bellamy9-15/+15
2016-05-10Adjust relative offsets in UMThunkStub (#4888)Jonghyun Park1-10/+13
2016-05-10Merge pull request #4713 from myungjoo/fix/4712Jan Kotas1-1/+1
2016-05-10Merge pull request #4886 from dotnet-bot/from-tfsJan Kotas5-7/+46
2016-05-10Fixed typo in jitinterface.cpp (#4889)Valery1-2/+2
2016-05-09Merge pull request #4883 from JohnChen0/r2rJohn Chen1-0/+18
2016-05-09JIT-EE interface changes to support CoreRTJan Kotas5-7/+46
2016-05-09Fix call to GetSortHandle (#4882)Matt Ellis1-1/+15
2016-05-09Merge pull request #4865 from BruceForstall/JitDumpAssertPtrsBruce Forstall1-2/+2
2016-05-09Merge pull request #4866 from AlexGhiondea/mscorlibUpdatesAlexGhiondea3-0/+13096
2016-05-09Merge pull request #4864 from dotnet-bot/from-tfsRahul Kumar1-19/+0
2016-05-09Fix CrossGen to skip some methods that require generic dictionaryJohn Chen (CLR)1-0/+18
2016-05-09Taking care of review comments.tijoytk3-23/+28
2016-05-09Create the project that will generate the facade projectAlex Ghiondea1-0/+53
2016-05-09Create a reference assembly for mscorlibAlex Ghiondea2-0/+13043
2016-05-09Don't print pointers to the JitDump; output the assertion bitvector as a string.Bruce Forstall1-2/+2
2016-05-09Merge pull request #4852 from mikedn/lsra-reftypeCarol Eidt3-57/+50
2016-05-09Let all signals be unblocked on Unix (#4863)Jan Vorlicek4-88/+0
2016-05-09Fix desktop build break.Jeremy Kuhne1-19/+0
2016-05-09Merge pull request #4828 from AlexGhiondea/systemprivatecorelibAlexGhiondea10-8/+12267
2016-05-09Merge pull request #4837 from rahku/crossgenRahul Kumar2-47/+277