summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas59-207/+2980
2015-07-30Merge pull request #1314 from dotnet-bot/from-tfsJan Kotas23-39/+39
2015-07-30[aarch64] Address code review feedback and disable EmitGetThreadInlined on PA...Geoff Norton3-9/+42
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov23-39/+39
2015-07-29Conservatively mark variable as killed if there is an embedded comma assignmentschellap2-6/+46
2015-07-29Merge pull request #1298 from mmitche/tail-call-fixMatt Mitchell1-0/+2
2015-07-28Fix for potential bad tailcall code generationMatt Mitchell1-0/+2
2015-07-28[aarch64] lsra wa not properly setting the killMask for initBlk, copyBlk or c...Geoff Norton1-7/+8
2015-07-28[pal] PAL_printf_arg_remover was not properly handling formats like %*sGeoff Norton4-9/+18
2015-07-28Merge pull request #1269 from Sridhar-MS/osx-tickcountSridhar Periyasamy6-1/+94
2015-07-28[aarch64] Enable the interpreter on linux as wellGeoff Norton3-43/+31
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton53-150/+2892
2015-07-27Fix to bad codegen issue while tail calling virtual stub dispatched call that...Venkata Sivaramakrishna Ramadugu1-3/+15
2015-07-27Add new file to the old msbuild makefilesJan Kotas1-0/+4
2015-07-27Fix to return the right frequency (in ticks per second) and counter (in terms...Sridhar Periyasamy1-20/+17
2015-07-27Expose Unix hosting API on WindowsBen Pye3-7/+15
2015-07-26Fix 1203471: Incorrect rationalization of unused SIMD localVarCarol Eidt1-1/+20
2015-07-26Merge pull request #1239 from sergey-raevskiy/proftoeeinterfaceimpl-doc-updateJan Kotas3-3/+3
2015-07-24Build fails when using binutils version 2.25.0Aurojit Panda6-71/+71
2015-07-24Move 's_TimebaseInfo' intialization to PAL intialization and nanosecond resol...Sridhar Periyasamy3-7/+67
2015-07-24Merge pull request #1278 from eerhardt/masterEric Erhardt2-37/+281
2015-07-24Adding TimeZoneInfo.Local and FindSystemTimeZoneById support on Linux.Eric Erhardt2-37/+281
2015-07-24Replace the usage of MACH monotonic function 'clock_get_time' with 'mach_abso...Sridhar Periyasamy3-31/+23
2015-07-24Merge pull request #1277 from erozenfeld/RODataAlignmentJan Kotas3-14/+36
2015-07-24Merge pull request #1283 from dotnet-bot/from-tfsJan Kotas2-3/+2
2015-07-24Add an option to request 16 bytes alignment for read-only data.Eugene Rozenfeld3-14/+36
2015-07-24Fix FILECanonicalizePath test.Ben Pye1-2/+2
2015-07-24After calls to vprintf (and similar) call va_endBen Pye4-16/+169
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye84-641/+3741
2015-07-23Merge pull request #1280 from nguerrera/remove-corefx-cryptoNick Guerrera3-817/+4
2015-07-22Update ETW allocation sampling shutdown method contract.Brian Robbins1-1/+1
2015-07-22Fix recursive assert in utilcode/debug.cpp when VM code, etc. hits an assert.Mike McLaughlin1-2/+1
2015-07-22Fix Mach host port leaks in OSXSridhar Periyasamy2-3/+12
2015-07-22Remove System.Security.Cryptography.Native from coreclr buildNick Guerrera3-817/+4
2015-07-22Remove the SecuritySafeCritical from the ParseTargetFrameworkName.Alex Ghiondea1-1/+0
2015-07-21Fix to get the correct value for Environment.TickCount in OSXSridhar Periyasamy3-0/+35
2015-07-21Merge pull request #1263 from adityamandaleeka/contextAlignmentAditya Mandaleeka3-10/+13
2015-07-20Fix alignment issue when converting to/from native context.Aditya Mandaleeka3-10/+13
2015-07-20Merge pull request #1255 from benpye/coreconsole-crash-fixJan Kotas1-9/+21
2015-07-19Allow coreconsole to be called without extension.Ben Pye1-9/+21
2015-07-19Merge pull request #1199 from judemelancon/patch-1Jan Kotas1-1/+0
2015-07-19Merge pull request #1227 from mikedn/shrdisJan Kotas1-1/+1
2015-07-18Merge pull request #1250 from david-mitchell/fix-localsSergiy Kuryata1-1/+1
2015-07-17Merge pull request #1245 from janvorli/hosting-api-extensionJan Vorlicek4-92/+279
2015-07-16Merge pull request #1251 from dotnet-bot/from-tfsJan Kotas6-8/+89
2015-07-16Merge pull request #1252 from ViIvanov/fix/assert-in-lazy-value/issue-1186Jan Kotas1-1/+1
2015-07-16Update DllImport logic to support lack of "lib" prefixstephentoub1-21/+25
2015-07-17Fix #1186: incorrect Contract.Assert in Lazy<>::Value getter.Viacheslav Ivanov1-1/+1
2015-07-16Extend the Unix hosting APIJan Vorlicek4-92/+279
2015-07-16Port CS#1495515 to ProjectK branch: Add a JIT-EE interface method for use by ...Bruce Forstall6-8/+89