platform/upstream/coreclr.git
2017-04-26 wtgodbeUse SourceBranch from pipebuild to define Helix Branch
2017-04-26 Sean GillespieFix and re-enable some GC finalizer tests (#11216)
2017-04-26 Steve MacLean... [Arm64] CpObj ldp/stp review feedback
2017-04-26 Sven BoemerMerge pull request #11178 from sbomer/ilrt_factoring
2017-04-26 Pat GavlinRequire a frame pointer in methods with throw blocks...
2017-04-26 Andy AyersMerge pull request #11218 from AndyAyersMS/FixReturnTyp...
2017-04-26 Michael LetterleLookup System.Runtime and mscorlib references by Assemb...
2017-04-26 William GodbeMerge pull request #11229 from wtgodbe/CrossgenFix
2017-04-26 wtgodbeExit on failure of HelixPrep.proj
2017-04-26 Sven BoemerRefactor ildasm round trip logic
2017-04-26 Jan VorlicekEnable build with clang 4.0 (#11226)
2017-04-26 Jan VorlicekFix thread wait to be resilient to real time clock...
2017-04-26 Jonghyun Park[x86/Linux] Stack alignment check in Hijack Helpers...
2017-04-26 Jonghyun Park[x86/Linux] Use appropriate FCALL macro for DateMarshal...
2017-04-26 Michal StrehovskýMerge pull request dotnet/corert#3429 from dotnet/nmirror
2017-04-26 Alan LawrenceComment explaining use of FlushProcessWriteBuffers...
2017-04-26 Jan VorlicekFix few clang analyzer warnings (#11185)
2017-04-26 Jonghyun Park[ARM/Linux] Honor unaligned prefix for ldobj instruction
2017-04-26 Bruce ForstallMerge pull request #11107 from BruceForstall/NumSuccImp...
2017-04-26 Bruce ForstallMerge pull request #11204 from BruceForstall/FixArmAltj...
2017-04-26 William GodbeMerge pull request #11215 from wtgodbe/ActuallyDoCrossgen
2017-04-26 Steve MacLean... [Arm64] Use ldp/stp in genCodeForCpObj()
2017-04-25 Jonghyun ParkMove DynamicHelperFrame::UpdateRegDisplay into cgenx86...
2017-04-25 Andy AyersJIT: fix return type mismatch inlining block
2017-04-25 wtgodbeSet RunCrossGen=true for non-Windows R2R runs
2017-04-25 Pat GavlinMerge pull request #11134 from pgavlin/VSO406163
2017-04-25 Roman ArtemevMerge pull request #11110 from rartemev/issue_9880
2017-04-25 mskvortsov[RyuJIT/ARM32] Move genJumpKindsForTree into common...
2017-04-25 Bruce ForstallFix GCInfo library used by ARM/ARM64 protononjit builds
2017-04-25 Roman ArtemevMerge pull request #11118 from rartemev/issue_10094
2017-04-25 Roman ArtemevMade behavior to conform to ECMA for 'tail.call, pop...
2017-04-25 William GodbeMerge pull request #11206 from wtgodbe/ContainerName
2017-04-25 wtgodbeUpdate R2R Container Names
2017-04-25 Roman ArtemevTesting. DO NOT MERGE ME
2017-04-25 Jonghyun ParkAllow FEATURE_INTERPRETER to be enabled by command...
2017-04-25 William GodbeMerge pull request #11187 from wtgodbe/NonWindowsR2R
2017-04-25 wtgodbeEnable running R2R tests in Helix on non-Windows
2017-04-25 Bruce ForstallMerge pull request #11203 from mskvortsov/FixLclFld
2017-04-25 Hyung-Kyu Choi[ARM32] clang 3.9 as a default for ARM cross build...
2017-04-25 Pat GavlinFix fgNewBBinRegion when inserting into filters.
2017-04-25 dotnet botMerge pull request dotnet/corert#3418 from dotnet/nmirr...
2017-04-25 Bruce ForstallMerge pull request #11191 from BruceForstall/FixFunclet...
2017-04-25 Bruce ForstallMerge pull request #11080 from BruceForstall/MeasureNoway
2017-04-25 Mikhail SkvortcovRyuJIT/ARM32: Update GT_LCL_FLD codegen.
2017-04-25 Hanjoung Lee[x86/Linux] Do not report untracked from filters (...
2017-04-25 Bruce ForstallAdd code to measure dynamic noway_assert usage
2017-04-25 Bruce ForstallFix funclet begin assert
2017-04-25 Bruce ForstallMerge pull request #11196 from wateret/fix-formatting
2017-04-25 Bruce ForstallMerge pull request #11183 from sdmaclea/PR-FIX-11181
2017-04-25 Hyeongseok Oh[x86/Linux] Change CI docker image (#11098)
2017-04-25 Hanjoung LeeFix formatting fail
2017-04-25 Jim MaEnsure using the given executable path. (#10525)
2017-04-25 Mike McLaughlinAdd "createdump" command to SOS. (#11161)
2017-04-24 Andy AyersMerge pull request #11152 from AndyAyersMS/FixTailCallS...
2017-04-24 Bruce ForstallMerge pull request #11157 from mikedn/reg-encoding
2017-04-24 Bruce ForstallMerge pull request #11108 from BruceForstall/RangedForA...
2017-04-24 Bruce ForstallMerge pull request #11172 from mskvortsov/ArithOverflow...
2017-04-24 Russ KeldorphSupport other toolsets in Win/ARM64 build
2017-04-24 Steve MacLean... Fix 11181
2017-04-24 Bruce ForstallFix cmake warning about mismatched if/endif comment...
2017-04-24 Steve MacLeanRemove PAL FileAlignment restriction (#10959)
2017-04-24 Sean Gillespie[Local GC] Ensure that handle creation returns null...
2017-04-24 Sergey Andreenkodo not use = {nullptr} initialization. (#11153)
2017-04-24 Bruce ForstallSplit NumSucc/GetSucc into two versions
2017-04-24 Bruce ForstallMerge pull request #11169 from hseok-oh/ryujit/fix_11128
2017-04-24 Bruce ForstallMerge pull request #11091 from BruceForstall/BlockRefactor
2017-04-24 Mikhail SkvortcovRyuJIT/ARM32: Enable arithmetic overflow checks.
2017-04-24 Jonghyun ParkSupport FEATURE_DBGIPC override (#11164)
2017-04-24 Jonghyun Park[x86/Linux] Remove unnecessary ResumeEsp field (#11167)
2017-04-24 Hyeongseok Oh[ARM32/RyuJIT] Fix failure related with struct argument...
2017-04-24 Jonghyun Park[x86/Linux] Fix unmatched NESTED_END in CallEHFilterFun...
2017-04-23 OmariO11106: Use RuntimeHelpers.IsReferenceOrContainsReferenc...
2017-04-22 Mike DanesSimplify emitter's RegEncoding
2017-04-22 Sean GillespieMark GetGenerationWR2 as GCStressIncompatible across...
2017-04-22 Sean GillespieRemove destructor from GCEvent and instead rely on...
2017-04-22 Brian SullivanTwo improvments for LCG jump stubs (dynamic methods...
2017-04-22 Andy AyersJIT: simple fix for the tail call stress assert
2017-04-22 Mike McLaughlinMove xplat minidump doc to botr. (#11149)
2017-04-21 Gaurav KhannaMove CoreCLR to Preview2 (#11146)
2017-04-21 Andy AyersMerge pull request #11140 from AndyAyersMS/FixRunBenchmarks
2017-04-21 William GodbeMerge pull request #11148 from wtgodbe/DisableCoreMangLib
2017-04-21 wtgodbeDisable DynMethodJumpStubTests test
2017-04-21 Brian SullivanMerge pull request #11117 from briansull/zapsig-fix
2017-04-21 William GodbeMerge pull request #11147 from dotnet/ReEnableHashCodeTest
2017-04-21 William GodbeRe-enable Hashcode Test
2017-04-21 William GodbeMerge pull request #11144 from wtgodbe/DisableSomeTests
2017-04-21 wtgodbeTemporarily disable failing tests in Helix
2017-04-21 Andy AyersUpdate jit RunBenchmarks test to no longer use XPath
2017-04-21 William GodbeMerge pull request #11138 from wtgodbe/WrongCrossgen
2017-04-21 wtgodbeCopy Runtime-specific Crossgen to Core_Root
2017-04-21 Drew ScogginsMerge pull request #11055 from jorive/dev/xUnit-Perform...
2017-04-21 Jonghyun Park[x86/Linux] Correctly initialize nonVolRegPtrs in LazyM...
2017-04-21 Jan KotasMark CharEnumerator as [Serializable] (#11124)
2017-04-21 SaeHie Park[x86/Linux] Fix pow of tryrun (#11099)
2017-04-21 Yi Zhang (CLR)Add Marshal.GetExceptionPointers (#11125)
2017-04-21 Hyeongseok Oh[ARM32/RyuJIT] Argument passing for multireg struct...
2017-04-21 Jonghyun Park[x86/Linux] Relax inst_JMP assert condition (#11062)
2017-04-21 William GodbeMerge pull request #11024 from dotnet-bot/master-Update...
2017-04-21 dotnet-botUpdate CoreClr, CoreFx to preview1-25221-01, preview1...
2017-04-21 Joseph MusserUpdate StringBuilder.AppendJoin to approved API (...
next