8024 Commits (2ddb3ac42a08e3aef156466cdb3281201b3126bf)
 

Author SHA1 Message Date
Eusebiu Marcu 6ead2a62f6 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 31f2d9b079 Fix issues where the BAML decompiler produced invalid code. 15 years ago
Daniel Grunwald 33625c0cc5 Fix decompilation of abstract events. 15 years ago
Daniel Grunwald de3d9117c4 Make collapsing of "x = x + y" to "x += y" work in a few more cases. 15 years ago
Daniel Grunwald b6b31514de Perform 'dup' removal prior to copy propagation 15 years ago
Daniel Grunwald ea5c790991 Adjust array initializer pattern to 'dup' changes. 15 years ago
David Srbecký 171b11b87f Generate only one variable for 'dup' if possible 15 years ago
Daniel Grunwald 5ee3d87388 Implemented a simple copy-propagation step. 15 years ago
Eusebiu Marcu ef94d3888c Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 296eb118e2 move status label in status bar 15 years ago
Daniel Grunwald cfbbae4cb7 Remove code duplication ILInlining / ILAstOptimizer.InlineVariables. 15 years ago
Daniel Grunwald 404b27c860 Fixed crash when decompiling System.Net.ShellExpression. 15 years ago
Daniel Grunwald 262652fe1a Fix type analysis for localloc/sizeof. 15 years ago
Daniel Grunwald ccf189d505 Fix NullReferenceException when an interface method named 'Invoke' is called. 15 years ago
Daniel Grunwald ddd7b9d526 Fix NullReferenceException when decompiling an automatic property within a generic class. 15 years ago
Daniel Grunwald 3c1400d605 Fixed bug in DeclareVariableInSmallestScope 15 years ago
Daniel Grunwald 5c45d4c700 Fixed bug that caused redundant casts. 15 years ago
Daniel Grunwald 88160e9777 Decompile delegates into a delegate declaration instead of a type declaration. 15 years ago
Eusebiu Marcu f87b8b230f fix current line bookmark marker 15 years ago
Eusebiu Marcu fd47e87dca 1. improve tooltip show/hide 15 years ago
Eusebiu Marcu 35e781f2f5 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald f3069b99f9 Add support for decompiling automatic events. 15 years ago
Daniel Grunwald 5fc5d7c16c AstNode: add Invoke() methods to AstType (builds InvocationExpression for static methods) 15 years ago
Daniel Grunwald ca720c105d Type analysis for "yield return" 15 years ago
Daniel Grunwald 8ffb317cc4 Add support for decompiling do-while loops. 15 years ago
Daniel Grunwald f4da816fc4 NRefactory AstNode: add DescendantsAndSelf property. 15 years ago
Eusebiu Marcu ea612974d2 1. create a status label for debugging status. 15 years ago
Eusebiu Marcu fe6ca3d58a fix marker display on the same code editor. 15 years ago
Siegfried Pammer 530d6ace6c XAML streams inside Silverlight's .resources-files can be displayed 15 years ago
Eusebiu Marcu b8eb24c585 Remove line. 15 years ago
Eusebiu Marcu eafc08a181 Fix StepInto uncompiled code. 15 years ago
Daniel Grunwald 41d6c3f6eb Don't show compiler-generated code for automatic properties. Closes #69. 15 years ago
Daniel Grunwald 8484a21767 Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 15 years ago
Daniel Grunwald 9421c4591a Fix decompiling iterator blocks in debug builds when there is no try-finally block and the "ret(0)" is reached by fall-through (instead of by a jump instruction). Closes #68. 15 years ago
Daniel Grunwald fe345d5e0c Support explicit interface implementation for events. 15 years ago
Daniel Grunwald 87a654c451 Output accessibility of getter/setter when it differs from the accessibility of the property. 15 years ago
Daniel Grunwald 49a702f0cf Don't use ".Invoke" for delegate invocations. 15 years ago
Eusebiu Marcu e8c46b4311 comment code and add inner types to SourceCodeMapping 15 years ago
Artur Zgodziski 1e9de3c359 small code reformatting 15 years ago
Artur Zgodziski 16fd9d07e3 Indexers support. Explicit implementation of methods and parameters. 15 years ago
Artur Zgodziski ebd20b88c9 Indexer decompilation support. 15 years ago
Eusebiu Marcu c2dca71a0a Fix adding the ILRanges on statements conditions. 15 years ago
Artur Zgodziski d0a73d1a5e Updated test sample files. 15 years ago
Eusebiu Marcu 67a3a09f75 Set ILRanges on statements conditions 15 years ago
Eusebiu Marcu fb8a453f79 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 5078d2ef89 Handle calls to value type constructors. Closes #66. 15 years ago
David Srbecký ec0916c595 Perform inlining at the end 15 years ago
Daniel Grunwald 7951089447 Remove code made redundant by SimpleGotoAndNopRemoval. 15 years ago
Daniel Grunwald 5a2a1119a2 Decompile try-fault blocks into try-catch-rethrow. 15 years ago
David Srbecký efd04b31d8 Simple goto and nop removal 15 years ago