summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Fix gtNewStringLiteralNode (#14744)Petr Bred1-0/+6
2017-10-30Simplify Comparer/EqualityComparers (#14737)Jan Kotas6-73/+8
2017-10-30Fix spelling error in comment (#14745)Vance Morrison1-1/+1
2017-10-30delete unused functions and arguments in lower. (#14726)Sergey Andreenko2-21/+9
2017-10-30Merge pull request #14456 from fiigii/crc32Carol Eidt29-38/+618
2017-10-30Fix for issue EventSource MultiEnable bug (#14729)Vance Morrison1-3/+11
2017-10-29Merge pull request #14733 from CarolEidt/Fix14732Carol Eidt1-25/+33
2017-10-29Formatting & typoCarol Eidt1-4/+4
2017-10-29Update Hashtable.cs (#14741)Andrew Anikin1-1/+1
2017-10-27Fix another overly agressive assertCarol Eidt1-25/+33
2017-10-27Merge pull request #14717 from CarolEidt/Fix14624Carol Eidt2-4/+16
2017-10-27Don't wake up other GC threads when we decide to not proceed with the GC (#14...Maoni Stephens1-2/+17
2017-10-27Delete dead code (#14703)Jan Kotas32-11858/+1
2017-10-27Revise class hierarchy for some EqualityComparer<T> subclasses (#14723)Andy Ayers2-4/+21
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie12-260/+400
2017-10-27Merge pull request #14640 from briansull/ind-iconBrian Sullivan7-88/+157
2017-10-27Merge pull request #14678 from fiigii/vexCarol Eidt9-110/+140
2017-10-27Implemented TailCall ELT hook for arm32 Linux (#14713)Roman Artemev2-10/+48
2017-10-27Make EventSourcException serializable in corert scenarios (#14716)Viktor Hofer1-1/+1
2017-10-26Fixes for zero diffsBrian Sullivan4-8/+8
2017-10-26Fix FixedReg assertCarol Eidt2-4/+16
2017-10-26Merge pull request #14667 from hseok-oh/ryujit/ftc_callee_retbufJarret Shook1-1/+1
2017-10-26Changes for Zero Asm DiffsBrian Sullivan4-6/+8
2017-10-26[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)Sean Gillespie8-18/+53
2017-10-26Port EventSource Nuget Package Changes (#14669)Brian Robbins19-104/+213
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng29-38/+618
2017-10-25Fix source/line info on Windows for Windows PDBs. (#14696)Mike McLaughlin1-13/+17
2017-10-25Decoupling SIMD levels from instruction setsFei Peng9-110/+140
2017-10-25Added gtNewIndOfIconHandleNodeBrian Sullivan8-91/+158
2017-10-25Marking Memory struct as readonly, fixing corefx#23809 (#14684)Ahson Khan2-2/+2
2017-10-25[ARM64/Windows] optimal value of CopyThreshold for Windows after performance ...Pankaj Gode1-2/+2
2017-10-25Merge pull request #14588 from hqueue/arm/ryujit/issue_14374_pr1Carol Eidt1-3/+26
2017-10-25[RyuJIT/ARM32] Fix to find a free temp double register correctlyHyung-Kyu Choi1-3/+26
2017-10-24delete unused local variables from jit sources (#14679)Sergey Andreenko15-58/+21
2017-10-24fix lvaStressLclFldCB (#14676)Sergey Andreenko1-4/+3
2017-10-24Merge pull request #14658 from mikedn/legacy-reg-trackBruce Forstall9-31/+51
2017-10-24Merge pull request #14619 from briansull/emitter-cleanupBrian Sullivan8-125/+35
2017-10-24Delete dead code (#14673)Jan Kotas20-2161/+18
2017-10-24Use new feed tasks package & auto-update versionwtgodbe1-6/+1
2017-10-24Ifdef out legacy RegTracker codeMike Danes9-31/+51
2017-10-24Cleanup unused emitter argumentsBrian Sullivan8-125/+35
2017-10-24Search/replace _DEBUG => DEBUGJan Kotas11-21/+16
2017-10-24Search/replace Debug.Assert(false, => Debug.Fail(Jan Kotas52-77/+77
2017-10-24Cleanup BCLDebugJan Kotas31-301/+41
2017-10-24Fix callee argument count bug in fgCanFastTailCallHyeongseok Oh1-1/+1
2017-10-23Report registers as dead in GCInfo before the RhpPInvoke helper. (#14664)Sergey Andreenko6-34/+35
2017-10-23profiler changes for tiered compilation (#14612)David Mason8-45/+1275
2017-10-23Fix for #12609 - add option to disable tiered compilation for profilers (#14...David Mason5-10/+34
2017-10-23Merge pull request #14649 from mikedn/float-absnegCarol Eidt1-2/+2
2017-10-23[Arm64] SIMD simple defines (#14628)Steve MacLean5-6/+23