summaryrefslogtreecommitdiff
path: root/src/zap
AgeCommit message (Expand)AuthorFilesLines
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-4/+14
2016-04-14Removing NYI for ZapUnwindDataRama Krishnan Raghupathy2-9/+12
2016-04-05Fix issue 2963Rahul Kumar3-0/+28
2016-03-30Fix R2R fixups for delegate ctorsJan Kotas4-8/+32
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy2-2/+2
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-32/+0
2016-03-23Title: Hashtable of types for R2R modulesFadi Hanna5-0/+311
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu3-4/+4
2016-03-11Merge pull request #3674 from jkotas/tail-callJan Kotas1-0/+8
2016-03-11Fallback to JIT for explicit tailcalls in R2RJan Kotas1-0/+8
2016-03-09Delete dead codeJan Kotas15-3160/+44
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)1-3/+5
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin4-37/+9
2016-02-19Merge pull request #2998 from ramarag/LongFileSupportRama krishnan Raghupathy1-6/+5
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-6/+5
2016-02-18Delete unused filesJan Kotas1-58/+0
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas3-1031/+0
2016-02-17Option for Enforcing Intrinsic Expansiondotnet-bot2-3/+5
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin2-0/+28
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-4/+5
2016-02-02Write null pointer for unsupported interfacesDmitry-Me1-0/+1
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+1
2016-01-28Modify crossgen to always set DLL bit in PE headerJohn Chen (CLR)1-0/+7
2016-01-27Update license headersdotnet-bot33-132/+99
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas2-9/+8
2016-01-24Merge pull request #2817 from pgavlin/CoreRTPInvokeKyungwoo Lee2-8/+9
2016-01-23Address code review feedback.Pat Gavlin2-8/+9
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2016-01-18Add ready to run support to unix crossgenJan Vorlicek4-47/+49
2016-01-08Enable tailcallopt for CoreRTJan Kotas1-0/+6
2015-12-15Build arm64 using private toolsetRahul Kumar1-2/+2
2015-10-30Merge pull request #1888 from JohnChen0/masterJan Kotas1-1/+1
2015-10-29Modify crossgen to allow loading NIs during Ready To Run compilationJohn Chen1-1/+1
2015-10-28Modify Platform ID of Linux NIs (issue #1035)John Chen1-1/+1
2015-10-01Fix wrong register with module address in crossgen on UnixJan Vorlicek2-2/+12
2015-09-24Fixing SAL anotation for VMRama Krishnan Raghupathy1-1/+1
2015-09-18Merge pull request #1566 from tijoytom/masterJan Kotas1-4/+12
2015-09-18Add support for NativeCallableAttributetijoytom1-4/+12
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar2-16/+16
2015-08-19Complete support for atypical callsitesJan Kotas3-17/+69
2015-08-18Add CORINFO_CALLINFO_ATYPICAL_CALLSITE flag to JIT-EE interfaceJan Kotas1-1/+1
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna1-1/+1
2015-07-24Merge pull request #1277 from erozenfeld/RODataAlignmentJan Kotas1-2/+13
2015-07-24Add an option to request 16 bytes alignment for read-only data.Eugene Rozenfeld1-2/+13
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-1/+1
2015-07-16Port CS#1495515 to ProjectK branch: Add a JIT-EE interface method for use by ...Bruce Forstall2-1/+13
2015-07-02Allow non-RIP-relative relocations in coreclr crossgen.Eugene Rozenfeld1-1/+1
2015-06-09Fix crossgen so that it doesn't attempt to get clr callbacks.Eugene Rozenfeld1-1/+1
2015-05-26Fix the virtual destructor warningJan Vorlicek2-1/+3
2015-05-20ReadyToRun bugfixesJan Kotas2-12/+55