summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Merge pull request #5670 from AndyAyersMS/ObserveCallSiteBlockWeightAndy Ayers4-3/+28
2016-06-09Merge pull request #5666 from swaroop-sridhar/LRSwaroop Sridhar3-11/+9
2016-06-09Merge pull request #5658 from pgavlin/PhaseInterfacePat Gavlin1-2/+4
2016-06-09Inliner: observe block weight, update schema and dataAndy Ayers4-3/+28
2016-06-09Merge pull request #5649 from pgavlin/removeSplitMethodTreesPat Gavlin3-150/+2
2016-06-09Merge pull request #5661 from AndyAyersMS/FirstDraftProfitablityModelAndy Ayers2-9/+89
2016-06-09Merge pull request #5663 from briansull/legacy-cleanupBrian Sullivan11-38/+92
2016-06-09Make Phase::Phase protected.Pat Gavlin1-2/+3
2016-06-09ARM64: Don't track LR as part of NV-ContextSwaroop Sridhar3-11/+9
2016-06-09Merge pull request #5657 from JohnChen0/r2rJohn Chen2-0/+79
2016-06-09Fix clang buildBrian Sullivan1-1/+1
2016-06-09Inliner: implement profitabily side of the ModelPolicyAndy Ayers2-9/+89
2016-06-09Merge pull request #5650 from pgavlin/SsaSkipDefsPat Gavlin16-119/+0
2016-06-09Merge pull request #5653 from gkhanna79/Fix5610JITGaurav Khanna4-12/+0
2016-06-09Code review cleanup items and moved some items into LEGACY_BACKEND ifdefsBrian Sullivan11-38/+92
2016-06-09Add an option to log outcome of loading Ready to Run imagesJohn Chen (CLR)2-0/+79
2016-06-09Make Phase::{Pre,Do,Post}Phase protected.Pat Gavlin1-1/+2
2016-06-09Cleanup Arm32 package references.Gaurav Khanna4-12/+0
2016-06-09Merge pull request #5470 from alsemenn/fix1379Sasha Semennikov2-20/+27
2016-06-09Remove `fgSplitMethodTrees`.Pat Gavlin3-150/+2
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin16-119/+0
2016-06-09Merge pull request #5633 from dotnet-bot/from-tfsJan Kotas1-2/+4
2016-06-09Add -DARM_SOFTFP inside compileoptions.cmake (#5630)Jonghyun Park2-6/+0
2016-06-09ARM/Linux Regression Fix of Exception Handling (#5596)MyungJoo Ham1-6/+1
2016-06-09Fix build break in JIT CTP buildJan Kotas1-2/+4
2016-06-08Merge pull request #5624 from schellap/win8-arm-masterGaurav Khanna1-0/+5
2016-06-08Merge pull request #5589 from adityamandaleeka/sleep_return_type_confusionAditya Mandaleeka1-36/+21
2016-06-08Merge pull request #3864 from mikedn/mdarray-initJan Kotas5-57/+249
2016-06-08Merge pull request #5622 from parjong/fix/issue_5620Brian Sullivan1-0/+2
2016-06-08Add win8-arm package for CoreCLRSenthil1-0/+5
2016-06-08Merge pull request #5618 from rahku/CiFixRahul Kumar1-2/+2
2016-06-08Merge pull request #5607 from Maoni0/grow_cardSergiy Kuryata1-1/+3
2016-06-09Allows the use of IsHFA only when FEATURE_HFA is enabledJonghyun Park1-0/+2
2016-06-09Fix problem with virtual memory commit in OOM scenario on Linux (#5609)Jan Vorlicek1-9/+1
2016-06-08Merge pull request #5601 from Maoni0/av_fix_finalSergiy Kuryata1-21/+9
2016-06-08Renable disabled arm64 R2R testsRahul Kumar1-2/+2
2016-06-08Reduce memory leak for issue #1379Sasha Semennikov2-20/+27
2016-06-08Switch to CORINFO_HELP_NEW_MDARR_NONVARARGMike Danes1-36/+57
2016-06-08need to account for server GC threads calling growMaoni01-1/+3
2016-06-08Address CR feedbackMike Danes1-7/+5
2016-06-08Merge pull request #5495 from lemmaa/disable-nyi-featuresRahul Kumar1-0/+8
2016-06-08Merge pull request #5361 from wateret/fix-hfa-armsoftfpBrian Sullivan2-2/+2
2016-06-08Add support for multi-dimensional array initializationMike Danes5-57/+230
2016-06-08Merge pull request #5426 from CarolEidt/IsOneCarol Eidt11-118/+120
2016-06-08Merge pull request #5597 from dotnet-bot/from-tfsJan Kotas1-0/+3
2016-06-08Linux/ARM: Revert -O1 to -O3 for Linux/ARM Release Build. (#5598)Geunsik Lim1-11/+4
2016-06-07software ww fixMaoni01-21/+9
2016-06-07Merge pull request #5587 from dotnet-bot/from-tfsJan Kotas2-2/+7
2016-06-07Fix build issue http://buildstatus/Issues/Issues.aspx?iid=802303Gaurav Khanna1-0/+3
2016-06-07Merge pull request #5581 from AndyAyersMS/InlineReplayNoForceInlineAndy Ayers2-1/+31