summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Use the identified python when building System.Private.CoreLib (#19043)Omair Majid1-1/+1
2018-08-01Cross-bitness in GcInfoEncoder::Build() (#19206)Egor Chesakov2-55/+35
2018-07-31Fix build breakJan Kotas2-0/+2
2018-07-31Delete dead code (#19208)Jan Kotas8-1055/+47
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas32-5165/+2
2018-07-31JIT: fast path for minopts/debug codegen in lvaMarkRefs (#19103)Andy Ayers4-64/+117
2018-07-31Updating SetCpuInfo to be more accurateTanner Gooding2-99/+144
2018-07-31R2RDump - Fix and update R2RDumpTests (#19039)Amy4-27/+49
2018-07-31Expose the x86 HWIntrinsics via a set of class hierarchies matching the under...Tanner Gooding31-104/+164
2018-07-30Moving the ilproj sdk to be built/published under the TargetsWindows conditionTanner Gooding1-4/+1
2018-07-30Change type of EnumLocaleData to struct (#19193)Jan Kotas1-1/+1
2018-07-29Fix invalid IntPtr == null comparisons, set strict mode for Roslyn (#19191)Jacek Blaszczynski1-1/+1
2018-07-27Added version increment for TrimExcess and EnsureCapacity (#19096)Dávid Kaya1-0/+2
2018-07-27spmi: exclude methods using a file with saved md5 hashes. (#18769)Sergey Andreenko3-5/+131
2018-07-27Add comment explaining the return value of ToUpper/ToLower (#19176)Ahson Khan1-0/+4
2018-07-27Lowering: Atomic ops can produce a value (#19173)Carol Eidt1-2/+7
2018-07-27Updating emitInsCanOnlyWriteSSE2OrAVXReg to cover some of the newer instructi...Tanner Gooding1-5/+39
2018-07-27Merge pull request #19145 from CarolEidt/Fix19081Carol Eidt4-10/+20
2018-07-27JIT: add extra check to struct of struct of x promotion (#19156)Andy Ayers1-0/+12
2018-07-27Merge pull request #19154 from BruceForstall/FixArm64LocallocBruce Forstall6-30/+32
2018-07-26Fixing the x86 hwintrinsics to not assert for invalid generic types.Tanner Gooding1-6/+10
2018-07-26Fix overallocation of arm64 small constant locallocBruce Forstall6-30/+32
2018-07-26Adding the Microsoft.NET.Sdk.IL pkgprojTanner Gooding6-0/+165
2018-07-26Include long shifts in OperIsShiftOrRotateCarol Eidt4-10/+20
2018-07-24Fix mscordbi metadata reader alignment bug on Linux. (#19070)Mike McLaughlin2-0/+9
2018-07-24Release leaked ICorProfilerCallback9 in ~EEToProfInterfaceImpl (#19106)Ilia1-0/+7
2018-07-23Add missing FlushInstructionCache to Thread::CommitGCStressInstructionUpdate ...Egor Chesakov1-0/+2
2018-07-23R2RDump - UnwindInfo for x86 (#18994)Amy5-5/+65
2018-07-23Change gtExtractSideEffList to use GenTreeVisitor (#18257)mikedn3-125/+123
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas3-3/+7
2018-07-23JIT: some lclvars related cleanup (#19077)Andy Ayers7-285/+51
2018-07-23Remove hosthook api (#19079)Aaron Robinson14-119/+13
2018-07-22Enable profiler attach on Windows (#18762)Sung Yoon Whang8-304/+243
2018-07-22JIT: stateful local ref counts and weights (#19068)Andy Ayers9-140/+319
2018-07-20Merge pull request #19067 from CarolEidt/FixStructRefCntCarol Eidt1-4/+0
2018-07-20Merge pull request #19065 from briansull/fix_19022Brian Sullivan1-1/+1
2018-07-20Improve narrowing of GT_AND nodes. (#18995)Eugene Rozenfeld1-11/+52
2018-07-20JIT: handle implicit local var references via local var attribute bit (#19012)Andy Ayers4-19/+30
2018-07-20Fix unnnecessary reference to DateTimeFormatInfo.DecimalSeparator (#19064)Stephen Toub1-1/+1
2018-07-20Zapper::CompileAssembly: save NI file atomically (#19059)Konstantin Baladurin3-4/+13
2018-07-20Remove incRefCnt from fgMakeOutgoingStructArgCopyCarol Eidt1-4/+0
2018-07-20Merge pull request #19040 from CarolEidt/DiffFixCarol Eidt2-2/+4
2018-07-20Add Tizen 5.0 RID (#19057)Gleb Balykov1-0/+3
2018-07-20Improve throughput of TimeSpan.ToString/TryFormat with "g"/"G" (#19051)Stephen Toub3-120/+175
2018-07-20Minor interop code changes (#19005)Aaron Robinson5-54/+38
2018-07-20Fixed missing readonly attribute (#19052)Phil Garcia2-2/+2
2018-07-19Fixes issue 19022Brian Sullivan1-1/+1
2018-07-19Fix desktop build breakJan Kotas1-1/+4
2018-07-19JitDump improvementsCarol Eidt2-2/+4
2018-07-19Merge pull request #18999 from CarolEidt/Fix16359Carol Eidt3-13/+10