platform/upstream/coreclr.git
2016-11-22 Pat GavlinMerge pull request #8210 from mikedn/warn-test
2016-11-22 Pat GavlinMerge pull request #8242 from pgavlin/gh8232
2016-11-22 Ian HaysMerge pull request #8233 from ianhays/api_lockunlock
2016-11-22 Carol EidtMerge pull request #8247 from CarolEidt/Fix288222
2016-11-22 Pat GavlinPR feedback.
2016-11-22 Sven BoemerMerge pull request #8032 from sbomer/dasm_automation
2016-11-22 SaeHie Park[x86/Linux] fix and add for x86 cmake configuration...
2016-11-22 Carol EidtSet the size of SIMD this pointer
2016-11-22 Pat GavlinMerge pull request #8213 from mikedn/assert-dup-produce
2016-11-22 Pat GavlinMerge pull request #8206 from pgavlin/DivModLowerAndNew...
2016-11-22 Pat GavlinAlways nullcheck VSD tail calls on x86.
2016-11-22 Pat GavlinMerge pull request #8235 from pgavlin/VSO280127
2016-11-22 Joseph TremouletMerge pull request #8185 from JosephTremoulet/ReturnAsplode
2016-11-21 Sasha SemennikovMerge pull request #8122 from alsemenn/add_debuggertest...
2016-11-21 Sven BoemerEnable jit disasm in test scripts
2016-11-21 Pat GavlinDo not treat certain calls as intrinsics for RyuJIT...
2016-11-21 Russell C HadleyMerge pull request #8106 from mikedn/magic-div
2016-11-21 Michelle McDanielMerge pull request #8208 from adiaaida/fixShiftDecomp
2016-11-21 Pat GavlinAddress PR feedback.
2016-11-21 Joseph TremouletCurtail loop unroller epliog generation
2016-11-21 Joseph TremouletUse SET_EPILOGCNT_MAX named constant
2016-11-21 Joseph TremouletFix overflow check in unroll cost calculation
2016-11-21 Stephen ToubMerge pull request #8216 from stephentoub/asynclocal_allocs
2016-11-21 Jan VorlicekRemove unsafe banned functions (#8162)
2016-11-21 Stephen ToubAddress PR feedback
2016-11-21 mikednFix "method has no body, 'ret' emitted" warning (#8212)
2016-11-21 Carol EidtMerge pull request #8057 from CarolEidt/StructOpts2
2016-11-20 Stephen ToubImprove AsyncLocal throughput and memory usage
2016-11-20 Mike DanesDetect duplicate calls to genProduceReg
2016-11-20 Peter MarcuFixing arm subsystem version (#8211)
2016-11-19 Dan MoseleyGeneric Dictionary - add constructor that accepts IEnum...
2016-11-19 Mike DanesFix warnings in native test code
2016-11-19 Robert MatusewiczAdd System.Collections.Generic.Dictionary constructor...
2016-11-18 Carol EidtReinstate the struct optimization changes:
2016-11-18 Michelle McDanielFix ordering of operands on GT_RSZ
2016-11-18 Pat GavlinFix two bugs revealed during internal testing.
2016-11-18 Jarret ShookMerge pull request #8180 from jashook/arm64_lst_update
2016-11-18 Pat GavlinMerge pull request #8097 from pgavlin/VSO279396
2016-11-18 Jan KotasDelete dead files (#8202)
2016-11-18 Sean GillespieAdd CI job and build.cmd command for building with...
2016-11-18 jashookUpdate the lst file to exclude failing tests.
2016-11-18 José RiveroOrganizing the perflab tests under a common namespace...
2016-11-18 Ian HaysUpdate with corefx PR changes
2016-11-18 Pat GavlinMerge pull request #8198 from pgavlin/GH8170
2016-11-18 Pat GavlinFix codegen for `(umod (gt_long) (const int))`.
2016-11-18 Pat GavlinMerge pull request #8194 from AndyAyersMS/FixMismatchTests
2016-11-18 mikednAdd missing Arg_BadDecimal resource string (#8197)
2016-11-18 Russ KeldorphMerge pull request #8178 from adiaaida/excludeHeapVerify
2016-11-18 Pat GavlinMerge pull request #8187 from pgavlin/gh8150
2016-11-18 Dan MoseleyType sigs (#8191)
2016-11-18 SivarvMerge pull request #8182 from mikedn/x86-cmp-long-linqmax
2016-11-18 Pat GavlinFormat code.
2016-11-18 Andy AyersRevise mismatch tests so they don't rely on undefined...
2016-11-17 Pat GavlinFix the transformation of `(call ARRADDR_ST x, y, null)`.
2016-11-17 Ian HaysAdd Unix FileStream Lock/Unlock
2016-11-17 Michelle McDanielExclude tests that timeout with HeapVerify
2016-11-17 Jeremy KuhneUse CoreFX Path code (#8132)
2016-11-17 Mike DanesFix x86 long compares that produce a result
2016-11-17 Andy AyersInliner: updates to RandomPolicy (#8128)
2016-11-17 SivarvMerge pull request #8138 from sivarv/rmwFix
2016-11-17 Dan MoseleyTweak params of Console
2016-11-17 Pat GavlinAddress PR feedback.
2016-11-17 Michelle McDanielMerge pull request #8151 from adiaaida/enableTests
2016-11-17 Dan MoseleyAdd RuntimeHelpers.Equals
2016-11-17 danmosemsftAdd RuntimeHelpers.Equals
2016-11-17 danmosemsftTweak params
2016-11-17 Tarek Mahmoud... Add the missing implementation of IdnMapping.GetAscii...
2016-11-17 Michelle McDanielRemove test exclusions for tests that now pass
2016-11-16 Jarret ShookMerge pull request #8146 from jashook/test_update_arm64
2016-11-16 Sasha SemennikovAdd simple script generator
2016-11-16 Rahul KumarMerge pull request #8147 from rahku/reflection
2016-11-16 sivarvDon't generate inc/dec [mem] while generating debuggabl...
2016-11-16 Rahul KumarExpose MethodBase.IsSecuritySafeCritical
2016-11-16 Pat GavlinFormat code.
2016-11-16 Pat GavlinDo not fold (ind (addr (lclVar))) in certain cases.
2016-11-16 Dan MoseleyUpdate IssuesFeedbackEngagement.md
2016-11-16 Koundinya VeluriExpose a member of StrongNameKeyPair, fix bug in Synchr...
2016-11-16 Dan MoseleyFixed string Join method
2016-11-16 jashookUpdate arm64 tests used by the CI.
2016-11-16 Michelle McDanielMerge pull request #8144 from adiaaida/formatArtifacts
2016-11-16 Michelle McDanielFix the path to build artifacts for formatting
2016-11-16 Sean GillespieEnable GCToOSInterface to be defined on the GC side...
2016-11-16 Tarek Mahmoud... Full support of idn mapping (#8134)
2016-11-16 Pat GavlinMerge pull request #8135 from pgavlin/fixExtendPtrVN
2016-11-16 Pat GavlinFormat code.
2016-11-15 joriveChanging JIT perf test names to fix how they are organi...
2016-11-15 Bruce ForstallMerge pull request #8110 from BruceForstall/FixLIRCallA...
2016-11-15 Pat GavlinFix value numbering for FieldSeqStore::NotAField.
2016-11-15 Stephen ToubMerge pull request #8125 from stephentoub/divrem_perf
2016-11-15 Koundinya VeluriExpose members of ExecutionContext and AsyncFlowControl...
2016-11-15 John ChenMerge pull request #8131 from JohnChen0/xmm
2016-11-15 Dan MoseleyMerge pull request #8124 from martijnhoekstra/doc-aggex
2016-11-15 John Chen ... Fix XMM register count in CONTEXT_SetThreadContextOnPor...
2016-11-15 Jarret ShookMerge pull request #8127 from jashook/arm64_post_build_...
2016-11-15 jashookChange over from the old ar64 scripting.
2016-11-15 Michelle McDanielMerge pull request #8120 from adiaaida/fixDebuggerVarargs
2016-11-15 Igor KulaychukFix crash in FunctionMemberPtrArrayHolder destructor...
2016-11-15 SaeHie Parkclean build-roofs and add lldb option (#8123)
2016-11-15 Stephen ToubUse Math.DivRem in another place in mscorlib
2016-11-15 Stephen ToubImprove Math.DivRem performance
next