summaryrefslogtreecommitdiff
path: root/tests/src/JIT/opt/Inline
AgeCommit message (Expand)AuthorFilesLines
2017-09-05JIT: allow inlines of methods with calli (#13756)Andy Ayers2-0/+85
2017-08-16Move less valuable tests to priority 1.Pat Gavlin45-355/+265
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas47-188/+0
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe46-227/+43
2016-11-17Revise mismatch tests so they don't rely on undefined behaviorAndy Ayers2-2/+10
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy53-348/+0
2016-05-31Inliner: enable inlining of methods with cpblkAndy Ayers2-0/+88
2016-05-13Add budget check to RandomPolicyAndy Ayers1-1/+0
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 Goodin42-42/+0
2016-03-02Remove RestorePackages = true from all test csproj's.Davis Goodin42-42/+0
2016-03-01Inliner: fix assert for multiple failure reasons when inliningAndy Ayers3-0/+122
2016-02-04Some tests for caller/callee type mismatchesAndy Ayers6-0/+254
2016-01-27Update license headersdotnet-bot42-87/+129
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-10Import missing JIT tests.Pat Gavlin40-80/+80
2015-12-07Port more C# unit testsRichard L Ford82-0/+7735
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell39-117/+156
2015-06-30Speed up package resotre of JIT Test buildMatt Ellis40-84/+195
2015-06-24Refactor JIT test projects.Pat Gavlin40-23/+1756
2015-04-22Add Inline test cases for JITBengu Li43-0/+5688