summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
2016-03-25Add new configuration mechanism for CoreCLR.Aditya Mandaleeka6-32/+227
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu4-22/+22
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy1-5/+8
2016-03-07Enabling LongFile Support in PALDDCloud1-5/+8
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+2
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-50/+0
2016-03-03Add two files that should have been part of changeset #1581242.Pat Gavlin1-0/+8
2016-03-03Refactor Utilcode's IAllocators.Pat Gavlin1-5/+1
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)4-50/+199
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-2/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+2
2016-02-24Fix build break - add precompiled headerJan Kotas1-0/+2
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin5-0/+83
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy16-263/+1719
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin1-19/+0
2016-02-03Fix build on NetBSD: cast ptr to function to ptr to dataKamil Rytarowski1-2/+1
2016-01-27Update license headersdotnet-bot78-315/+237
2016-01-25Clang sanitizer fixes to remove incorrect function type 'void *(*)()'Steve Harter2-6/+6
2016-01-21FIx the incremental build for WindowsJan Vorlicek4-6/+6
2016-01-11Make CORCOMPILE_HEADER backward compatibleJohn Chen (CLR)1-1/+4
2016-01-04Improve crossgen error when mscorlib is missing (issue 1889)John Chen (JOCHEN7)2-1/+5
2015-12-18Fix infinite recursion in hostimpl.cppMatt Ellis1-1/+1
2015-12-17Revert 29ce4f6Matt Ellis1-18/+0
2015-12-16Make JitDump work in ilc.exeJan Kotas1-4/+51
2015-12-15Build arm64 using private toolsetRahul Kumar1-4/+12
2015-12-13Remove unnecessary files from build and disable LNK4221Mike Danes4-26/+45
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-4/+5
2015-12-03Refactoring resource stringKyungwoo Lee5-52/+19
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata1-0/+7
2015-11-23Delete code under !NO_CRT defineJan Kotas4-83/+2
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-2/+35
2015-11-11Use volatile store for g_hrFatalErrorJan Kotas1-1/+2
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka1-0/+3
2015-10-26Disable apithreadstress when STRESS_THREAD is not enabledAditya Mandaleeka1-0/+3
2015-10-26Fix a CrossGen assert on LinuxJohn Chen1-1/+1
2015-10-20Correct attribution for UUIDs and GUIDsRichard Lander1-38/+65
2015-10-07correct word spellingあまみや ゆうこ2-3/+3
2015-09-28Merge pull request #1628 from kouvel/CppCheckFixesKoundinya Veluri1-0/+3
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar10-6/+14
2015-09-25Fix a few issues reported by cppcheckKoundinya Veluri1-0/+3
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar7-24/+24
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-1/+1
2015-08-10Fix build break on desktopJan Kotas1-2/+1
2015-08-05Fix build breaks on VS2015 RTMJan Kotas2-2/+3
2015-07-24Merge pull request #1283 from dotnet-bot/from-tfsJan Kotas1-2/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-1/+10
2015-07-22Fix recursive assert in utilcode/debug.cpp when VM code, etc. hits an assert.Mike McLaughlin1-2/+1
2015-07-16Declare locals in correct order.David Mitchell1-1/+1
2015-07-08CR feedback.Mike McLaughlin1-4/+4
2015-07-08Fix recursive asserts in coreclr.Mike McLaughlin1-35/+54