summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2018-03-22[ARM64] Fix UMEntryThunkCode::Poison method (#17122)Konstantin Baladurin1-1/+1
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins9-17/+410
2018-03-21null terminate the converted LPStr at the right index (#17079)Jeff Schwartz1-2/+3
2018-03-20Fix header inclusion order; avoids use of RCWCache before definition (#17067)Andrew Marino1-1/+1
2018-03-20Move EncodingTable and CodePageDataItem to System.Text namespace (#17061)Jan Kotas1-2/+2
2018-03-19Fix unloading of images mapped by PAL (#17053)Sven Boemer3-6/+19
2018-03-19Use flat layout for GetAssemblyName (#17052)Sven Boemer1-3/+6
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas6-453/+0
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas3-15/+6
2018-03-17Fix EventSource Test Failures in CoreFX (#16999)Brian Robbins1-1/+0
2018-03-15Fix to not reuse preallocated jump stubs for dynamic methods (#16941)Koundinya Veluri6-14/+79
2018-03-15[Arm64] Fix EmitShuffleThunk reg allocation (#16947)Steve MacLean1-7/+7
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas1-3/+4
2018-03-13Fix shuffling thunk for Unix AMD64 (#16904)Jan Vorlicek2-73/+131
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason3-26/+46
2018-03-12Run ILLInk on System.Private.CoreLib.dll to remove dead code. (#16876)Eugene Rozenfeld1-7/+0
2018-03-10Set IsGeneratingNgenPDB flag early (#16882)Jan Kotas2-1/+5
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas2-4/+2
2018-03-09Log inner exceptions for Environment.Failfast (#16622)Sung Yoon Whang3-10/+18
2018-03-10Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)Jan Vorlicek1-2/+2
2018-03-08Pass generic context argument for shared instance methods on generic interfac...Andon Andonov1-4/+5
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas7-68/+26
2018-03-07Fix for issue 14144 (#16674)Luqun Lou1-1/+2
2018-03-07Remove dead code found by ILLink. (#16759)Eugene Rozenfeld1-1/+0
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas1-4/+3
2018-03-06Fix hang on Ctrl+C when tiering is enabled (#16719)Koundinya Veluri4-42/+5
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan1-3/+4
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+1
2018-03-03Fix use of EventPipeConfiguration after it has been freed on shutdown. (#16704)Brian Robbins1-11/+17
2018-03-02Use TARGET_POINTER_SIZE macro (#16640)Egor Chesakov1-45/+45
2018-03-01Merge pull request #16660 from echesakovMSFT/UseTarget64BitMacroEgor Chesakov16-60/+48
2018-02-28Release memory correctly during ComCallWrapperTemplate::Cleanup (#16671)Luqun Lou1-1/+1
2018-02-28Remove ConvertILOnlyPE32ToPE64 and ConvertILOnlyPE32ToPE64Worker (#16676)Egor Chesakov2-116/+0
2018-02-28Replace sizeof(LPVOID)==4 with #ifdef _TARGET_64BIT_ in fieldmarshaler.cppEgor Chesakov1-22/+10
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov15-38/+38
2018-02-28Delete unnecesary StackCrawlMarks (#16648)Jan Kotas6-55/+9
2018-02-28Add Thread.GetCurrentProcessorId() API (#16650)Jan Kotas3-1/+10
2018-02-27Use the same default value of MarshalAs.IidParamIndex for both Windows and Un...Jan Kotas1-1/+1
2018-02-27Merge pull request #16514 from echesakovMSFT/UseTargetPointerSizeMacroEgor Chesakov7-48/+48
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov7-48/+48
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin7-81/+35
2018-02-26Use overriden double/float GetHashCode for default struct hashcodes (#16550)Jan Kotas2-44/+56
2018-02-24Suppress "local variable is initialized but not used" warning (#16549)Stephen Toub1-0/+2
2018-02-23Fix build break with older VS versions (#16522)Jan Kotas1-3/+3
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov5-28/+89
2018-02-21Fix EventPipe Test Failures Under GCStress (#16494)Brian Robbins1-0/+4
2018-02-21Show the expected stack trace from a rethrown exception. (#16464)Alexandre Teoi4-63/+1
2018-02-21Disable tiered compilation for collectible assemblies (#16437)Koundinya Veluri1-0/+1
2018-02-20Revert TLS model change of the gCurrentThreadInfoJan Vorlicek1-1/+1
2018-02-18Delete some more dead code related to #16304 (#16432)Jan Kotas1-61/+0