summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Fix zap and ready to run disabling (#14389)Jan Vorlicek2-9/+9
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin3-81/+149
2017-10-06Delete dead code (#14365)Jan Kotas6-285/+30
2017-10-06Reorder checks in CEEInfo::getClassLayout (#14356)Jan Kotas1-8/+8
2017-10-05JIT: More type equality opts (#14317)Andy Ayers2-0/+83
2017-10-04Move String.Searching.cs to shared CoreLib partition (dotnet/corert#4673)Jan Kotas1-2/+0
2017-10-02Fix a jump over variable initialization (#14286)Sean Gillespie1-1/+2
2017-09-29StompWriteBarrier initialization path refactoring (#14105)Sergey7-116/+154
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng2-14/+24
2017-09-29Implement IsSuppoored for all ISA classesFei Peng2-7/+94
2017-09-29Allow cross machine re-crossgen (#14241)Steve MacLean1-6/+6
2017-09-29[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (#14235)Konstantin Baladurin1-1/+24
2017-09-27Merge pull request #14232 from BruceForstall/Fix14196Bruce Forstall1-1/+8
2017-09-27Fix issue with HFA altjit apiBruce Forstall1-1/+8
2017-09-27Fix modf and fmod casing for consistencyJan Kotas1-2/+2
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers4-0/+137
2017-09-27[GDBJIT] Provide full file names in generated DWARF (#14172)Igor Kulaychuk2-76/+199
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-1/+3
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri12-3557/+207
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding1-4/+4
2017-09-22Fix SIGSEGV in EventPipe on Shutdown (#14123)Brian Robbins5-20/+66
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri4-303/+565
2017-09-2016-byte Stack Aligned StubDispatchFixupStub (#14078)Jonghyun Park1-0/+3
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri4-85/+115
2017-09-19Merge pull request #14052 from stephentoub/parsenumbers_managedStephen Toub3-689/+0
2017-09-19Disable VSD Stub Kind Prediction on H/W Exception (#14051)Jonghyun Park3-8/+9
2017-09-18Remove now dead ParseNumbers code in runtimeStephen Toub3-689/+0
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason3-12/+14
2017-09-15Merge pull request #14004 from noahfalk/fix_tiered_dynamicmethodNoah Falk1-1/+2
2017-09-14Disable tiered compilation for dynamic methodsnoahfalk1-1/+2
2017-09-14Merge pull request #13916 from pgodeq/PR-ARM64-WINDOWS-STELEM-REF-CORRECTEDJarret Shook2-6/+4
2017-09-14EventPipeProvider destructor hardening (#13958)Victor "Nate" Graf1-50/+76
2017-09-14Fix crossgen memory mappings (#13972)Jan Vorlicek2-2/+12
2017-09-14[ARM64/Windows] Corrected the address used to push fp,lr in JIT_Stelem_RefPankaj Gode1-2/+2
2017-09-13Delete JitHelpers.UnsafeCastJan Kotas2-14/+1
2017-09-13Eliminate double delete in EventPipeProvider cleanup (#13833)Victor "Nate" Graf1-8/+3
2017-09-13Introduce FEATURE_GDBJIT_SYMTAB (#13567)Konstantin Baladurin2-12/+112
2017-09-12[RyuJIT/ARM32] Implement CreateDictionaryLookupHelper only via helper (#13733)Sujin Kim3-8/+32
2017-09-12[ARM64/Windows] Corrected stack overflow in JIT_Stelem_refPankaj Gode2-4/+2
2017-09-12[GDBJIT] Specify C# language in DWARF debug information (#13720)Konstantin Baladurin1-0/+9
2017-09-11[GDBJIT] Fix calculation of debuginfo's size. (#13899)Konstantin Baladurin2-33/+62
2017-09-08Change lock used for initializing YieldProcessorNormalized from Crst to CrstS...Koundinya Veluri2-1/+4
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason1-2/+2
2017-09-07Merge pull request #12334 from sdmaclea/PR-Optimize-Jit-WriteBarriersJarret Shook3-56/+159
2017-09-07New jit intrinsic support (#13815)Andy Ayers5-2/+74
2017-09-07Fix incorrect treatment of pointer as fixed (#13816)Victor "Nate" Graf1-1/+1
2017-09-06Support for not wrapping exceptions with TargetInvocationException. (#13767)Austin Wise3-48/+67
2017-09-05implementing profiler ELT callbacks for AMD64 Linux (#12603)sergey ignatov4-15/+334
2017-09-05revert_13687jashoo1-0/+2
2017-09-05Fix access order for double pointer (#13759)Victor "Nate" Graf1-3/+3