summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Make gcInfoTypes global instead of passed as paramAmy Yu1-38/+39
2018-06-14Fixed some bugs with gc transitionsAmy Yu3-6/+15
2018-06-14Get gc slot liveness code offsetAmy Yu2-7/+244
2018-06-08Merge pull request #18326 from acmyu/gcAmy8-27/+791
2018-06-08Workaround for compiler.hpp (1848) - Assertion failed 'lvRefCnt' (#18292)Sergey Andreenko2-32/+33
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-07GcInfo belongs to method, not runtime functionAmy Yu4-23/+29
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-06Refactoring gcInfo, added verbose option to cliAmy Yu5-232/+234
2018-06-06Fix error cause by mergeAmy Yu1-18/+0
2018-06-06Fix unwindInfo bug caused by missing alignmentPad, dump raw byes of unwindInf...Amy Yu4-10/+24
2018-06-06Use single variable for multiple tabsAmy Yu1-12/+13
2018-06-06Read slot table, dump GcInfoAmy Yu7-116/+417
2018-06-06Extract other fields from gcinfoAmy Yu2-20/+280
2018-06-06Extract gcinfo header, return kind and code length. Use code length as size o...Amy Yu4-6/+170
2018-06-06Extract gcinfo from imageAmy Yu2-1/+17
2018-06-06Avoid passing R2RReader to R2RMethod and RuntimeFunction constructorsAmy Yu1-4/+7
2018-06-06Use typeDef.Namespace to get full namespace, move to separate functionAmy Yu1-0/+15
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