summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-27Remove support for the x86 compat JIT from .NET Core.Pat Gavlin19-839/+13
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 Khanna8-47/+28
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-27Fix unittest `LPSTRTest` (#11096)Hanjoung Lee2-7/+26
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 building with only VS2017 installed. (#11182)Felipe Pessoto1-1/+7
2017-04-26Merge pull request #11240 from wtgodbe/SourceBranchWilliam Godbe1-2/+2
2017-04-26Fix to respect readonly prefix for multidimensional array Address method (#11...Koundinya Veluri3-2/+68
2017-04-26Fix filename display in exception messages (#11238)Gaurav Khanna5-14/+24
2017-04-26Update CoreClr, CoreFx to preview2-25226-02, preview2-25226-02, respectively ...dotnet bot11-31/+31
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-26Use SourceBranch from pipebuild to define Helix Branchwtgodbe1-2/+2
2017-04-26Fix and re-enable some GC finalizer tests (#11216)Sean Gillespie6-41/+104
2017-04-26[Arm64] CpObj ldp/stp review feedbackSteve MacLean, Qualcomm Datacenter Technologies, Inc2-21/+41
2017-04-26Merge pull request #11178 from sbomer/ilrt_factoringSven Boemer8-107/+128
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-26Merge pull request #11229 from wtgodbe/CrossgenFixWilliam Godbe2-1/+8
2017-04-26Exit on failure of HelixPrep.projwtgodbe2-1/+8
2017-04-26Refactor ildasm round trip logicSven Boemer8-107/+128
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek9-177/+24
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-25Merge pull request #11215 from wtgodbe/ActuallyDoCrossgenWilliam Godbe1-2/+3
2017-04-26[Arm64] Use ldp/stp in genCodeForCpObj()Steve MacLean, Qualcomm Datacenter Technologies, Inc2-13/+44
2017-04-25Move DynamicHelperFrame::UpdateRegDisplay into cgenx86.cpp (#11193)Jonghyun Park2-5/+9
2017-04-25JIT: fix return type mismatch inlining blockAndy Ayers1-2/+6
2017-04-25Set RunCrossGen=true for non-Windows R2R runswtgodbe1-2/+3
2017-04-25Merge pull request #11134 from pgavlin/VSO406163Pat Gavlin2-14/+90