summaryrefslogtreecommitdiff
path: root/src/zap
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna6-106/+194
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin2-3/+7
2016-05-09Merge pull request #4883 from JohnChen0/r2rJohn Chen1-0/+18
2016-05-09Fix CrossGen to skip some methods that require generic dictionaryJohn Chen (CLR)1-0/+18
2016-05-09Merge pull request #4837 from rahku/crossgenRahul Kumar1-33/+33
2016-05-09[Arm64] Helpers for ReadyToRunRahul Kumar1-33/+33
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-1/+1
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin2-0/+7
2016-05-02Merge pull request #4684 from gkhanna79/CrossgenJITGaurav Khanna1-12/+38
2016-05-02Merge pull request #4688 from dotnet-bot/from-tfsJan Kotas2-0/+7
2016-05-02Enable crossgen to load JIT from a custom locationGaurav Khanna1-12/+38
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)3-37/+89
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee2-0/+40
2016-04-29Eliminate SEH interactions between the JIT and the EE during verification.Pat Gavlin2-0/+7
2016-04-28Merge pull request #4652 from rahku/arm64EnableR2RRahul Kumar2-0/+68
2016-04-28Enable ReadyToRun feature for arm64Rahul Kumar2-0/+68
2016-04-28Load JIT from a custom locationGaurav Khanna1-2/+2
2016-04-28Refuse to compile references to nativecallable methods in R2R images (#4627)Jan Kotas1-0/+6
2016-04-27Merge pull request #4614 from ramarag/fragileNIstartupRama krishnan Raghupathy1-2/+2
2016-04-27Arm64:Fxing up VM helper Table in mscorlib NIRama Krishnan Raghupathy1-2/+2
2016-04-26Fix build break introduced by https://github.com/dotnet/coreclr/commit/140396...Gaurav Khanna1-1/+3
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