summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Adding Versioning to Native components in non-Windows builds. (#4393)Jose Perez Rodriguez1-2/+10
2016-04-21Merge pull request #4470 from kyulee1/ryutoclrKyungwoo Lee6-23/+23
2016-04-21Merge pull request #4459 from brianrob/nativeimage_perfmapJan Kotas1-0/+3
2016-04-21Name Update from RyuJit to ClrJit for or packageKyungwoo Lee6-23/+23
2016-04-21RyuJit Version UpdateKyungwoo Lee6-8/+8
2016-04-20Fix empty perf map files generated by crossgen.Brian Robbins1-0/+3
2016-04-20Merge pull request #4434 from briansull/struct16-abiBrian Sullivan12-500/+976
2016-04-20Merge pull request #4449 from pgavlin/JitBuildNamePat Gavlin6-20/+15
2016-04-20Merge pull request #4427 from AndyAyersMS/InlineSizeAccumulationAndy Ayers4-30/+161
2016-04-20Change the names of the JIT products to `clrjit`.Pat Gavlin6-20/+15
2016-04-20 ARM64 Work Item 3817, 3524 - Struct16 decompositionBrian Sullivan12-500/+976
2016-04-20Inliner: estimate overall code size impactAndy Ayers4-30/+161
2016-04-20Merge pull request #4396 from pgavlin/AMD64UnwindHeaderPat Gavlin3-109/+123
2016-04-20Merge pull request #4377 from swaroop-sridhar/aagc1Swaroop Sridhar3-15/+14
2016-04-20Merge pull request #4433 from krytarowski/netbsd-support-69Jan Vorlicek1-2/+2
2016-04-19Merge pull request #3879 from manu-silicon/xplatJan Kotas1-1/+5
2016-04-19Merge pull request #4405 from yizhang82/delegate_fixJan Kotas1-3/+5
2016-04-19Merge pull request #4387 from brianrob/ngenrundownBrian Robbins3-6/+77
2016-04-20Cast function pointer to void*Kamil Rytarowski1-2/+2
2016-04-19ARM64: Fix GC encoding settingsSwaroop Sridhar3-15/+14
2016-04-19Fix SysV calling convention bug in interop. We need to treat delegate field (...Yi Zhang (CLR)1-3/+5
2016-04-19Enable XplatEventLogger on all non-Windows platformsManu1-1/+5
2016-04-18Add support for ready to run to NGEN rundown.Brian Robbins3-6/+77
2016-04-18enable build of cross target components.Rahul Kumar37-206/+113
2016-04-18Merge pull request #3915 from hughbe/region-info-paramsJan Kotas2-2/+2
2016-04-18Merge pull request #3535 from hughbe/patch-3Jan Kotas1-3/+3
2016-04-18Merge pull request #4283 from krytarowski/netbsd-support-61Jan Kotas1-2/+20
2016-04-18Merge pull request #4348 from AndyAyersMS/FixPerfMapAVJan Kotas2-23/+26
2016-04-18Merge pull request #4373 from krytarowski/netbsd-support-67Jan Kotas2-293/+15
2016-04-18Merge pull request #4401 from dotnet-bot/from-tfsJan Kotas3-5/+5
2016-04-18Merge pull request #4312 from mjsabby/muks/enable_rejit_xplatnoahfalk3-13/+13
2016-04-18ARM64: Fix Round OperationKyungwoo Lee4-2/+30
2016-04-18Fix nidump to avoid crashing while working with Ready to Run imagesJohn Chen3-5/+5
2016-04-18Define the AMD64 unwind codes in their own header.Pat Gavlin3-109/+123
2016-04-18Merge pull request #4390 from pgavlin/JitCleanupPat Gavlin31-162/+162
2016-04-18Merge pull request #4378 from krytarowski/netbsd-support-68Aditya Mandaleeka1-0/+37
2016-04-18Standardize on `assert` in the JIT.Pat Gavlin9-22/+22
2016-04-18Stanardize on `DEBUGARG` in the JIT.Pat Gavlin25-137/+137
2016-04-18Remove uses of LP{,C}UTF8 in the JIT.Pat Gavlin2-3/+3
2016-04-18Merge pull request #4381 from gkhanna79/VCRTFixGaurav Khanna8-8/+12
2016-04-18Merge pull request #4375 from AndyAyersMS/UseBudgetAndy Ayers4-6/+107
2016-04-18Merge pull request #4376 from pgavlin/GcInfoRemoveUtilcodePat Gavlin3-5/+10
2016-04-18Implement GetProcessIdDisambiguationKey() for NetBSDKamil Rytarowski1-0/+37
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna8-8/+12
2016-04-16Merge pull request #4360 from kyulee1/fixpspKyungwoo Lee2-2/+2
2016-04-16ARM64: Fix Storing PSPSym for locallocKyungwoo Lee2-2/+2
2016-04-16Merge pull request #4357 from krytarowski/netbsd-support-63Jan Vorlicek2-0/+35
2016-04-15Merge pull request #4346 from LLITCHEV/Issue4276Lubomir Litchev2-3/+9
2016-04-15Merge pull request #4369 from mikedn/msgboxJan Kotas1-7/+1
2016-04-15Fix a segfault in perf map generationAndy Ayers2-23/+26