summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-28SuperPMI replay: fix enviroment variables initialization. (#13596)Sergey Andreenko7-1/+83
2017-08-17Enable SuperPMI asm diffs using CoreDisToolsBruce Forstall6-27/+92
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall9-21/+42
2017-08-07Fix SuperPMI x86 desktop buildBruce Forstall5-23/+23
2017-08-07Review fixesGleb Balykov7-13/+13
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov8-20/+37
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov3-0/+4
2017-06-27spmi add R2R field to getFieldInfo (#12498)Sergey Andreenko2-37/+41
2017-06-26support spmi collection for r2r calls. (#12343)Sergey Andreenko6-187/+325
2017-06-22Spmi third cleaning (#12418)Sergey Andreenko12-412/+343
2017-06-21Spmi second cleaning (#12402)Sergey Andreenko3-459/+240
2017-06-21Spmi source code cleaning (#12378)Sergey Andreenko4-393/+341
2017-06-19.clang format from jit (#12377)Sergey Andreenko3-170/+251
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko5-59/+36
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov2-0/+7
2017-06-01Fix 11991 (#12013)Sergey Andreenko1-3/+6
2017-05-17merger takes MC file names as UTF16 names. (#11506)Sergey Andreenko4-70/+121
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park9-56/+44
2017-04-17Format spmi sources with clang-format (#11027)Sergey Andreenko129-10245/+9760
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko7-9/+9
2017-03-25Typo correction (#10482)Ofer Zelig5-10/+10
2017-03-20Remove message about falling to default for MethodContext::repGetEEInfo()Bruce Forstall1-3/+0
2017-03-18Remove JIT-EE version ifdefs (#10273)Bruce Forstall2-33/+1
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers8-27/+48
2017-03-02Jit interface support for devirtualizationAndy Ayers8-2/+95
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek3-15/+15
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek2-4/+4