platform/upstream/coreclr.git
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 Peter MarcuFixing arm subsystem version (#8211)
2016-11-19 Dan MoseleyGeneric Dictionary - add constructor that accepts IEnum...
2016-11-19 Robert MatusewiczAdd System.Collections.Generic.Dictionary constructor...
2016-11-18 Carol EidtReinstate the struct optimization changes:
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 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 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 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
2016-11-15 Martijn Hoekstrafix grammar for AggregateException.Flatten
2016-11-14 Dan MoseleyReduce variable scope (#8021)
2016-11-14 chcostaMerge pull request #8073 from dotnet/enablebinclash
2016-11-14 Pat GavlinMerge pull request #8086 from pgavlin/VSO278523
2016-11-14 Pat GavlinAdmit more dest addresses in block assign value-numbering.
2016-11-14 Michelle McDanielAdd special handling of varargs for x86 debugger
2016-11-14 Bruce ForstallFix the arg name/number dumping for call args in LIR
2016-11-14 Bruce ForstallMerge pull request #8111 from BruceForstall/FixTestNewlines
2016-11-14 chcostaMerge pull request #8115 from chcosta/updatebuildtools
2016-11-14 Pat GavlinMerge pull request #8031 from pgavlin/VSO283795
2016-11-14 SivarvMerge pull request #8101 from sivarv/rmwOpt
2016-11-14 Pat GavlinFix test exclusions.
2016-11-14 Rahul KumarMerge pull request #8100 from rahku/reflection
2016-11-14 Christopher... Update buildtools to version 01008-01
2016-11-14 Alexander RadchenkoFixed string Join method
2016-11-14 Gaurav KhannaMerge pull request #8108 from gkhanna79/Arm32Test
2016-11-14 Bruce ForstallDon't generate explicit newlines in SIMD tests
2016-11-13 Gaurav KhannaEnable WinArm32 P1 Test Build
2016-11-13 Andy AyersInliner: ensure all statements have an inline context...
2016-11-13 Rahul KumarAdd implementation for AssemblyName::EscapedCodeBase...
2016-11-13 John ChenRemove conflicting proj files (#8090)
2016-11-12 Stephen ToubMerge pull request #8085 from stephentoub/daylight_alloc
2016-11-12 Stephen ToubAvoid allocations in DateTime.Now
2016-11-12 Andy AyersInliner: updates to random inlining (#8088)
2016-11-12 Dmitry-MeRemove redundant statement (#7900)
2016-11-12 sivarvGenerate inc/dec [mem] instead of add/sub [mem], 1...
2016-11-11 Tarek Mahmoud... Enable the rest if TimeZoneInfo APIs (#8096)
2016-11-11 Rahul KumarExpose Assembly::GetFile(s) apis
next