summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Revert "Revert "Speed up test native binary syncing in pipeline""William Godbe2-5/+5
2017-01-26Revert "Speed up test native binary syncing in pipeline"William Godbe2-5/+5
2017-01-26Merge pull request #9152 from wtgodbe/SpeedUpSyncWilliam Godbe2-5/+5
2017-01-26Merge pull request #9141 from pgavlin/RemoveDeadCodePat Gavlin6-193/+0
2017-01-26[GDB-JIT][Linux] Fix incorrect DWARF offset for primitive types with typedef ...Evgeny Pavlov1-1/+3
2017-01-26Clean up PAL functions (#9149)Frederik Carlier17-368/+7
2017-01-26Speed up test native binary syncing in pipelinewtgodbe2-5/+5
2017-01-26Merge pull request #9142 from AndyAyersMS/FixAssertsAndy Ayers2-3/+3
2017-01-26Merge pull request #9129 from RussKeldorph/defineenumRuss Keldorph1-2/+8
2017-01-26Fix encoding of native signatures in the presence of Enum.GetHashCode optimiz...Jan Kotas1-0/+8
2017-01-26JIT: fix some bad assertsAndy Ayers2-3/+3
2017-01-26Remove dead code in the JIT.Pat Gavlin6-193/+0
2017-01-26Merge pull request #9125 from BruceForstall/ImproveAddrModeJitDumpBruce Forstall1-3/+4
2017-01-26Merge pull request #9126 from BruceForstall/CleanUnusedTailcallNodesBruce Forstall1-0/+1
2017-01-26Extract GetStackParameterSize from ESPIncrOnReturn (#9135)Jonghyun Park1-3/+8
2017-01-26Show register name in UPDATEREG log (#9134)Jonghyun Park1-1/+1
2017-01-26Implement PAL_ProbeMemory with write/read to pipe (issue #4094) (#9122)Mike McLaughlin1-33/+48
2017-01-25Merge pull request #9114 from erozenfeld/SecurityPermissionAttributeEugene Rozenfeld3-108/+0
2017-01-25Merge pull request #9124 from BruceForstall/FixSimdDetectionBruce Forstall2-1/+2
2017-01-25Reduce number of branches and IL size of string.Trim methods (#9115)Justin Van Patten1-3/+3
2017-01-25Disable assertions in ModuleBuilder.DefineEnumRuss Keldorph1-2/+8
2017-01-25Remove System.Security.Permissions.SecurityPermissionAttribute from System.Pr...Eugene Rozenfeld3-108/+0
2017-01-25Clean up unused tailcall via helper nodesBruce Forstall1-0/+1
2017-01-25Improve address mode detection JitDumpsBruce Forstall1-3/+4
2017-01-25Fix `Span<T>` GCStress issue on x86 (#9116)Koundinya Veluri1-0/+16
2017-01-25Fix non-deterministic AVX2 detectionBruce Forstall2-1/+2
2017-01-26Introduce REGDISPLAY_BASE (#9095)Jonghyun Park2-79/+40
2017-01-25Merge pull request #9100 from adiaaida/vso370233Michelle McDaniel1-1/+2
2017-01-25Update isUsedFromMemory to include CNS_DBLsMichelle McDaniel1-1/+2
2017-01-25Merge pull request #9024 from stephentoub/fix_taskwhenanyStephen Toub1-1/+17
2017-01-25Merge pull request #9102 from dotnet/revert-8969-encodingJan Kotas6-738/+168
2017-01-25Merge pull request #9104 from dotnet/revert-9091-perf-CompareOrdinalIgnoreCas...Jan Kotas1-20/+13
2017-01-24Merge pull request #9084 from hqueue/arm/ryujit/fp_sqrtSivarv2-3/+12
2017-01-24Revert "Improve CompareOrdinalIgnoreCaseHelper performance for matching chars"Jan Kotas1-20/+13
2017-01-24Revert "Fast-path for ASCII & UTF8 Encoding ASCII data"Tarek Mahmoud Sayed6-738/+168
2017-01-24Document jumpStub usage in Codeman.cppBrian Sullivan3-34/+218
2017-01-24Improve CompareOrdinalIgnoreCaseHelper performance for matching chars (#9091)Bruce Bowyer-Smyth1-13/+20
2017-01-24Merge pull request #9065 from pgavlin/FixPhaseListOrderAndy Ayers1-3/+2
2017-01-24Merge pull request #9090 from rahku/arm64fixRahul Kumar1-1/+1
2017-01-24Fast-path for ASCII & UTF8 Encoding ASCII data (#8969)Ben Adams6-168/+738
2017-01-24Merge pull request #8944 from DmitryDzuba/patch-1Ian Hays1-3/+8
2017-01-24Fix arm64 build breakRahul Kumar1-1/+1
2017-01-24Delete unused files (#9082)mikedn28-5416/+0
2017-01-24[x86/Linux] Port CheckRegDisplaySP (#9081)Jonghyun Park2-15/+9
2017-01-24Fix codegen for GT_NEG to handle floating point typeHyung-Kyu Choi1-1/+8
2017-01-24[x86/Linux] Fix EH Region Mismatch (#9043)Jonghyun Park5-6/+21
2017-01-24Simplify #ifdef related with UnwindStackFrame (#9052)Jonghyun Park2-14/+14
2017-01-24Implement GT_INTRINSIC_Sqrt for floating-pointHyung-Kyu Choi2-2/+4
2017-01-24Clean up #else in EECodeManager::FixContext (#9048)Jonghyun Park2-10/+7
2017-01-24Clean up LeaveFinally/LeaveCatch (#9050)Jonghyun Park2-16/+9