summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-04Add missing packages in documentation.Ben Pye2-4/+4
2015-08-04Remove comments from tryrun cmake filesBen Pye2-712/+0
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye15-6/+1177
2015-08-03Fix ARM build regressionBen Pye1-2/+2
2015-08-03Merge pull request #1330 from dobe/masterStephen Toub1-1/+1
2015-08-03fixed typodobe1-1/+1
2015-07-31Merge pull request #1320 from ganeshran/1313-GitSetupSectionJan Kotas2-2/+2
2015-07-31Merge pull request #1285 from benpye/linux-arm-stack-unwindingJan Vorlicek9-117/+198
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye9-117/+198
2015-07-31Adding instructions to clone both corefx and coreclr in the Git Setup section...Ganesh Ranganathan2-2/+2
2015-07-30Merge pull request #1319 from kangaroo/aarch64-hfa-fixJan Kotas1-1/+1
2015-07-31[aarch64] Correct the checking of return class type to check against CORINFO_...Geoff Norton1-1/+1
2015-07-30Merge pull request #1317 from nguerrera/corefx-native-docsNick Guerrera3-6/+27
2015-07-30Add instructions for building corefx native componentsNick Guerrera3-6/+27
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas61-214/+3017
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-29Merge pull request #1309 from schellap/copypropMatt Mitchell2-6/+46
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 Mitchell4-0/+168
2015-07-28Fix for potential bad tailcall code generationMatt Mitchell4-0/+168
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-28Merge pull request #1302 from dotnet-bot/from-tfsJan Kotas1-3/+15
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton55-157/+2929
2015-07-27Fix to bad codegen issue while tail calling virtual stub dispatched call that...Venkata Sivaramakrishna Ramadugu1-3/+15
2015-07-27Merge pull request #1301 from dotnet-bot/from-tfsJan Kotas1-0/+4
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-27Merge pull request #1295 from benpye/windows-unix-hosting-apiJan Kotas3-7/+15
2015-07-27Expose Unix hosting API on WindowsBen Pye3-7/+15
2015-07-26Merge pull request #1293 from dotnet-bot/from-tfsJan Kotas1-1/+20
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 Kotas5-7/+7
2015-07-24Merge pull request #1262 from apanda/masterJan Kotas6-71/+71
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-24Merge pull request #1210 from benpye/linux-armJan Kotas92-678/+3980
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 Pye87-660/+3809