Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-18Fold coreclr/ToolBox into coreclr/tools (#63917)Michal Strehovský
2022-01-12Delete `CEEInfo::IsCompilingForNGen` (#63613)Michal Strehovský
2022-01-06Convert SAL1 to SAL2 (#63333)NN
2022-01-03Use interpolated strings in place of `StringBuilder.AppendFormat` where possi...Theodore Tsirpanis
2022-01-01Improve SuperPMI error message for JIT asserts (#63229)Bruce Forstall
2021-12-12Replace CorInfoIntrinsics with NamedIntrinsic (#62639)Adeel Mujahid
2021-12-07Ensure all types are loaded when methods are accessed as function pointers (#...Aaron Robinson
2021-12-04Fix superpmi.exe handling of exclusion lists (#62349)Bruce Forstall
2021-12-01JIT/EE interface cleanups (#62214)Jan Kotas
2021-12-01Improve SuperPMI temp filename creation (#62169)Bruce Forstall
2021-11-27Fix miscellaneous typos (#62062)Adeel Mujahid
2021-11-24Unify ARRAY_SIZE/STRING_LENGTH-like macros (#61537)Adeel Mujahid
2021-11-22Rename CORINFO_FLG_CONTAINS_STACK_PTR to CORINFO_FLG_BYREF_LIKE (#61907)Jan Kotas
2021-11-09SPMI: Use diffed bytes for jit-analyze and print more info (#61254)Jakob Botsch Nielsen
2021-10-08Support passing total code size through when doing SPMI diffs (#60124)Jakob Botsch Nielsen
2021-10-07Support fast tailcalls in R2R (#56669)Jakob Botsch Nielsen
2021-09-29Universal arm crossgen compiler (#58279)David Wrighton
2021-09-27Add superpmi.exe option to break to the debugger on exception. (#59234)Bruce Forstall
2021-08-24Fix VN incorrect optimizations with a new JitEEInterface function. (#57282)Sergey Andreenko
2021-07-22Fix EH issues with SPMI and crossgen2 (#56054)David Wrighton
2021-07-08Add missing extra jit flag dump entries (#55280)Andy Ayers
2021-06-18Fix Linux x86 build (#50836)Gleb Balykov
2021-06-17Fix SuperPMI handling of resolveVirtualMethod (#54315)Bruce Forstall
2021-06-11Enable devirtualization in more scenarios on crossgen2 (#53567)David Wrighton
2021-06-10Remove crossgen from superpmi tools (#53958)Kunal Pathak
2021-06-10Fix gcc armel/arm64 build (#53220)Gleb Balykov
2021-06-10fix spmi perfomance. (#53953)Sergey Andreenko
2021-06-03Fix SuperPMI dumping for replay. (#53649)Sergey Andreenko
2021-06-02Fix SPMI dump. (#53586)Sergey Andreenko
2021-05-29Fix SuperPMI collect with getIntConfigValue (#53442)Bruce Forstall
2021-05-26JIT: pgo/devirt diagnostic improvements (#53247)Andy Ayers
2021-05-21Implement 64-bit type handle histogram counts (#52898)Jakob Botsch Nielsen
2021-05-14Fix mcs merge error for missing pattern (#52715)Bruce Forstall
2021-05-13Modify JIT to support double mapped memory (#52600)Jan Vorlicek
2021-05-11Fix typo in interface for ICorDynamicInfo::getBoundaries() (#52583)Anthony Shaw
2021-05-07Enhancements to MCS dumpMap (#52412)Andy Ayers
2021-05-05Improve SuperPMI missing data asserts (#52129)Bruce Forstall
2021-05-03Add option to instrument using 64-bit counts (#51625)Jakob Botsch Nielsen
2021-04-30Revert "Improve SuperPMI missing data asserts (#52097)" (#52111)Jan Kotas
2021-04-30Improve SuperPMI missing data asserts (#52097)Bruce Forstall
2021-04-24Fix method context number seen by the jit with parallel SPMI (#51753)Andy Ayers
2021-04-23Update jit for new likely class records (#51664)Andy Ayers
2021-04-21Add MCS jitflags support for the new GetLikelyClass PGO record type (#51578)Andy Ayers
2021-04-20Fix SPMI handling of PGO schemas with class profiles (#51521)Andy Ayers
2021-04-20Enable superpmi collection for libraries tests (#51507)Kunal Pathak
2021-04-16Improve likely class handling for pgo (#51284)David Wrighton
2021-04-14Expose an eeIsJitIntrinsic method for quickly determining if a method handle ...Tanner Gooding
2021-04-13Update SOS readme install instructions (#51181)Tom McDonald
2021-04-07Limit superpmi replay failures using 'failureLimit' command line option (#50516)Kunal Pathak
2021-04-06Reorganize CoreCLR native build to reduce CMake reconfigures when the build s...Jeremy Koritzinsky