summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-24Fix mscordbi metadata reader alignment bug on Linux. (#19070)Mike McLaughlin2-0/+9
2018-07-24Release leaked ICorProfilerCallback9 in ~EEToProfInterfaceImpl (#19106)Ilia1-0/+7
2018-07-24Merge pull request #19099 from BruceForstall/Arm64DebugBuildBruce Forstall1-52/+42
2018-07-24Revert "Revert "Fix some failures when using build-test.sh"" (#18919)Russ Keldorph5-18/+13
2018-07-24Work around cmd command length limit in xunit Exec task (#19095)Sven Boemer2-2/+17
2018-07-23Add root MSBuild targets for Interop managed test assets (#19069)Aaron Robinson4-0/+87
2018-07-23Change Windows arm32/arm64 Debug normal/innerloop jobs to NOT run testsBruce Forstall1-52/+42
2018-07-23Add missing FlushInstructionCache to Thread::CommitGCStressInstructionUpdate ...Egor Chesakov1-0/+2
2018-07-23Disable tests failing on ARM32 in https://github.com/dotnet/coreclr/pull/1878...Egor Chesakov1-0/+2
2018-07-23R2RDump - UnwindInfo for x86 (#18994)Amy13-29/+233
2018-07-23Change gtExtractSideEffList to use GenTreeVisitor (#18257)mikedn5-125/+204
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas3-3/+7
2018-07-23JIT: some lclvars related cleanup (#19077)Andy Ayers7-285/+51
2018-07-23Remove hosthook api (#19079)Aaron Robinson15-121/+14
2018-07-22Enable profiler attach on Windows (#18762)Sung Yoon Whang11-305/+249
2018-07-22JIT: stateful local ref counts and weights (#19068)Andy Ayers9-140/+319
2018-07-20Merge pull request #19049 from acmyu/issue19030Bruce Forstall5-1/+6
2018-07-20Merge pull request #19067 from CarolEidt/FixStructRefCntCarol Eidt1-4/+0
2018-07-20Merge pull request #19065 from briansull/fix_19022Brian Sullivan3-1/+116
2018-07-20Improve narrowing of GT_AND nodes. (#18995)Eugene Rozenfeld1-11/+52
2018-07-20Update documentation for testing (#19063)Aaron Robinson4-98/+95
2018-07-20JIT: handle implicit local var references via local var attribute bit (#19012)Andy Ayers4-19/+30
2018-07-20Fix unnnecessary reference to DateTimeFormatInfo.DecimalSeparator (#19064)Stephen Toub1-1/+1
2018-07-20Update BuildTools, CoreClr, CoreFx, PgoData to preview1-03020-01, preview1-26...dotnet-maestro-bot3-11/+11
2018-07-20Disable manual COM registration logic on ARM32 (#19042)Aaron Robinson3-16/+1
2018-07-20Zapper::CompileAssembly: save NI file atomically (#19059)Konstantin Baladurin3-4/+13
2018-07-20Remove incRefCnt from fgMakeOutgoingStructArgCopyCarol Eidt1-4/+0
2018-07-20Merge pull request #19040 from CarolEidt/DiffFixCarol Eidt2-2/+4
2018-07-20Add Tizen 5.0 RID (#19057)Gleb Balykov1-0/+3
2018-07-20Improve throughput of TimeSpan.ToString/TryFormat with "g"/"G" (#19051)Stephen Toub3-120/+175
2018-07-20Minor interop code changes (#19005)Aaron Robinson5-54/+38
2018-07-20Fixed missing readonly attribute (#19052)Phil Garcia2-2/+2
2018-07-19Add issues with COM tests in the helix build. (#19047)Aaron Robinson2-1/+8
2018-07-19Skip R2RDumpTests in crossgen tests, test unsupported on ARMAmy Yu5-1/+6
2018-07-19Fixes issue 19022Brian Sullivan3-1/+116
2018-07-19Removing WINCORESYS usages from the test projectsTanner Gooding9-38/+15
2018-07-19Enable the no tiered compilation innerloop PR legs (#18953)Noah Falk1-17/+14
2018-07-19Adding a project reference for CoreCLRTestLibrary to the hwintrinsic test dir...Tanner Gooding1-0/+4
2018-07-19Regenerating the HWIntrinsic tests from the updated templatesTanner Gooding772-3608/+3608
2018-07-19Updating the templated HWIntrinsic tests to use `TestLibrary.TestFramework` f...Tanner Gooding24-111/+114
2018-07-19Build xunit wrappers the same way on windows and unix (#18695)Sven Boemer31-407/+721
2018-07-19Fix desktop build breakJan Kotas1-1/+4
2018-07-19JitDump improvementsCarol Eidt2-2/+4
2018-07-19Merge pull request #18999 from CarolEidt/Fix16359Carol Eidt3-13/+10