summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-19Use mcontext_t instead of sigcontext (#18983)Kai Ruhnau1-1/+1
2018-07-19Add MemoryMarshal.AsRef implementation (#19021)Jan Kotas2-2/+46
2018-07-19Fix opinfo: InlineR should only read 8 bytes (#18801)sunnycase1-1/+0
2018-07-19Eliminate arm64 contract asserts (#19015)Noah Falk1-5/+5
2018-07-18Implement GetComObjectData and SetComObjectData (#18900)Hugh Bellamy44-1313/+770
2018-07-18Improve TimeSpan.ToString/TryFormat throughput for default format (#18990)Stephen Toub3-67/+206
2018-07-18Properly type morphed NEG nodes (#18837)Jakob Botsch Nielsen1-5/+11
2018-07-18JIT: force all local var ref counts to be accessed via API (#18979)Andy Ayers18-122/+174
2018-07-18Arm64: Fix handling of IP0 & IP1Carol Eidt3-13/+10
2018-07-18R2RDump - Test infrastructure (#18745)Amy13-58/+136
2018-07-18Revert "Improve narrowing of GT_AND nodes. (#18916)" (#18975)Jan Kotas1-52/+11
2018-07-18Use FD_CLOEXEC instead of 1. (#18976)Jay Krell1-1/+1
2018-07-18Merge pull request #18941 from CarolEidt/Fix18884Carol Eidt3-4/+41
2018-07-18Use api-set instead of combase.dll (#18981)Jan Kotas2-2/+1
2018-07-18Remove unuseful null check on Activator.CreateInstance (#18806)Marco Rossignoli1-5/+1
2018-07-18Optimize {Try}FormatDecimal (#18935)Pent Ploompuu2-56/+37
2018-07-18Delete Span ifdefs that are no longer needed (#18982)Jan Kotas8-170/+33
2018-07-17Clean-up number.cpp (#18964)Pent Ploompuu2-1231/+0
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas24-353/+289
2018-07-17Merge pull request #18938 from vancem/EventSourceShutdownVance Morrison1-0/+2
2018-07-17Kill RCX when used by shiftCarol Eidt3-4/+41
2018-07-17Merge pull request #18891 from CarolEidt/Fix18153Carol Eidt5-11/+66
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu28-5158/+2965
2018-07-17Improve throughput of {U}Int32/64.{Try}Parse for hex (#18952)Stephen Toub1-508/+554