summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Remove unused local from List<T>.RemoveRange (dotnet/corefx#31727)Robin Sue1-1/+0
2018-08-12non shared changes and feedback addressedAnipik3-13/+23
2018-08-12Fix a couple of apartment state issues (#19384)Koundinya Veluri4-12/+14
2018-08-12Create Microsoft.IO.Redist (dotnet/corefx#31679)Jeremy Kuhne7-36/+69
2018-08-12Silence WinRT type assert in crossgen (#19442)Simon Nattress1-1/+0
2018-08-11[local gc] disable feature redhawk (#17769)David Mason11-55/+30
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas67-867/+182
2018-08-11moved to shared (#19419)Anirudh Agnihotry6-18/+27
2018-08-10Moved SpinLock.cs to shared (#19391)Anirudh Agnihotry3-60/+60
2018-08-10Don't early terminate on null for 64bit NR HashCode (#19331)Ben Adams3-45/+28
2018-08-10CORDbgSetInstruction: clear thumb bit of the address before flushing icache (...Konstantin Baladurin1-1/+1
2018-08-10Moved to shared (#19399)Anirudh Agnihotry3-122/+92
2018-08-10update order of locks so jitstress is unblocked (#19401)David Mason2-174/+174
2018-08-10Merge pull request #19344 from adityamandaleeka/aa64_vm_callconv_changesAditya Mandaleeka14-40/+134
2018-08-10Align the Contents of EventPipeBuffers (#19375)Brian Robbins3-9/+27
2018-08-10Updating the ilproj-sdk to also copy native dependencies from Microsoft.NETCo...Tanner Gooding1-0/+3
2018-08-09Update DynamicHelper for Unix to match Win.Aditya Mandaleeka2-1/+2
2018-08-09Implementing the Avx.MaskStore intrinsicsTanner Gooding7-20/+118
2018-08-08Change CoreLib native image to be R2R by default on all platforms (#19359)Jan Kotas1-16/+5
2018-08-08Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry16-210/+246
2018-08-08Fix R2R DynamicHelper to use the correct offset to x0 reg.Aditya Mandaleeka2-3/+6
2018-08-08ReNaming and rearranging the variables to reduce the diff (#19338)Anirudh Agnihotry3-176/+133
2018-08-08JIT: update lvaGrabTemp for new minopts/debug ref counting approach (#19351)Andy Ayers1-5/+14
2018-08-07Fix non-Windows assembly code to match Windows calldescr/arg reg changes.Aditya Mandaleeka2-3/+6
2018-08-07FillRegDisplay: initialize volatileCurrContextPointers for ARM and ARM64 (#19...Konstantin Baladurin1-1/+12
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka11-33/+120
2018-08-07Merge pull request #19325 from AndyAyersMS/RecomputeRefCounts2Andy Ayers2-38/+101
2018-08-07Merge pull request #19335 from AndyAyersMS/FixDumpIssueAndy Ayers1-2/+2
2018-08-07Add support to use an indirected address for JMP instructions to ARM64 (#19281)David Wrighton4-40/+24
2018-08-07fix bug in jit dump outputAndy Ayers1-2/+2
2018-08-06JIT: recompute local ref counts after lowerAndy Ayers2-38/+101
2018-08-06JIT: refactor ref count computation into a reusable utility method (#19240)Andy Ayers2-156/+196
2018-08-06Port x86 unwinder fix from .NET Framework (#19311)Jan Kotas1-1/+2
2018-08-06Merge pull request #19228 from AndyAyersMS/FixDevirtFinalMethodAndy Ayers1-0/+14
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin8-120/+227
2018-08-06R2RDump - Ignore sensitive properties to pass tests (#19155)Amy2-3/+27
2018-08-05Improve StreamWriter format perf (#19235)Jeremy Kuhne1-0/+117
2018-08-03Moved LocalVariableInfo to shared (#19184)Anirudh Agnihotry7-42/+50
2018-08-03Handle MovRelocatableImmediate on ARM32 as a special case (IF_T2_N3) (#19013)Egor Chesakov12-125/+226
2018-08-03Merge pull request #18223 from mikedn/inc-codegenBruce Forstall5-393/+373
2018-08-02Fix resolveVirtualMethodHelper to check for explicit override casesAndy Ayers1-0/+14
2018-08-02Moved NativeCallable Attribute to shared (#19258)Anirudh Agnihotry3-3/+2
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson6-266/+1
2018-08-02Make `Vector64<T>`, `Vector128<T>`, and `Vector256<T>` readonlyTanner Gooding6-16/+16
2018-08-02Merge pull request #19115 from dotnet/dev/unix_test_workflowBruce Forstall5-94/+60
2018-08-02Resolving the remaining HWIntrinsics issues blocking PMI for S.P.CoreLibTanner Gooding2-3/+2
2018-08-02Get rid of x86_instrs.hMike Danes3-12/+2
2018-08-02Get rid of codegenlinear.hMike Danes3-381/+371
2018-08-02Merge pull request #19234 from CarolEidt/Fix19124Carol Eidt1-7/+8
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall5-94/+60