summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/superpmi-shim-collector
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Delete dead code (#25066)Jan Kotas2-7/+0
2019-06-07Reduce indirect function calls (#24980)David Wrighton1-36/+0
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas1-20/+18
2019-05-16compilation fixes (#24613)Sinan Kaya1-1/+2
2019-05-15Fix memory corruption in GetResultFileName in SuperPMI (#24537)Egor Chesakov1-9/+5
2019-05-14Decorate SuperPMI DllMain jitStartup getJit with DLLEXPORT (#24508)Egor Chesakov1-10/+7
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan1-3/+3
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-14/+14
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers1-1/+10
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-3/+4
2018-11-29Add SuperPMI code for the new getMethodNameFromMetadataFei Peng1-5/+6
2018-11-19format spmi sources (#21094)Sergey Andreenko1-6/+5
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský1-0/+11
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-0/+14
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld1-0/+19
2018-08-24Fix long spmi file names/clean few functions. (#19656)Sergey Andreenko1-90/+14
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas1-4/+4
2018-07-02SuperPMI: add ability to exclude failing method contexts from replays (#18721)Sergey Andreenko1-1/+1
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas1-0/+8
2018-06-02Typo (#18261)John Doe1-1/+1
2018-03-08Don't build superpmi as crosscomponent (#16729)Egor Chesakov1-2/+2
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+1
2017-12-12Add SPMI for getTypeForPrimitiveNumericClassFei Peng1-0/+10
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+16
2017-11-21format spmi source (#15144)Sergey Andreenko1-3/+2
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski1-1/+1
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-0/+15
2017-10-17format spmi sources. (#14545)Sergey Andreenko3-106/+124
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-0/+20
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+10
2017-09-07Add the capability to specify JIT options on the SPMI command line.Pat Gavlin1-3/+0
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-0/+11
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-3/+4
2017-08-07Fix SuperPMI x86 desktop buildBruce Forstall1-4/+4
2017-08-07Review fixesGleb Balykov1-1/+1
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-3/+4
2017-06-22Spmi third cleaning (#12418)Sergey Andreenko1-0/+1
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-15/+8
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park2-15/+6
2017-04-17Format spmi sources with clang-format (#11027)Sergey Andreenko13-944/+704
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko1-1/+1
2017-03-25Typo correction (#10482)Ofer Zelig1-2/+2
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers1-3/+4
2017-03-02Jit interface support for devirtualizationAndy Ayers1-0/+13
2016-11-08Support GetHFAType in SuperPMI for ARM32 hardFPHyeongseok Oh1-1/+3
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall2-3/+3
2016-08-19Open source SuperPMIBruce Forstall17-0/+3372