summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/superpmi-shared
AgeCommit message (Expand)AuthorFilesLines
2017-12-28Fix desktop build warningsBruce Forstall1-2/+2
2017-12-12Add SPMI for getTypeForPrimitiveNumericClassFei Peng4-1/+34
2017-12-11fix CoreCLR build errors with clang5.0. (#15477)Sergey Andreenko1-2/+0
2017-12-06new intrinsic type support (#15340)Fei Peng4-1/+126
2017-11-21format spmi source (#15144)Sergey Andreenko2-24/+20
2017-11-20fix the adding (#15121)Sergey Andreenko1-1/+1
2017-11-13fix DevDiv521437dotnet-bot1-0/+12
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers4-1/+64
2017-10-17format spmi sources. (#14545)Sergey Andreenko8-46/+60
2017-10-16protect strlen from nullptr (#14533)Sergey Andreenko1-5/+6
2017-10-05JIT: More type equality opts (#14317)Andy Ayers4-1/+87
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers4-3/+35
2017-09-20Fix superPMI getHelperFunctionjashook1-2/+2
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 Gavlin2-176/+2
2017-09-07New jit intrinsic support (#13815)Andy Ayers4-4/+104
2017-08-31spmi: fix prevEnviroment delete statement. (#13729)Sergey Andreenko1-2/+9
2017-08-28SuperPMI replay: fix enviroment variables initialization. (#13596)Sergey Andreenko3-0/+50
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall5-12/+29
2017-08-07Fix SuperPMI x86 desktop buildBruce Forstall1-7/+7
2017-08-07Review fixesGleb Balykov3-9/+9
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov4-11/+24
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 Andreenko7-412/+338
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 Andreenko2-170/+171
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-5/+4
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov2-0/+7
2017-05-17merger takes MC file names as UTF16 names. (#11506)Sergey Andreenko1-0/+4
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-0/+20
2017-04-17Format spmi sources with clang-format (#11027)Sergey Andreenko33-5333/+5470
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko3-5/+5
2017-03-25Typo correction (#10482)Ofer Zelig1-2/+2
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 Ayers4-18/+35
2017-03-02Jit interface support for devirtualizationAndy Ayers4-2/+49
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-1/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-3/+3
2016-11-08fix typoHyeongseok Oh1-1/+1
2016-11-08Support GetHFAType in SuperPMI for ARM32 hardFPHyeongseok Oh3-1/+35
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen2-4/+4
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall3-5/+9
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-2/+2
2016-08-22Fix superpmi arm64 buildBruce Forstall2-10/+22
2016-08-20Fix build break related to LogException requiring non-empty varargs argumentsBruce Forstall1-1/+1
2016-08-19Open source SuperPMIBruce Forstall37-0/+14615