summaryrefslogtreecommitdiff
path: root/tests/src/JIT/opt
AgeCommit message (Expand)AuthorFilesLines
2016-11-17Revise mismatch tests so they don't rely on undefined behaviorAndy Ayers2-2/+10
2016-10-20Add comments describing why these tests are disabled.Pat Gavlin2-0/+4
2016-10-20Mark tests GCStress-incompatible for x86.Pat Gavlin2-0/+2
2016-10-12Fix a tailcall test that fails with Ready-to-Run (#7586)John Chen1-0/+30
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy142-934/+0
2016-08-19Don't inline methods that have tail-prefixed calls.Eugene Rozenfeld1-152/+172
2016-08-12Disable tests to get jit32 jobs greenjashoo1-0/+1
2016-06-02Merge pull request #5402 from AndyAyersMS/InlineAllowCpBlkAndy Ayers2-0/+88
2016-05-31Inliner: enable inlining of methods with cpblkAndy Ayers2-0/+88
2016-05-31Mark two tests as always optimized and exclude two others from x86/JIT32.Pat Gavlin1-0/+1
2016-05-20Merge pull request #5108 from jashook/locals_exclude_min_optsJarret Shook1-0/+1
2016-05-19Merge pull request #5085 from sivarv/tcfixSivarv2-10/+15
2016-05-19Tail call test failure fixes.sivarv2-10/+15
2016-05-19Mark opt/perf/doublealign/Locals stress sensitiveJarret Shook1-0/+1
2016-05-19Mark doublealign test as incompatible with GCStressRuss Keldorph1-1/+2
2016-05-13Add budget check to RandomPolicyAndy Ayers1-1/+0
2016-05-09Update license header in most .il files.Russ Keldorph20-40/+60
2016-04-30Mark LotsOfInlines tests as optimization-sensitiveRuss Keldorph1-0/+1
2016-04-15Inliner: use time budget to avoid excessive inliningAndy Ayers2-0/+116
2016-04-06Set DebugType to PdbOnly for rel-mode IL testsAndy Ayers2-0/+2
2016-03-02Merge pull request #3405 from dagood/new-cliDavis Goodin88-88/+0
2016-03-02Remove RestorePackages = true from all test csproj's.Davis Goodin88-88/+0
2016-03-01Inliner: fix assert for multiple failure reasons when inliningAndy Ayers3-0/+122
2016-02-17Port desktop tests that had referencesRichard L Ford5-0/+380
2016-02-16Make dll project files build-only.Richard L Ford20-0/+40
2016-02-16Add libraries for tests that reference them.Richard L Ford41-0/+1287
2016-02-04Some tests for caller/callee type mismatchesAndy Ayers6-0/+254
2016-01-27Update license headersdotnet-bot69-141/+210
2016-01-11Merge pull request #2400 from pgavlin/FixDebugTypesPat Gavlin7-9/+9
2016-01-08Merge pull request #2550 from AndyAyersMS/InlineTreeAndy Ayers2-0/+84
2016-01-07Initial version of the inline treeAndy Ayers2-0/+84
2016-01-06Remove some redundant inlining testsAndy Ayers79-7571/+0
2016-01-05Port more JIT tests.Pat Gavlin3-0/+125
2015-12-31Enable ilasm round trip testingKyungwoo Lee1-0/+1
2015-12-28Using ilasm for test populationKyungwoo Lee1-2/+0
2015-12-18Fix DebugType and Optimize values for JIT tests.Pat Gavlin7-9/+9
2015-12-11Porting tests that have referencesHongtao Yu26-0/+990
2015-12-10Import missing JIT tests.Pat Gavlin64-123/+288
2015-12-09Porting jit\opt\tailcall\TailcallVerifyWithPrefix.ilHongtao Yu5-0/+11073
2015-12-07Port more C# unit testsRichard L Ford122-0/+24982
2015-09-03Add System.Console references and replace usages with [System.Console]Bruce Forstall17-4563/+4650
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell56-151/+156
2015-06-30Speed up package resotre of JIT Test buildMatt Ellis44-108/+195
2015-06-24Refactor JIT test projects.Pat Gavlin62-153/+2424
2015-06-10Import the first batch of IL tests.Pat Gavlin33-0/+205844
2015-04-22Add Inline test cases for JITBengu Li43-0/+5688