summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-08fix typoHyeongseok Oh1-1/+1
2016-11-08Support GetHFAType in SuperPMI for ARM32 hardFPHyeongseok Oh7-6/+44
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen2-4/+4
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall10-16/+20
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-2/+2
2016-08-22Fix superpmi arm64 buildBruce Forstall2-10/+22
2016-08-20SuperPMI: fix ARM build breakBruce Forstall1-4/+9
2016-08-20Fix build break related to LogException requiring non-empty varargs argumentsBruce Forstall1-1/+1
2016-08-19Open source SuperPMIBruce Forstall156-0/+34513