summaryrefslogtreecommitdiff
path: root/src/ToolBox
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Protect SuperPMI from crashes calling jitStartupBruce Forstall2-11/+60
2018-03-21Add missing license header to test py and cs files (#17102)Mike McLaughlin32-0/+128
2018-03-16This change make DacTableGen work for VS2017Vance Morrison4-6/+39
2018-03-10Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)Jan Vorlicek1-3/+5
2018-03-08Don't build superpmi as crosscomponent (#16729)Egor Chesakov5-10/+10
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek3-3/+3
2018-03-02Use TARGET_POINTER_SIZE macro (#16640)Egor Chesakov1-0/+4
2018-03-02Fix !threads -special spurious error message (#16701)Mike McLaughlin2-7/+12
2018-02-25Delete printing of security transparency in SOS (#16560)Jan Kotas6-39/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko9-9/+0
2018-01-19Revert "Change just-in-time debugging registry keys. (#15722)" (#15921)Mike McLaughlin1-5/+5
2018-01-05Change just-in-time debugging registry keys. (#15722)Mike McLaughlin1-5/+5
2017-12-28Fix desktop build warningsBruce Forstall1-2/+2
2017-12-12Add SPMI for getTypeForPrimitiveNumericClassFei Peng8-1/+67
2017-12-11fix CoreCLR build errors with clang5.0. (#15477)Sergey Andreenko1-2/+0
2017-12-06new intrinsic type support (#15340)Fei Peng8-1/+178
2017-11-21format spmi source (#15144)Sergey Andreenko4-29/+23
2017-11-20fix the adding (#15121)Sergey Andreenko1-1/+1
2017-11-13fix DevDiv521437dotnet-bot1-0/+12
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski5-5/+5
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers8-1/+101
2017-10-17format spmi sources. (#14545)Sergey Andreenko28-245/+305
2017-10-16protect strlen from nullptr (#14533)Sergey Andreenko1-5/+6
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-26/+2
2017-10-05JIT: More type equality opts (#14317)Andy Ayers8-1/+153
2017-10-05[SOS] Fix address types inconsistency (#14188)Konstantin Baladurin1-21/+21
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin2-1/+22
2017-10-04Few build changes to support Freebsd (#14121)Tomas Weinfurt1-3/+8
2017-10-03[SOS] Use addresses without sign extension in lldb plugin (#14009)Konstantin Baladurin1-0/+23
2017-10-02The !DumpArray sos command emits invalid DML for array elements (#13855)tvass831-1/+1
2017-09-29Update build clang/llvm/lldb 3.9 (#14096)Mike McLaughlin1-3/+3
2017-09-29[x86/Linux][SOS] Fix DumpStack command output on x86 (#14189)Konstantin Baladurin1-4/+4
2017-09-28Add the capability to force JIT options on the SPMI command line. (#14209)Sergey Andreenko7-72/+155
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers8-3/+69
2017-09-27[GDBJIT] Provide full file names in generated DWARF (#14172)Igor Kulaychuk1-1/+1
2017-09-21Merge pull request #14108 from jashook/spmi_get_helperJarret Shook1-2/+2
2017-09-20Fix superPMI getHelperFunctionjashook1-2/+2
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-7/+34
2017-09-15fix ilgen after: "Add the capability to specify JIT options from smpi command...dotnet-bot1-3/+3
2017-09-14The !heapstat sos command emits difficult to read output as the "Percentage" ...tvass831-8/+8
2017-09-11Merge changes from TFS (#13884)dotnet bot1-1/+1
2017-09-08Merge pull request #13110 from pgavlin/SPMIJitOptionsPat Gavlin16-362/+185
2017-09-07Add the capability to specify JIT options on the SPMI command line.Pat Gavlin16-362/+185
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason1-14/+73
2017-09-07New jit intrinsic support (#13815)Andy Ayers8-4/+141
2017-08-31spmi: fix prevEnviroment delete statement. (#13729)Sergey Andreenko1-2/+9
2017-08-28SuperPMI replay: fix enviroment variables initialization. (#13596)Sergey Andreenko7-1/+83
2017-08-25Enable clrstack -f in ARM/LinuxJonghyun Park2-16/+24
2017-08-22Merge pull request #12216 from ellismg/fix-warningsWilliam Godbe1-6/+3
2017-08-17Enable SuperPMI asm diffs using CoreDisToolsBruce Forstall6-27/+92