summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-07JIT: Fix bug in finally cloning caused by unsound callfinally reordering (#18...Andy Ayers1-17/+32
2018-06-07Fixed and optimized Decimal.GetHashCode (#18288)Pent Ploompuu5-31/+70
2018-06-07Add missing #ifdef.Brian Robbins1-3/+17
2018-06-07Merge pull request #18340 from mikedn/ins-descBruce Forstall2-57/+33
2018-06-07Merge pull request #18356 from CarolEidt/Fix_GT_START_NONGCCarol Eidt1-1/+1
2018-06-07Skip old time zones adjustments with offsets higher than 14h (#18305)Krzysztof Wicher2-13/+104
2018-06-07GT_START_NONGC has no kill setCarol Eidt1-1/+1
2018-06-07Allow ILCodeVersion to fallback to default IL (#18322)Noah Falk2-13/+28
2018-06-07Moves CurrentSystemTimeZone, ICastable, RegistryView and RegistryValueKind to...Maryam Ariyan14-115/+149
2018-06-07Force short date pattern to use yyyy on Linux (#18316)Tarek Mahmoud Sayed1-2/+93
2018-06-07Remove dead case from string.Compare (#18345)Stephen Toub1-4/+2
2018-06-07Guard Windows code under PLATFORM_WINDOWS (#18344)Marek Safar1-3/+3
2018-06-07Increase instrDesc::_idIns width on XARCHMike Danes2-57/+33
2018-06-07Fixed a couple of comments about ArgumentException on timeout parameters (#18...Alfred Myers2-2/+2
2018-06-07Remove a dead branch from __DTString (#18334)Stephen Toub1-10/+4
2018-06-07Delete FormatterConverter from CoreLib (#18336)Stephen Toub2-186/+0
2018-06-06Cross-bitness support in JitInterface (#18329)Egor Chesakov4-158/+40
2018-06-06Fix ARM cast codegen (#18063)mikedn3-68/+57
2018-06-06Adding containment support for more x86 hardware intrinsics (#18297)Tanner Gooding6-103/+1011
2018-06-06R2RDump - Unwind Info (#18248)Amy4-31/+157
2018-06-06Fix issue in Compiler::impImportStaticFieldAccess (#18328)Jan Vorlicek1-2/+10
2018-06-06JIT: implement assembly name dissassembly filtering (#18306)Andy Ayers3-22/+73
2018-06-06Moves FastResourceComparer and TaskAwaiter to shared (#18283)Maryam Ariyan9-58/+160
2018-06-05Add instructions for making idl file changes (#18188)Noah Falk1-0/+12
2018-06-05Merge pull request #18313 from dotnet-bot/from-tfsBrian Sullivan1-0/+2
2018-06-05Merge pull request #18303 from mikedn/lockadd4Carol Eidt2-2/+3
2018-06-05Fix a warning as error issue that causes a build break on the Desktop CLRBrian Sullivan1-0/+2
2018-06-05Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...Egor Chesakov2-3/+17
2018-06-05Use the actual type of LOCKADD's data operandMike Danes2-2/+3
2018-06-05Use WChar instead of char (#18294)Luqun Lou1-3/+3
2018-06-04JIT: tolerate byref/nint return type mismatches during inlining (#18274)Andy Ayers1-4/+14
2018-06-04Adding function headers to the 'emitIns_SIMD_*' methods and clarifying commen...Tanner Gooding4-27/+239
2018-06-04Updating the x86 HWIntrinsics to support containment for most one-operand int...Tanner Gooding5-20/+341
2018-06-04Fixing up ContainCheckHWIntrinsic to use intrinsicId and to switch on the cat...Tanner Gooding1-42/+68
2018-06-04Fixing the name of the paramters in the emitIns_SIMD_* methods.Tanner Gooding2-211/+214
2018-06-04Merge pull request #18267 from mikedn/lockadd3Carol Eidt13-95/+103
2018-06-04Make Encoding.Unicode.GetString faster on 64-bit platforms (#18263)Jan Kotas1-105/+51
2018-06-04R2RDump - Dump AvailableTypes section contents (#18227)Amy2-95/+173
2018-06-04Cleanup LOCKADD handlingMike Danes13-95/+103
2018-06-04Fixed a couple of comments on TimeSpan.SecondsPerTick and Thread.SleepInterna...Alfred Myers2-2/+2
2018-06-04Optimise HtmlEncode to produce less garbageBenjamin Hodgson1-0/+7
2018-06-04Flow EventSources to EventPipe on Windows (#18217)Brian Robbins7-68/+134
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov15-45/+58
2018-06-04Fix error during compilation with /permissive- (#18272)Andrey Kurdyumov4-5/+6
2018-06-04Be more aggressive with Partial NGen (#18240)Michelle McDaniel2-5/+9
2018-06-04Merge pull request #18264 from luqunl/18192Carol Eidt3-8/+2
2018-06-04Fix build break (#18278) (#18279)Russ Keldorph1-2/+1
2018-06-03Delete unused file (#18271)Jan Kotas2-36/+0
2018-06-03Typo (#18266)John Doe12-15/+15
2018-06-03Warnings cleanup (#18260)Robin Sue43-98/+21