Update runtest.sh
[platform/upstream/coreclr.git] / src /
2017-04-28 Jonghyun ParkEnable interpreter build (#11252)
2017-04-28 Brian SullivanMerge pull request #11268 from sdmaclea/PR-ARM64-two...
2017-04-28 Yi Zhang (CLR)Fix R2R issue with virtual method resolving to non...
2017-04-28 Jan KotasMerge pull request dotnet/corert#3446 from jkotas/nmirr...
2017-04-28 Steve MacLeanAdd assert
2017-04-28 Steve MacLeanRemove comment
2017-04-28 Sergey AndreenkoFix lsra memory consumption (#11233)
2017-04-27 Xiang FanFix issues exposed by building with MSVC and /permissiv...
2017-04-27 Jan KotasAllow conversions between enum and underlying type
2017-04-27 Jan KotasDisallow conversions between Object* and Object in...
2017-04-27 Gaurav KhannaUnify fetching LoadContext for Dynamic Assemblies ...
2017-04-27 Steve MacLean, Qua... [Arm64] Use ldp for mismatched GC types in genPutArgStk
2017-04-27 Steve MacLean, Qua... [Arm64] Support two GC attributes in pair forms
2017-04-27 Steve MacLean[Arm64] Clean up genPutArgStk (#11239)
2017-04-27 Vance MorrisonTurn on unwind information at informational level rathe...
2017-04-27 Bruce ForstallRemove unused TreeNodeInfo::isHelperCallWithKills field...
2017-04-27 Bruce ForstallMerge pull request #11224 from parjong/fix/arm_unaligne...
2017-04-27 Gaurav Khanna[WIP] Enable binding to CoreLib as NI image (#11040)
2017-04-27 Bruce ForstallMerge pull request #11255 from mskvortsov/FixPutArgReg
2017-04-27 Bruce ForstallMerge pull request #11258 from mskvortsov/FixConsumeRep...
2017-04-27 Sean GillespieFix a double-free encountered when failing to initializ...
2017-04-27 Brian SullivanMerge pull request #11219 from sdmaclea/PR-ARM64-CpObj...
2017-04-27 Brian SullivanMerge pull request #11243 from sdmaclea/PR-ARM64-LDP...
2017-04-27 Mikhail SkvortcovDo not report out-of-order consuming if node wasn't...
2017-04-27 Jonghyun Park[x86/Linux] Disable USE_CALLER_SP_IN_FUNCLET in EH...
2017-04-27 Mikhail SkvortcovRyuJIT/ARM32: Update GT_PUTARG_REG codegen.
2017-04-27 Steve MacLean[Arm64/Unix] Revise JIT_MemCpy (#11143)
2017-04-27 William GodbeMerge pull request #11240 from wtgodbe/SourceBranch
2017-04-27 Koundinya VeluriFix to respect readonly prefix for multidimensional...
2017-04-26 Gaurav KhannaFix filename display in exception messages (#11238)
2017-04-26 Jan KotasDelete moved file
2017-04-26 Faizur RahmanMove DllNotFoundException, EntryPointNotFoundException...
2017-04-26 Koundinya VeluriFix timer callback time drift (#11220)
2017-04-26 Steve MacLeanFix comment
2017-04-26 Steve MacLean, Qua... [Arm64] Update emitOutputInstr to support GC refs in...
2017-04-26 Pat GavlinMerge pull request #11235 from pgavlin/VSO424019
2017-04-26 Steve MacLean, Qua... [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 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, Qua... [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 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 Bruce ForstallMerge pull request #11203 from mskvortsov/FixLclFld
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 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 Steve MacLean, Qua... Fix 11181
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 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 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 Andy AyersMerge pull request #11140 from AndyAyersMS/FixRunBenchmarks
2017-04-21 Brian SullivanMerge pull request #11117 from briansull/zapsig-fix
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...
next