summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-16Merge pull request #4342 from ZhichengZhu/clrstackrJan Vorlicek1-5/+65
2016-04-15Stop including utilcode.h in the GC info encoder.Pat Gavlin3-5/+10
2016-04-15Merge pull request #4372 from krytarowski/netbsd-support-66Aditya Mandaleeka1-3/+1
2016-04-16The RAND_MAX value can vary by platformKamil Rytarowski1-3/+1
2016-04-15Inliner: use time budget to avoid excessive inliningAndy Ayers4-6/+107
2016-04-16NetBSD: Add support for PAL_IsDebuggerPresent()Kamil Rytarowski2-0/+35
2016-04-15Merge pull request #4347 from ramarag/zapnyiRama krishnan Raghupathy2-9/+12
2016-04-16Always try to load user32 instead of ntuser api setMike Danes1-7/+1
2016-04-15Merge pull request #4140 from myungjoo/implement/4040Jan Vorlicek5-71/+86
2016-04-15Merge pull request #3240 from krytarowski/netbsd-support-50Jan Kotas5-37/+23
2016-04-15Set the lvIsMultiRegArgOrRet for a variable containing the result ofLubomir Litchev2-3/+9
2016-04-15add clrstack -r optionZhicheng Zhu1-5/+65
2016-04-15Merge pull request #4359 from gkhanna79/ROLibFix2Gaurav Khanna3-3/+13
2016-04-15Merge pull request #4361 from joperezr/AddServiceableAttributeJose Perez Rodriguez1-0/+7
2016-04-15Merge pull request #4352 from kouvel/ArmAssertFixKoundinya Veluri2-6/+6
2016-04-15Merge pull request #4338 from pgavlin/AddJit32BuildPat Gavlin4-10/+26
2016-04-15Adding Serviceable attribute to mscorlibJose Perez Rodriguez1-0/+7
2016-04-15DelayLoadAndFixWinRTInteropGaurav Khanna3-3/+13
2016-04-15Merge pull request #4355 from dotnet-bot/from-tfsJan Kotas2-3/+3
2016-04-15Implement StartUnwindingNativeFrames Linux/ARMMyungJoo Ham4-59/+86
2016-04-15Merge pull request #4260 from myungjoo/fix/4259Jan Vorlicek1-0/+3
2016-04-15Fix assertion failure on ARMKoundinya Veluri2-6/+6
2016-04-14Merge pull request #4340 from jkotas/equality-comparerJan Kotas2-16/+4
2016-04-14Merge pull request #4353 from myungjoo/fix/4107Jan Kotas1-0/+1
2016-04-15ARM/Linux: Mark r0-r3 SavedMyungJoo Ham1-0/+1
2016-04-14Merge pull request #4343 from pgavlin/SeparateBitPositionPat Gavlin3-47/+57
2016-04-14Fix razzle build breaks in bcl.winJan Kotas1-1/+1
2016-04-15Style fix: remove obsolete contentsMyungJoo Ham1-12/+0
2016-04-14Use beforefieldinit field for Comparer/EqualityComparer.DefaultJan Kotas2-16/+4
2016-04-14Merge pull request #4326 from dotnet-bot/from-tfsMatt Ellis4-34/+25
2016-04-14Merge pull request #4335 from AndyAyersMS/InlineStrategyAndy Ayers9-434/+570
2016-04-14Removing NYI for ZapUnwindDataRama Krishnan Raghupathy2-9/+12
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin4-10/+26
2016-04-14Move `BitPosition` into its own file.Pat Gavlin3-47/+57
2016-04-14Inliner: introducing InlineStrategyAndy Ayers9-434/+570