summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi
AgeCommit message (Expand)AuthorFilesLines
2019-04-16Fix a ZeroMemory call in methodcontext.cpp (#23843)Omair Majid1-2/+2
2019-03-07Fix signed compare warningsSinan Kaya6-10/+10
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-0/+8
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers8-4/+77
2019-01-18SuperPMI Collect/Replay/AsmDiff tool (#21252)Jarret Shook2-3/+11
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld8-21/+39
2018-11-29Add SuperPMI code for the new getMethodNameFromMetadataFei Peng8-51/+88
2018-11-19format spmi sources (#21094)Sergey Andreenko6-28/+36
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský8-1/+81
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers8-1/+80
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld8-1/+118
2018-09-28Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)Sergey Andreenko2-2/+9
2018-09-17Fix spmi environment reset. (#19943)Sergey Andreenko10-119/+268
2018-09-07delete superpmi-shared/compileresult.cpp assert on x86. (#19841)Sergey Andreenko1-4/+2
2018-08-24Fix long spmi file names/clean few functions. (#19656)Sergey Andreenko9-206/+162
2018-08-23Fix superpmi-shim-counter (#19639)Sergey Andreenko3-11/+33
2018-07-27spmi: exclude methods using a file with saved md5 hashes. (#18769)Sergey Andreenko2-5/+118
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas5-23/+19
2018-07-02SuperPMI: add ability to exclude failing method contexts from replays (#18721)Sergey Andreenko11-44/+62
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas8-0/+68
2018-06-02Typo (#18261)John Doe4-12/+12
2018-05-25Check SuperPmi map for nullCarol Eidt1-0/+1
2018-05-23Fix parallel spmi return code. (#18093)Sergey Andreenko3-30/+52
2018-05-15Tolerate spmi misses (#17997)Sergey Andreenko3-30/+56
2018-05-15format spmi (#18003)Sergey Andreenko3-18/+15
2018-04-12Protect SuperPMI from crashes calling jitStartupBruce Forstall2-11/+60
2018-03-08Don't build superpmi as crosscomponent (#16729)Egor Chesakov5-10/+10
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek3-3/+3
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-05JIT: More type equality opts (#14317)Andy Ayers8-1/+153
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-20Fix superPMI getHelperFunctionjashook1-2/+2
2017-09-15fix ilgen after: "Add the capability to specify JIT options from smpi command...dotnet-bot1-3/+3
2017-09-11Merge changes from TFS (#13884)dotnet bot1-1/+1
2017-09-07Add the capability to specify JIT options on the SPMI command line.Pat Gavlin16-362/+185
2017-09-07New jit intrinsic support (#13815)Andy Ayers8-4/+141
2017-08-31spmi: fix prevEnviroment delete statement. (#13729)Sergey Andreenko1-2/+9