56 Commits (6312e594a7fbf0d1a68f6f0c67ea8d7dac65c05d)

Author SHA1 Message Date
apmoskevitz 0430c3b519 focus on CS8625, convert to error 10 months ago
apmoskevitz eae6e21ee5 more CS8600 cleanup 10 months ago
apmoskevitz 73a79213b0 more nullable error cleanups 11 months ago
tom-englert 74f4758d89 Move more settings-related items from MainWindow to SettingsService 11 months ago
tom-englert 610b0c2ed5 Annotate service lifetime explicitly. 12 months ago
Siegfried Pammer ca78d4a14d Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
Andrew Au cc87b00109 Support disassembling ReadyToRun binaries compiled using composite mode 2 years ago
Siegfried Pammer 92e9b28e4d - Remove static state from DisplaySettingsPanel 3 years ago
Andrew Au 6985624d58 Refresh ready to run for .NET 7 3 years ago
Siegfried Pammer 4b475cfa69 Create ILSpyX project and make the following APIs reusable: 3 years ago
Siegfried Pammer c2b4bb2fee Fix ReadyToRunLanguage.WriteCommentLine 4 years ago
Daniel Grunwald 7c9f1dc8ef #2295: Avoid using `GetPEFileOrNull` if we can't actually handle a `null` return value 5 years ago
Daniel Grunwald 263d9b9e07 Simplify the assembly-resolving implementation. 5 years ago
Andrew Au 2c03e0744b
Update ReadyToRunLanguage.cs 5 years ago
Andrew Au 2c44b7fb90 Fix some bugs in debug info decoration for ReadyToRun 5 years ago
Andrew Au cc8dfb925c r2r changes 5 years ago
Andrew Au d1d80ed63f Update ILCompiler.Reflection.ReadyToRun 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Andrew Au 43ab0c76cf Adapting to the changes proposed by Tomas 5 years ago
Andrew Au 3795ad7589 Optimize how debug info decoration looks like in ReadyToRun disassembly 5 years ago
Siegfried Pammer f9562d6701
Fix build. 5 years ago
Edward Kazuya Carlson eabe8f9635
Update ILSpy.ReadyToRun/ReadyToRunLanguage.cs 5 years ago
Edward Carlson ef96d178bf change from tuple to valuetuple 5 years ago
Edward Carlson 8b49cc0f54 backup 5 years ago
Andrew Au 28a1382a52 Some changes I wanted 5 years ago
MysticBoy bb39fe9f87 fix for Berrysoft‘s suggestion 5 years ago
plupiman a2312f594d Decorate ReadyToRun dissassembly with NativeVarInfo 5 years ago
MysticBoy 8863f977c5 ILSpy.ReadyToRun and more statements is Translated 5 years ago
Edward Kazuya Carlson 9af5a34991
Update ILSpy.ReadyToRun/ReadyToRunLanguage.cs 5 years ago
plupiman 06519b5cb0 fixing double dictionary entry bug 5 years ago
plupiman 7970c2f1b3 merging 5 years ago
Andrew Au 116b377250 Improving the code 5 years ago
plupiman fd0d89b253 Added UnwindInfo as an optional printout 5 years ago
Siegfried Pammer 3436ac3246 Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures 5 years ago
Siegfried Pammer f90b2ef4f5 R2R: Add linked metadata tokens to callee descriptions 5 years ago
Andrew Au ad1d22222e Changed to use a type switch and using the InstructionOutputExtensions.WriteTo() method to display decoded signature 5 years ago
Andrew Au b935b4d065 Using the structured signature 5 years ago
Andrew Au 32723c95ad Experiment with adding a link 5 years ago
Andrew Au 5dc79da07f Using import cell name to describe callees 5 years ago
Andrew Au d92ca2ef79 Decorate the ready to run disassembly with DebugInfoBounds 5 years ago
Siegfried Pammer dc2db3ee3a Fix #1889: [ILSpy.ReadyToRun] Indexing the methods 5 years ago
Andrew Au 732962fd08 Upgrade ready to run binary 5 years ago
Andrew Au 529b004ea9 [ILSpy.ReadyToRun] Avoid eager parsing 6 years ago
Andrew Au 581807ca0f Display ReadyToRun header information 6 years ago
Andrew Au 9c6706acb7 Create a new option page for disassembly options 6 years ago
Andrew Au 4cd068ef8d Address code review feedbacks 6 years ago
Siegfried Pammer 9af80950c9 Make GetLoadedAssembly() an extension method as well. 6 years ago
Andrew Au 93239e2e61 Implement FindAssembly 6 years ago
Andrew Au 90bf63fddd Make the r2rReader field private and readonly 6 years ago
Siegfried Pammer 09f60bf064 Use WriteCommentLine in ReadyToRunLanguage 6 years ago