summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-10Implement /disassemble nidump option for readytorun imagesJan Kotas2-48/+203
2015-08-10Fix build break on desktopJan Kotas1-2/+1
2015-08-07Merge pull request #1362 from mikem8361/exports1Jan Kotas1-0/+1
2015-08-07Merge pull request #1365 from dotnet-bot/from-tfsJan Kotas1-0/+9
2015-08-07Fix BPMD SOS command for ReadyToRunJan Kotas1-0/+9
2015-08-07Remove llvm-ranlib dependencyMatt Mitchell1-3/+0
2015-08-07Add GetCurrentThreadId to the Linux/Unix exports from coreclr.Mike McLaughlin1-0/+1
2015-08-07Fix PAL signal count upper limit issues.Koundinya Veluri6-50/+63
2015-08-06Merge pull request #1254 from James-Ko/patch-1Jan Kotas7-19/+19
2015-08-07Use Array.Empty where possibleJames Ko7-19/+19
2015-08-06Merge pull request #1354 from jkotas/vs2015-rtmJan Kotas10-23/+25
2015-08-06Merge pull request #1357 from benpye/arm64-release-fixJan Kotas1-1/+1
2015-08-06Fix ARM64 compile breakBen Pye1-1/+1
2015-08-05Merge pull request #1343 from benpye/cross-compilationMatt Mitchell2-4/+26
2015-08-05Fix build breaks on VS2015 RTMJan Kotas10-23/+25
2015-08-05Merge pull request #1291 from justinvp/streamreader_preambleWes Haggard1-1/+21
2015-08-05Merge pull request #1349 from dotnet-bot/from-tfsJan Kotas2-13/+9
2015-08-05Fix for build issue #764084, remove PK product group (it shouldn't have been ...Joel Hendrix1-1/+1
2015-08-05Merge pull request #1336 from tony/freebsd-lldbJan Kotas1-32/+0
2015-08-05Fix typos of tehJeff Foster8-9/+9
2015-08-05Update FreeBSD installation docs to the new devel/llvm37 package.Tony Narlock1-32/+0
2015-08-04Pick up security cookie definition from CRT headersJan Kotas1-10/+6
2015-08-04Title:Joel Hendrix1-4/+4
2015-08-04Merge pull request #1342 from jkotas/early-mscorlib-referencesJan Kotas1-1/+1
2015-08-04Merge pull request #1327 from mikem8361/settidMike McLaughlin9-27/+190
2015-08-04Fix crash when using OpenCover with mscorlibJan Kotas1-1/+1
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye2-4/+26
2015-08-04Enable the Windows x86 buildMike Danes19-55/+149
2015-08-03Allow x86 version of prebuilt mscoree.h to be used for all architecturesJan Kotas3-5/+8
2015-08-03Merge pull request #1332 from benpye/arm-regression-fixJan Kotas1-2/+2
2015-08-03Merge pull request #1338 from dotnet-bot/from-tfsJan Kotas1-4/+4
2015-08-03Fix build break on Windows ARMJan Kotas1-4/+4
2015-08-03Revert "Merge changes from TFS"Jan Kotas1-4/+4
2015-08-03Merge pull request #1334 from dotnet-bot/from-tfsJan Kotas1-4/+4
2015-08-03Fix ARM build regressionBen Pye1-2/+2
2015-08-03Merge pull request #1331 from justinvp/streamreader_cachedencodingsJan Kotas1-3/+3
2015-08-03Merge pull request #1333 from dotnet-bot/from-tfsJan Kotas3-1/+11
2015-08-03Use x86 version of prebuilt mscoree.hJan Kotas1-4/+4
2015-08-03Use a cached byte[] preamble for Encoding.UTF8Justin Van Patten1-1/+21
2015-08-01Added a "setsostid" command to workaround a bug in lldb on a core dump where ...Mike McLaughlin9-27/+190
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-31[aarch64] Correct the checking of return class type to check against CORINFO_...Geoff Norton1-1/+1
2015-07-30Fix more build breaks on Windows arm64Jan Kotas2-1/+8
2015-07-30Fix build break on Windows arm64Jan Kotas1-0/+3
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