summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON2-9/+9
2019-07-12Frkaya/gccfix07102019 (#25624)Sinan Kaya1-1/+1
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-07Reduce indirect function calls (#24980)David Wrighton5-126/+0
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-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas4-80/+70
2019-05-16compilation fixes (#24613)Sinan Kaya3-3/+6
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-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