summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Delete dead codeJan Kotas19-926/+235
2016-03-08Move some definitions out of gcinfoencoder.h.Pat Gavlin1-423/+9
2016-03-07Fix build break on Desktop arising out of MoveFileWrapper cleanup.Gaurav Khanna1-1/+1
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-0/+8
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-1/+1
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna2-7/+1
2016-03-03Add two files that should have been part of changeset #1581242.Pat Gavlin1-0/+49
2016-03-03Refactor Utilcode's IAllocators.Pat Gavlin2-98/+8
2016-03-01Merge pull request #3438 from swaroop-sridhar/corjithostSwaroop Sridhar1-0/+1
2016-03-01Merge pull request #3433 from JohnChen0/longpathJohn Chen3-12/+16
2016-02-29Export CorJitHost interfaceSwaroop Sridhar1-0/+1
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)3-12/+16
2016-02-29Inliner refactoring: remove the LR sampling modeAndy Ayers1-1/+0
2016-02-26Clean up some truncation warnings in the JIT.Pat Gavlin1-1/+2
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-8/+0
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-0/+8
2016-02-25Merge pull request #3353 from jkotas/gc-updateJan Kotas1-1/+1
2016-02-24Merge pull request #3335 from dotnet-bot/from-tfsJan Kotas4-33/+89
2016-02-24Fixes for GC updateJan Kotas1-1/+1
2016-02-24Add CORINFO_TOKENKIND_NewObjJan Kotas1-0/+5
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin4-33/+89
2016-02-23Fix build issue on NetBSD: Include <stdarg.h> for va_listKamil Rytarowski1-0/+2
2016-02-19Merge pull request #2998 from ramarag/LongFileSupportRama krishnan Raghupathy6-336/+658
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy6-336/+658
2016-02-18Delete unused filesJan Kotas4-954/+0
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas2-488/+1
2016-02-17Option for Enforcing Intrinsic Expansiondotnet-bot1-5/+13
2016-02-16Avoid unnecessary copies of AllSuccessorIter, LocationInfo and VNDefFunc2ArgMike Danes1-0/+7
2016-02-10Merge pull request #3118 from jkotas/buffercopyJan Kotas1-0/+1
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-0/+1
2016-02-10Merge pull request #3112 from mikem8361/sosfixMike McLaughlin5-153/+173
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin5-153/+173
2016-02-09Make Unix event tracing conditionally enabledJan Kotas1-3/+3
2016-02-06Fix loading of native images on UnixJan Kotas1-4/+13
2016-02-05Address CR feedback.Pat Gavlin1-7/+15
2016-02-05Generate P/Invoke transitions for CoreRT.Pat Gavlin1-4/+2
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin3-8/+49
2016-02-03Merge pull request #3006 from kyulee1/splitheaderKyungwoo Lee3-324/+330
2016-02-03cordebuginfo.h out of corinfo.hKyungwoo Lee3-324/+330
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-0/+2
2016-02-02Merge pull request #2997 from kouvel/FinalizeJan Kotas1-1/+1
2016-02-02Expose COMPlus_FinalizeOnShutdown in retail buildsKoundinya Veluri1-1/+1
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-3/+51
2016-02-01Merge pull request #2953 from janvorli/fix-unix-readytorunJan Kotas2-0/+7
2016-02-01Merge pull request #2962 from dotnet-bot/from-tfsJan Kotas3-4/+4
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-3/+51
2016-02-01Fix build breaks in Linux ARM buildJan Kotas1-6/+0
2016-02-01Fix ReadyToRun on UnixJan Vorlicek2-0/+7
2016-02-01Fix OACR errors for ProjectKdotnet-bot3-4/+4
2016-02-01Fix cast to interface other than the most derived oneDmitry-Me1-1/+1