summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins18-44/+486
2018-08-01build-test - fix ilasm warnings caused by missing/incorrect extern assembly d...Jacek Blaszczynski107-2478/+2504
2018-08-01Use the identified python when building System.Private.CoreLib (#19043)Omair Majid2-1/+3
2018-08-01Cross-bitness in GcInfoEncoder::Build() (#19206)Egor Chesakov2-55/+35
2018-08-01Add a spec for tiered compilation (#19207)Noah Falk1-0/+95
2018-07-31Fix build breakJan Kotas2-0/+2
2018-07-31Delete dead code (#19208)Jan Kotas8-1055/+47
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas32-5165/+2
2018-07-31JIT: fast path for minopts/debug codegen in lvaMarkRefs (#19103)Andy Ayers4-64/+117
2018-07-31Updating SetCpuInfo to be more accurateTanner Gooding2-99/+144
2018-07-31R2RDump - Fix and update R2RDumpTests (#19039)Amy18-889/+1212
2018-07-31Add netcoreapp dependencies (#19177)Chris Sienkiewicz3-2/+13
2018-07-31Expose the x86 HWIntrinsics via a set of class hierarchies matching the under...Tanner Gooding31-104/+164
2018-07-30Moving the ilproj sdk to be built/published under the TargetsWindows conditionTanner Gooding1-4/+1
2018-07-30Fix HW intrinsics test projects naming and optimization levels according to r...Jacek Blaszczynski70-128/+68
2018-07-30Temporarily flag a SIMD test as optimization-sensitive (#19163)Koundinya Veluri1-0/+2
2018-07-30Change type of EnumLocaleData to struct (#19193)Jan Kotas1-1/+1
2018-07-29Fix invalid IntPtr == null comparisons, set strict mode for Roslyn (#19191)Jacek Blaszczynski2-1/+5
2018-07-27Added version increment for TrimExcess and EnsureCapacity (#19096)Dávid Kaya2-0/+14
2018-07-27build-test - fix TestWrapper CS warnings (#19180)Jacek Blaszczynski1-2/+2
2018-07-27spmi: exclude methods using a file with saved md5 hashes. (#18769)Sergey Andreenko3-5/+131
2018-07-27Merge pull request #19165 from BruceForstall/FixCodeGenBringUpTestsBuildsBruce Forstall651-919/+17883
2018-07-27Add comment explaining the return value of ToUpper/ToLower (#19176)Ahson Khan1-0/+4
2018-07-27Lowering: Atomic ops can produce a value (#19173)Carol Eidt3-2/+79
2018-07-27Updating emitInsCanOnlyWriteSSE2OrAVXReg to cover some of the newer instructi...Tanner Gooding1-5/+39
2018-07-27Merge pull request #19145 from CarolEidt/Fix19081Carol Eidt4-10/+20
2018-07-27Specify specific build flavors for CodeGenBringUpTests testsBruce Forstall651-919/+17883
2018-07-27JIT: add extra check to struct of struct of x promotion (#19156)Andy Ayers4-0/+300
2018-07-27Add CI PR-triggered Ubuntu x64 innerloop no-tiering job (#19123)Koundinya Veluri1-0/+15
2018-07-27Merge pull request #19154 from BruceForstall/FixArm64LocallocBruce Forstall8-30/+114
2018-07-27Update CoreClr, CoreFx, PgoData to preview1-26727-01, preview1-26727-01, mast...dotnet-maestro-bot2-8/+8
2018-07-26Reference in box HW intrinsics (#19137)Jacek Blaszczynski5-14/+19
2018-07-26Merge pull request #19144 from BruceForstall/Fix13796Bruce Forstall1-8/+8
2018-07-26Fixing the x86 hwintrinsics to not assert for invalid generic types.Tanner Gooding1-6/+10
2018-07-26Fix overallocation of arm64 small constant locallocBruce Forstall8-30/+114
2018-07-26Merge pull request #19153 from adityamandaleeka/fix_buildtest_helpAditya Mandaleeka1-1/+1
2018-07-26Fix syntax error in help text.Aditya Mandaleeka1-1/+1
2018-07-26reenable corefx System.Runtime.Tests on arm32 (#19128)Sergey Andreenko1-1/+0
2018-07-26Adding the Microsoft.NET.Sdk.IL pkgprojTanner Gooding6-0/+165
2018-07-26Include long shifts in OperIsShiftOrRotateCarol Eidt4-10/+20
2018-07-26Re-enable arm64 tests that no longer failBruce Forstall1-8/+8
2018-07-26Switch to using MicrosoftNETCorePlatformsPackageVersion as the RuntimeFramewo...Chris Sienkiewicz2-2/+2
2018-07-25Update CoreFX documentation (#19092)Andon Andonov2-10/+80
2018-07-25Sdk test projects (#19044)Chris Sienkiewicz15-62/+84
2018-07-24Removing duplicate CoreCLRTestLibrary project referencesTanner Gooding18-54/+0
2018-07-24Regenerating the x86 HWIntrinsic templated testsTanner Gooding773-6985/+3165
2018-07-24Removing `Random random = new Random()` from the HWIntrinsic templatesTanner Gooding23-110/+0
2018-07-24Realigning the HWIntrinsic template metadata tablesTanner Gooding1-746/+746
2018-07-24Replacing usages of random with TestLibrary.Generator in the HWIntrinsic temp...Tanner Gooding1-487/+487
2018-07-24Adding TestLibrary.Generator methods for unsigned typesTanner Gooding1-0/+74