summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek170-589/+425
2016-12-08Avoid allocating in TimeZoneInfo.GetHashCode() (#8513)Justin Van Patten1-1/+1
2016-12-08Simplify TimeZoneInfo.Equals(object) (#8514)Justin Van Patten1-5/+1
2016-12-08Move native search paths forward (#8531)Jeremy Kuhne1-64/+64
2016-12-08Remove an unused local variableHyung-Kyu Choi1-1/+0
2016-12-07Strip some conditional compilation in SPCL (#8511)Jeremy Kuhne24-7676/+104
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park4-4/+3
2016-12-07Merge pull request #8509 from dotnet-bot/from-tfsBrian Sullivan1-3/+3
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas15-96/+123
2016-12-07Merge pull request #8505 from pgavlin/VSO297215Pat Gavlin1-18/+15
2016-12-07Enable POGO build and link for CodegenMirrorBrian Sullivan1-3/+3
2016-12-07Merge pull request #8504 from mikedn/sort-comparisonJan Kotas4-611/+43
2016-12-07Merge pull request #8482 from CarolEidt/Fix8220Carol Eidt4-21/+77
2016-12-07Merge pull request #8488 from sivarv/upperSaveSivarv1-7/+24
2016-12-07Use a left-leaning comma tree when morphing a stelem.ref helper.Pat Gavlin1-18/+15
2016-12-07Merge pull request #8503 from pgavlin/VSO289704Pat Gavlin1-5/+8
2016-12-07Remove unused DepthLimitedQuickSort methodsMike Danes2-610/+2
2016-12-07Change ArraySortHelper to use Comparison<T>Mike Danes4-31/+71
2016-12-07Remove a use of `gtGetOp` in earlyprop.Pat Gavlin1-5/+8
2016-12-07[x86/Linux][SOS] Get correct stack pointer from DT_CONTEXT (#8500)Evgeny Pavlov1-0/+2
2016-12-07Use only lower floats for Vector3 dot and equalityCarol Eidt4-21/+77
2016-12-07[x86/Linux][SOS] Add definitions for CLR_CMAKE_PLATFORM_ARCH_I386 in CMakeLis...Evgeny Pavlov1-0/+4
2016-12-07Move JIT_EndCatch from asmhelpers.asm into jithelp.asm (#8492)Jonghyun Park2-28/+30
2016-12-06[x86/Linux] Port StubLinkerCPU::EmitSetup (#8494)Jonghyun Park1-5/+4
2016-12-06Merge pull request #8470 from brianrob/fix_lttng_header_detectionBrian Robbins1-0/+8
2016-12-06[x86/Linux] Port asmhelpers.asm (#8489)Jonghyun Park3-0/+1057
2016-12-06[x86/Linux] Port PATCH_LABEL macro (#8483)Jonghyun Park1-0/+5
2016-12-06GcInfoEncoder: Initialize the BitArrays tracking liveness (#8485)Swaroop Sridhar1-1/+2
2016-12-06Fix to issue 8356.sivarv1-7/+24
2016-12-06Fix building against liblttng-ust-dev 2.8+Brian Robbins1-0/+8
2016-12-06Fix use edge iterator for DYN_BLK nodes.Pat Gavlin1-13/+36
2016-12-06Merge pull request #8466 from CarolEidt/Fix297074Carol Eidt1-3/+23
2016-12-06Merge pull request #8467 from briansull/vso-287663Brian Sullivan3-4/+23
2016-12-06Merge pull request #8263 from AndyAyersMS/InlineInlinePinvokeAndy Ayers6-95/+153
2016-12-06We should not transform a GT_DYN_BLK with a constant zero size into a GT_BLK ...Brian Sullivan3-4/+23
2016-12-06Merge pull request #8464 from pgavlin/VSO297109Pat Gavlin1-1/+16
2016-12-06Address PR feedback.Pat Gavlin1-0/+3
2016-12-06[x86/Linux][SOS] Fix DataTarget::GetPointerSize for x86 (#8473)Evgeny Pavlov1-1/+1
2016-12-06[x86/Linux][SOS] Disable ARM target support for xplat (#8471)Evgeny Pavlov1-2/+9
2016-12-06[x86/Linux] Fix Dacp structure size mismatch (#8377)SaeHie Park2-68/+69
2016-12-06Extract ARRAYSTUBS_AS_IL code from STUBS_AS_IL region (#8443)Jonghyun Park2-4/+8
2016-12-05Merge pull request #8463 from CarolEidt/Fix288220Carol Eidt1-1/+1
2016-12-05[x86/Linux] Fix exception handling routine (#8433)Jonghyun Park1-3/+3
2016-12-05[x86/Linux] Revise COMPlusThrowCallback (#8430)Jonghyun Park3-0/+8
2016-12-05[x86/Linux] Fix unknown pragma build error (#8427)Jonghyun Park2-0/+6
2016-12-05Create Blk node for struct varargCarol Eidt1-3/+23
2016-12-05[x86/Linux] Port gmsasm.asm (#8456)Jonghyun Park2-0/+32
2016-12-06[x86/Linux] Mark several Windows-specific functions in excepx86.cpp as NYI (...Jonghyun Park1-0/+18
2016-12-06Add UnhandledExceptionHandlerUnix Stub (#8425)Jonghyun Park1-0/+13
2016-12-05Merge pull request #8461 from sivarv/shiftFixSivarv1-6/+10