summaryrefslogtreecommitdiff
path: root/src/ToolBox
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Frkaya/gccfix07102019 (#25624)Sinan Kaya1-1/+1
2019-06-20Remove SOS and lldb plugin (#25220)Mike McLaughlin101-84761/+7
2019-06-17Enable createdump on arm and arm64 (#24832)Juan Hoyos1-7/+8
2019-06-12SuperPMI: Fix `getFieldType` (#25102)Carol Eidt2-3/+18
2019-06-11Delete dead code (#25066)Jan Kotas8-37/+0
2019-06-07Mention `COMPlus_AltJitNgen=*` for crossgenCarol Eidt1-0/+3
2019-06-07Do not delete polymorphic objects without a virtual destructor (#23705)Omair Majid3-3/+2
2019-06-07Reduce indirect function calls (#24980)David Wrighton5-126/+0
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky5-100/+43
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky2-3/+3
2019-05-30Create NearDiffer in SuperPMI based on specified targetArchitecture (#24860)Egor Chesakov1-1/+13
2019-05-30Support running SuperPMI with ARM protononjit.dll (#24840)Egor Chesakov3-12/+50
2019-05-28Improve performance of !dumpasync SOS commandStephen Toub3-11/+46
2019-05-28Display state machine fields in DumpAsync for -stacksStephen Toub1-7/+15
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas4-80/+70
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-8/+14
2019-05-23Use auxiliary vector to obtain the executable path name (#24696)Leandro A. F. Pereira1-1/+1
2019-05-16compilation fixes (#24613)Sinan Kaya3-3/+6
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský2-3/+2
2019-05-15Fix memory corruption in GetResultFileName in SuperPMI (#24537)Egor Chesakov4-72/+64
2019-05-14Decorate SuperPMI DllMain jitStartup getJit with DLLEXPORT (#24508)Egor Chesakov3-30/+21
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan7-32/+32
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan11-117/+117
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson1-69/+7
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-04-18Add a destructor for sos::GCHeap (#24072)Omair Majid2-0/+7
2019-04-18Merge pull request #23934 from franksinankaya/gcc_cleanup_18Jan Vorlicek2-11/+11
2019-04-16Fix a ZeroMemory call in methodcontext.cpp (#23843)Omair Majid1-2/+2
2019-04-16Conversion issuesSinan Kaya2-11/+11
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton2-3/+1
2019-03-16Fix typo (#23300)Nikita Potapenko2-4/+4
2019-03-07Fix signed compare warningsSinan Kaya9-16/+16
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-4/+0
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya2-2/+1
2019-02-28Fix DumpAsync to understand ContinuationWrapper (#22913)Stephen Toub1-1/+20
2019-02-22More GNUC Fixes (#22687)Sinan Kaya3-2/+15
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers8-4/+77
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid4-10/+18
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens2-10/+11
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-18SuperPMI Collect/Replay/AsmDiff tool (#21252)Jarret Shook2-3/+11
2019-01-09Enable FinalizeQueue SOS command for Unix (#21876)Jan Vorlicek4-8/+26
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld8-21/+39
2018-12-07Fix some SOS commands after SharedDomain removal (#21401)Jan Vorlicek2-26/+58
2018-12-07Fix SOS thread statics display (#21426)Jan Vorlicek1-23/+0
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt8-51/+88
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-72/+21
2018-11-29Add SuperPMI code for the new getMethodNameFromMetadataFei Peng8-51/+88
2018-11-19format spmi sources (#21094)Sergey Andreenko6-28/+36