summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Enable interpreter build (#11252)Jonghyun Park2-0/+7
2017-04-28Merge pull request #11268 from sdmaclea/PR-ARM64-two-gc-attributesBrian Sullivan6-67/+83
2017-04-28Fix R2R issue with virtual method resolving to non-generic base (#11289)Yi Zhang (CLR)1-0/+6
2017-04-27Merge pull request dotnet/corert#3446 from jkotas/nmirror-mergeJan Kotas1-19/+1
2017-04-27Add assertSteve MacLean1-0/+1
2017-04-27Remove commentSteve MacLean1-1/+1
2017-04-27Fix lsra memory consumption (#11233)Sergey Andreenko13-24/+89
2017-04-27Fix issues exposed by building with MSVC and /permissive-. (#11269)Xiang Fan1-1/+1
2017-04-27Allow conversions between enum and underlying typeJan Kotas1-14/+10
2017-04-27Disallow conversions between Object* and Object in Array.CopyJan Kotas1-8/+12
2017-04-27Unify fetching LoadContext for Dynamic Assemblies (#11264)Gaurav Khanna4-30/+18
2017-04-27[Arm64] Use ldp for mismatched GC types in genPutArgStkSteve MacLean, Qualcomm Datacenter Technologies, Inc1-14/+3
2017-04-27[Arm64] Support two GC attributes in pair formsSteve MacLean, Qualcomm Datacenter Technologies, Inc5-53/+79
2017-04-27[Arm64] Clean up genPutArgStk (#11239)Steve MacLean1-101/+41
2017-04-27Turn on unwind information at informational level rather than Info level. (#1...Vance Morrison1-2/+2
2017-04-27Remove unused TreeNodeInfo::isHelperCallWithKills field (#11259)Bruce Forstall2-24/+5
2017-04-27Merge pull request #11224 from parjong/fix/arm_unaligned_ldobjBruce Forstall1-0/+5
2017-04-27[WIP] Enable binding to CoreLib as NI image (#11040)Gaurav Khanna6-42/+23
2017-04-27Merge pull request #11255 from mskvortsov/FixPutArgRegBruce Forstall1-10/+10
2017-04-27Merge pull request #11258 from mskvortsov/FixConsumeReportingBruce Forstall1-1/+5
2017-04-27Fix a double-free encountered when failing to initialize a handle table bucke...Sean Gillespie1-1/+2
2017-04-27Merge pull request #11219 from sdmaclea/PR-ARM64-CpObj-Use-LDP-STPBrian Sullivan2-15/+66
2017-04-27Merge pull request #11243 from sdmaclea/PR-ARM64-LDP-ALLOW-GCREFSBrian Sullivan1-2/+11
2017-04-27Do not report out-of-order consuming if node wasn't consumed at allMikhail Skvortcov1-1/+5
2017-04-27[x86/Linux] Disable USE_CALLER_SP_IN_FUNCLET in EH (#11247)Jonghyun Park1-1/+5
2017-04-27RyuJIT/ARM32: Update GT_PUTARG_REG codegen.Mikhail Skvortcov1-10/+10
2017-04-26[Arm64/Unix] Revise JIT_MemCpy (#11143)Steve MacLean1-90/+84
2017-04-26Fix to respect readonly prefix for multidimensional array Address method (#11...Koundinya Veluri1-2/+1
2017-04-26Fix filename display in exception messages (#11238)Gaurav Khanna5-14/+24
2017-04-26Delete moved fileJan Kotas2-46/+0
2017-04-26Move DllNotFoundException, EntryPointNotFoundException to CoreLib (#3415)Faizur Rahman2-0/+45
2017-04-26Fix timer callback time drift (#11220)Koundinya Veluri2-6/+33
2017-04-26Fix commentSteve MacLean1-1/+1
2017-04-26[Arm64] Update emitOutputInstr to support GC refs in ldp formsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+11
2017-04-26Merge pull request #11235 from pgavlin/VSO424019Pat Gavlin1-0/+2
2017-04-26[Arm64] CpObj ldp/stp review feedbackSteve MacLean, Qualcomm Datacenter Technologies, Inc2-21/+41
2017-04-26Require a frame pointer in methods with throw blocks for sources that have mi...Pat Gavlin1-0/+2
2017-04-26Merge pull request #11218 from AndyAyersMS/FixReturnTypeMismatchAndy Ayers1-2/+6
2017-04-26Lookup System.Runtime and mscorlib references by Assembly nameMichael Letterle3-4/+25
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek8-177/+19
2017-04-26Fix thread wait to be resilient to real time clock changes on Unix (#11213)Jan Vorlicek5-18/+72
2017-04-26[x86/Linux] Stack alignment check in Hijack Helpers (#11221)Jonghyun Park1-0/+2
2017-04-26[x86/Linux] Use appropriate FCALL macro for DateMarshaler__ConvertToNative (#...Jonghyun Park2-2/+2
2017-04-26Merge pull request dotnet/corert#3429 from dotnet/nmirrorMichal Strehovský2-0/+25
2017-04-26Comment explaining use of FlushProcessWriteBuffers in StompWriteBarrier. (#10...Alan Lawrence1-3/+11
2017-04-26Fix few clang analyzer warnings (#11185)Jan Vorlicek2-4/+10
2017-04-26[ARM/Linux] Honor unaligned prefix for ldobj instructionJonghyun Park1-0/+5
2017-04-25Merge pull request #11107 from BruceForstall/NumSuccImprovementBruce Forstall2-73/+154
2017-04-25Merge pull request #11204 from BruceForstall/FixArmAltjitGcinfoBruce Forstall4-1/+27
2017-04-26[Arm64] Use ldp/stp in genCodeForCpObj()Steve MacLean, Qualcomm Datacenter Technologies, Inc2-13/+44