summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2017-12-12Enable Vector128/256<T> and Add intrinsicsFei Peng1-5/+12
2017-12-12Added comment to explicit number (#15484)sergey ignatov1-1/+1
2017-12-08[Arm64] Define ISA feature flagsSteve MacLean2-11/+55
2017-12-06new intrinsic type support (#15340)Fei Peng1-6/+21
2017-12-05[Arm64] Enable SIMD (#14633)Steve MacLean1-4/+8
2017-12-02Delete sortversioning.cpp/h (#15345)Jan Kotas1-208/+0
2017-11-30Jumpstub fixes (#15296)Jan Kotas2-4/+4
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri2-0/+2
2017-11-24Delete unused file expandarray.h (#15204)mikedn1-210/+0
2017-11-19Delete FriendAccessAllowedAttribute and associated dead code (#15101)Jan Kotas1-4/+0
2017-11-17fix for il to native mapping etw events (#15038)David Mason1-1/+1
2017-11-07Delete dead code (#14901)Jan Kotas1-14/+0
2017-11-07Remove XplatEventLogger::IsEventLogging where possible (#14706)Tom Deseyn1-2/+2
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas2-3/+0
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-5/+11
2017-10-30Merge pull request #14456 from fiigii/crc32Carol Eidt2-7/+9
2017-10-27Delete dead code (#14703)Jan Kotas14-1025/+0
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-2/+1
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng2-7/+9
2017-10-24Delete dead code (#14673)Jan Kotas10-1774/+0
2017-10-24Cleanup BCLDebugJan Kotas1-16/+0
2017-10-23profiler changes for tiered compilation (#14612)David Mason1-0/+18
2017-10-23Fix for #12609 - add option to disable tiered compilation for profilers (#14...David Mason2-1/+19
2017-10-19Merge pull request #14570 from sdmaclea/PR-ARM64-FLAG_FEATURE_SIMDBruce Forstall1-2/+6
2017-10-18Fix hill climbing float overflow (#14505)Koundinya Veluri1-0/+1
2017-10-18[Arm64] Support flag FEATURE_SIMDSteve MacLean1-2/+6
2017-10-16Fix stepping with tiered jittingNoah Falk1-0/+3
2017-10-16Delete dead code (#14521)Jan Kotas1-100/+0
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas4-69/+3
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin2-64/+72
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-6/+27
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin1-1/+1
2017-09-29Adding a patch to fix coreclr build for VS 15.5 (using older SDKs). (#14272)Ahson Ahmed Khan1-0/+1
2017-09-29Implement IsSuppoored for all ISA classesFei Peng2-6/+38
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-5/+11
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri1-7/+0
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri1-1/+6
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-0/+14
2017-09-15Merge pull request #13852 from hqueue/jit/JitNoInlineBruce Forstall1-1/+1
2017-09-08Remove RETAIL for JitNoInlineHyung-Kyu Choi1-1/+1
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason2-2/+29
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-7/+15
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-433/+0
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley2-4/+1
2017-08-22Introduce COMPlus_GDBJitEmitDebugFrame (#13515)Jonghyun Park1-0/+3
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-6/+0
2017-08-18Introduce COMPlus_GDBJitElfDump (#13448)Jonghyun Park1-0/+7
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-0/+2
2017-08-11Changes that didn't make it to PR#12982 (#13055)Cyd Haselton1-1/+18
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall3-27/+171