5109 Commits (84b9f1c4f47aa58a89300bdd376f5c90a3f8dcd2)
 

Author SHA1 Message Date
Daniel Grunwald accfe8c889 Merge branch 'master' of github.com:icsharpcode/ILSpy 15 years ago
Daniel Grunwald b2b93aff71 Fix bugs when decompiling release builds of yield-return enumerators. 15 years ago
Daniel Grunwald 29523a7de8 Yield-return decompiler: Add leave instruction out of try block; fixes NullReferenceExecption when yield return is within using statement. 15 years ago
David Srbecký de6d657f3f Fixed return duplication in the case when the last return statement was already removed. 15 years ago
David Srbecký 4c38e164de Minor refactoring of ILAst pattern matching 15 years ago
David Srbecký 456758e542 Apply the offset in switch expression 15 years ago
David Srbecký 84d45645bd Generate switch default case. Closes #26 15 years ago
David Srbecký 3c4b3bf2e9 Use enum as case value if possible. 15 years ago
David Srbecký fe0b0130e4 Whitespace reformatting of TransformByteCode 15 years ago
David Srbecký 74b6624c5e Support multiple values per case block 15 years ago
David Srbecký fd1594996b Support for "break" in switch statements 15 years ago
Daniel Grunwald 5ca3ddb860 Yield return decompiler: reconstruct try-finally blocks. 15 years ago
Daniel Grunwald 6da92cd8d1 yield return decompilation: translate fields to local variables 15 years ago
Daniel Grunwald d5505b7843 Initial attempt at yield return transform. 15 years ago
Daniel Grunwald 6feadf3840 Started analysis of yield return statements. 15 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 15 years ago
David Srbecký f0faaaf8d2 Do not enter try-blocks in the goto removal algorithm 15 years ago
David Srbecký aab0e43a08 Don't just fall out of case statements. 15 years ago
Eusebiu Marcu a0a4637a16 Set input gesture text. 15 years ago
Eusebiu Marcu 90fd8ee8ff Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký 37301d0162 Negate loop condition if necessary 15 years ago
David Srbecký 91334dbfe2 Use brtrue as loop condition only if one of the destinations is not in the loop 15 years ago
David Srbecký 6abb310356 Fixed bug in goto removal 15 years ago
Daniel Grunwald cfe8df597a Convert assignments to fields within constructors into field initializers. 15 years ago
Daniel Grunwald 3908426db0 Fix NullReferenceException when viewing assembly that targets .NET 1. Closes #65. 15 years ago
Eusebiu Marcu f687b0fc76 Use MEF for debugger controls; Modify the export command attribute for menuitems. 15 years ago
David Srbecký 01de42c04a Reduced branch codes to just br and brtrue 15 years ago
Eusebiu Marcu 33d4843f5d Use MEF for debugger commands. 15 years ago
Eusebiu Marcu c7de679125 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký 929fd4a09d Made some structures in ILAstBuilder immutable to improve speed and memory consumption 15 years ago
Daniel Grunwald 89f6468ba5 Use [PreserveSig] instead of [MethodImpl(MethodImplOptions.PreserveSig)] 15 years ago
Daniel Grunwald 95da02e3f0 Fix typo in AssemblyInfo. 15 years ago
Daniel Grunwald 8835b085cf Handle non-custom attributes: 15 years ago
Daniel Grunwald b2789a1f1c Fix typo in Mono.Cecil. 15 years ago
Daniel Grunwald 6194a7c6ce Handle non-custom attributes on TypeDefinition. 15 years ago
Daniel Grunwald 6de6e04dbd Make MainWindow public so that Plugins can access it. 15 years ago
Daniel Grunwald d0670aae7b Use MEF for the existing File menu items. 15 years ago
Daniel Grunwald fe8f32bef0 Make the main menu extensible using MEF. 15 years ago
Daniel Grunwald 2c0baaf2b3 Allow extending the toolbar using MEF. 15 years ago
Daniel Grunwald a0a14488e4 Use MEF for extensibility in resource nodes. 15 years ago
Daniel Grunwald c23e29e75c Add plugin support using MEF. 15 years ago
Eusebiu Marcu 5e07941cc9 set some comments 15 years ago
Eusebiu Marcu af7b86281b fix unfolding for current type 15 years ago
Daniel Grunwald 70b95847fe Eliminate cached delegate initialization. 15 years ago
Daniel Grunwald 60c02d577b Change namespace to ICSharpCode.Decompiler. 15 years ago
Eusebiu Marcu 8ae3a56148 Fix history navigation when debugging. 15 years ago
Eusebiu Marcu 3b3c6ced71 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 82302d0e3b Change AstMethodBodyBuilder switch to use the ILCode enum. 15 years ago
Daniel Grunwald 27ff71ada3 Add support for decimal literals. Closes #42. 15 years ago
Daniel Grunwald ee105aeb3c Refactor ArrayInitializers into a general peephole-transformation step. 15 years ago