summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-16Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)Sean Gillespie17-16/+1085
2016-11-15Full support of idn mapping (#8134)Tarek Mahmoud Sayed8-18/+485
2016-11-15Merge pull request #8135 from pgavlin/fixExtendPtrVNPat Gavlin3-81/+76
2016-11-15Format code.Pat Gavlin2-12/+14
2016-11-15Merge pull request #8110 from BruceForstall/FixLIRCallArgDumpingBruce Forstall1-24/+10
2016-11-15Fix value numbering for FieldSeqStore::NotAField.Pat Gavlin3-82/+75
2016-11-15Merge pull request #8125 from stephentoub/divrem_perfStephen Toub2-6/+16
2016-11-15Expose members of ExecutionContext and AsyncFlowControl (#8107)Koundinya Veluri3-13/+44
2016-11-15Merge pull request #8131 from JohnChen0/xmmJohn Chen1-1/+1
2016-11-15Merge pull request #8124 from martijnhoekstra/doc-aggexDan Moseley1-1/+2
2016-11-15Fix XMM register count in CONTEXT_SetThreadContextOnPort in PALJohn Chen (CLR)1-1/+1
2016-11-15Merge pull request #8120 from adiaaida/fixDebuggerVarargsMichelle McDaniel3-149/+97
2016-11-15Fix crash in FunctionMemberPtrArrayHolder destructor (#8113)Igor Kulaychuk1-7/+24
2016-11-15Use Math.DivRem in another place in mscorlibStephen Toub1-2/+4
2016-11-15Improve Math.DivRem performanceStephen Toub1-4/+12
2016-11-15fix grammar for AggregateException.FlattenMartijn Hoekstra1-1/+2
2016-11-14Reduce variable scope (#8021)Dan Moseley1-2/+1
2016-11-14Merge pull request #8086 from pgavlin/VSO278523Pat Gavlin1-2/+7
2016-11-14Admit more dest addresses in block assign value-numbering.Pat Gavlin1-2/+7
2016-11-14Add special handling of varargs for x86 debuggerMichelle McDaniel3-149/+97
2016-11-14Fix the arg name/number dumping for call args in LIRBruce Forstall1-24/+10
2016-11-14Merge pull request #8031 from pgavlin/VSO283795Pat Gavlin1-1/+2
2016-11-14Merge pull request #8101 from sivarv/rmwOptSivarv1-0/+16
2016-11-14Merge pull request #8100 from rahku/reflectionRahul Kumar2-0/+85
2016-11-13Inliner: ensure all statements have an inline context (#8064)Andy Ayers5-85/+107
2016-11-13Add implementation for AssemblyName::EscapedCodeBase (#8072)Rahul Kumar3-2/+230
2016-11-12Avoid allocations in DateTime.NowStephen Toub2-19/+34
2016-11-11Inliner: updates to random inlining (#8088)Andy Ayers7-34/+60
2016-11-11Remove redundant statement (#7900)Dmitry-Me1-1/+0
2016-11-11Generate inc/dec [mem] instead of add/sub [mem], 1 for read-modify-write oper...sivarv1-0/+16
2016-11-11Enable the rest if TimeZoneInfo APIs (#8096)Tarek Mahmoud Sayed2-11/+12
2016-11-11Expose Assembly::GetFile(s) apisRahul Kumar2-0/+85
2016-11-11Merge pull request #8087 from ellismg/selective-mirror-sketchMatt Ellis4-2/+3
2016-11-11Enable unrolling of SIMD_LIMIT loopsJoseph Tremoulet1-14/+23
2016-11-11Detect overflow in unroller cost computationJoseph Tremoulet1-45/+45
2016-11-11Allow unrolling loops with multiple branchesJoseph Tremoulet1-129/+91
2016-11-11Unroll loops in inner-to-outer orderJoseph Tremoulet1-240/+230
2016-11-11Stop expecting ASG_ operators in loop unrollerJoseph Tremoulet1-10/+11
2016-11-11Merge pull request #7788 from AndyAyersMS/InlinePinsAndy Ayers7-18/+169
2016-11-11Update .gitmirror metadataMatt Ellis4-2/+3
2016-11-10Expose some things for ns2.0Koundinya Veluri7-67/+238
2016-11-10Save registers xmm8..15 on Mac OSX (#8078)John Chen1-1/+1
2016-11-10Enable time zone for netstandard1.7 (#8074)Tarek Mahmoud Sayed6-330/+140
2016-11-10SOS: Automatically find a managed thread with an exception on Linux/OSX core ...Mike McLaughlin3-1/+59
2016-11-10Format the code and disable the regression test.Pat Gavlin1-1/+2
2016-11-10Expose AppDomain::AssemblyResolveRahul Kumar5-4/+16
2016-11-10Update IntrospectionExtensions.cs (#8029)Greg G1-14/+7
2016-11-10BinaryReader: Use cached default encoding instance (#8017)Justin Van Patten1-1/+1
2016-11-09Remove unneeded field from BinaryWriter (#8015)Justin Van Patten1-0/+2
2016-11-09StreamWriter/BinaryWriter: Use same cached encoding instance (#8018)Justin Van Patten4-15/+18