platform/upstream/coreclr.git
2017-01-20 Mike DanesAddress CR feedback
2017-01-20 Mike DanesComments
2017-01-17 Mike DanesRebase fixes
2017-01-17 Mike DanesMove compare "decomposition" code
2017-01-17 Mike DanesMove int/long compare tweak again
2017-01-17 Mike DanesComments
2017-01-17 Mike DanesSimplify genCompareInt
2017-01-17 Mike DanesMove int/long compare tweak to LowerCompare
2017-01-17 Mike DanesMove small unsigned type tweak to LowerCompare
2017-01-17 Mike DanesIntroduce OperIs
2017-01-17 Mike DanesBetter test narrowing
2017-01-17 Mike DanesHandle cmp(and(x, y), 0)
2017-01-17 Mike DanesStop narrowing cmp(cast<ubyte>(icon), 0)
2017-01-17 Mike DanesIntroduce genTypeValueFitsIn
2017-01-17 Mike DanesHandle small memory compares against 0
2017-01-17 Mike DanesContain "op1" from "cmp op1, icon" only if types are...
2017-01-17 Mike DanesRemove unused code
2017-01-17 Mike DanesMove and-cmp-test transform from TreeNodeInfoInitCmp...
2017-01-17 Mike DanesAdd GT_TEST_EQ and GT_TEST_NE
2017-01-17 Mike DanesMove and-cmp-nonzero transform from TreeNodeInfoInitCmp...
2017-01-17 Mike DanesRemove unused GTF_RELOP_SMALL
2017-01-17 Mike DanesMove cast elision from TreeNodeInfoInitCmp to LowerCompare
2017-01-17 Mike DanesMove narrowing from TreeNodeInfoInitCmp to LowerCompare
2017-01-17 Pat GavlinMerge pull request #8925 from pgavlin/HeapVerifyIncompa...
2017-01-17 Carol EidtMerge pull request #8908 from CarolEidt/Contained
2017-01-17 Toni Solarin... Use nameof in place of hardcoded variable names (#8968)
2017-01-17 chunseokleeFix armel toolchain setting (#8961)
2017-01-17 Hyung-Kyu ChoiUpdate description related to ARM rootfs (#8962)
2017-01-17 Hyeongseok Oh[ARM32/Linx] cross-architecture build: restrict build...
2017-01-16 Jonghyun Park[x86/Linux] Port ''ExceptionTracker::UpdateNonvolatileR...
2017-01-16 mikednRemove unused mscoree files and code (#8956)
2017-01-16 mikednRemove mscorpe cruft (#8957)
2017-01-14 Jan KotasMerge pull request #8953 from kouvel/InterruptInFinally
2017-01-14 Koundinya VeluriRemove invalid asserts in threads.cpp, DoAppropriateWai...
2017-01-14 Sean GillespieEnable Standalone GC builds in the CI on OSX and Linux...
2017-01-14 Koundinya VeluriEnable thread interrupt in finally blocks
2017-01-14 Cesar Blum... Check if xsave is enabled by OS before calling xgetbv...
2017-01-13 Carol EidtDon't treat spill temps as contained
2017-01-13 Matt EllisMerge pull request #8938 from ellismg/fix-corefx-hash...
2017-01-13 Jan VorlicekFixes to make runtime work on ARM64 Linux (#8947)
2017-01-13 William GodbeMerge pull request #8934 from wtgodbe/localpkg
2017-01-13 wtgodbeStop build from leaving localpkg cache in src
2017-01-13 Matt EllisUse a fixed version of CoreFX for testing
2017-01-13 Andy AyersMerge pull request #8935 from AndyAyersMS/FixSmAssert
2017-01-13 Koundinya VeluriFix Mutex.ReleaseMutex exception type for compatibility...
2017-01-13 Dan MoseleyRemove #if false blocks (#8933)
2017-01-13 Andy AyersJIT: remove match accounting from inliner state machine
2017-01-13 Gaurav KhannaMerge pull request #8931 from dotnet-bot/master-UpdateD...
2017-01-12 Carol EidtMerge pull request #8928 from CarolEidt/Fix8898
2017-01-12 sandreenkoMerge pull request #8806 from sandreenko/array-bounds...
2017-01-12 mikednPrefer using Array.Length as upper for loop limit ...
2017-01-12 dotnet-botUpdate CoreClr to beta-24912-04
2017-01-12 Carol EidtFix putArgStk dstCount and ConsumeReg errors
2017-01-12 Pat GavlinMark a small number of tests heap-verify-incompatible.
2017-01-12 Gaurav KhannaMerge pull request #8909 from gkhanna79/Docker1404
2017-01-12 Carol EidtMerge pull request #8840 from CarolEidt/Fix8824
2017-01-12 Jonghyun Park[x86/Linux] Port 'ExceptionTracker::ProcessOSExceptionN...
2017-01-12 SivarvMerge pull request #8588 from litian2025/AVX_SSE
2017-01-12 Li Tianfix format
2017-01-12 dotnet botUpdate CoreClr, CoreFx to beta-24911-02, beta-24911...
2017-01-12 Li TianAdd more comments to document remove AVX/SSE transition...
2017-01-12 Joseph TremouletMerge pull request #8905 from JosephTremoulet/OneMoreHe...
2017-01-12 Russell C HadleyMerge pull request #8879 from russellhadley/span-intrinsics
2017-01-12 Carol EidtFix initialization of resolution sets
2017-01-12 Mike McLaughlinFix issue #8139 amd64 decoder bug. (#8901)
2017-01-12 Drew ScogginsMerge pull request #8907 from DrewScoggins/PullRequestFix
2017-01-12 Maarten MensinkAdd clang 3.7 support and remove __FakePrologName to...
2017-01-12 Drew ScogginsFix pull request title automation
2017-01-12 Gaurav KhannaAdd optional argument to skip unmount for rootfs
2017-01-11 Pat GavlinMerge pull request #8897 from pgavlin/GH8860.1
2017-01-11 Pat GavlinFormat code.
2017-01-11 Pat GavlinMerge pull request #8899 from pgavlin/FixTotalMemoryTest
2017-01-11 Michelle McDanielMerge pull request #8900 from adiaaida/fix8550
2017-01-11 Li Tianuse assert insteaf of if statement
2017-01-11 Jonghyun ParkRewrite CalleeSavedRegisters for x86 (#8871)
2017-01-11 Jan KotasInitial implementation of two field span.
2017-01-11 Sven BoemerMerge pull request #8570 from sbomer/dasm_automation
2017-01-11 Andy AyersMerge pull request #8551 from AndyAyersMS/FinallyCloning
2017-01-11 Joseph TremouletRemove bogus fgCurHeapDef guard
2017-01-11 Michelle McDanielCopy lvExactSize to shadowVar
2017-01-11 Pat GavlinFix the GC total memory test.
2017-01-11 Pat GavlinFix #8860.
2017-01-11 Joseph TremouletMerge pull request #8880 from JosephTremoulet/SimplifyH...
2017-01-11 Thiago Camargos... Add parameterless overloads of TrimStart/TrimEnd (...
2017-01-11 Stephen ToubMerge pull request #8892 from stephentoub/enumeq_ser
2017-01-11 Hyeongseok Oh[ARM32/Linux] Fix cross-architecture build error: T_CON...
2017-01-11 Stephen ToubFix deserialization of EnumEqualityComparer
2017-01-11 Stephen ToubMerge pull request #8868 from stephentoub/linkedcts_array
2017-01-11 Li Tianfix format error
2017-01-11 Li Tianfix comments, assertion failure in crossgen mscorlib
2017-01-11 Andy AyersJIT: Finally Optimizations
2017-01-11 sandreenkoMerge pull request #8862 from sandreenko/ReversePInvoke...
2017-01-11 Sedar GokbulutAdd Microsoft.NETCore.Native package (2nd attempt)...
2017-01-11 Li Tianrename, use getSIMDInstructionSet()
2017-01-11 Jonghyun Park[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)
2017-01-11 Carol EidtMerge pull request #8881 from CarolEidt/FixPutArgStk
2017-01-10 SaeHie Park[x86/Linux] Fix generic context(hidden arg) position...
2017-01-10 SaeHie Park[x86/Linux] Introduce UNIX_X86_ABI definition (#8863)
2017-01-10 Carol EidtUpdates based on PR review.
2017-01-10 Li Tianfix format error
next