1558 Commits (952880f4005dcb57d762f9ff9c8d3ac199ae4a54)

Author SHA1 Message Date
Daniel Grunwald b2dfdea68e Add loop detection. 11 years ago
Daniel Grunwald 5ead8e9230 Add SpecializingDecompilerTypeSystem 11 years ago
Daniel Grunwald f57e159c35 Fix bugs in IfInstruction.TransformStackIntoVariables 11 years ago
Daniel Grunwald 7a47f118e7 Fix missing cast in C# ExpressionBuilder, and add nop removal. 11 years ago
Siegfried Pammer 36e39f2c02 add TransformStackIntoVariables for IfInstruction 11 years ago
Siegfried Pammer 165cf85562 add missing file 11 years ago
Siegfried Pammer f45c2fa401 implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
Siegfried Pammer 8c78752101 implement LdsFld and StsFld instructions 11 years ago
Daniel Grunwald e40c0a9f39 Fix inline-block creation. 11 years ago
Daniel Grunwald 6cb55ef16d Add Block.FinalInstruction 11 years ago
Daniel Grunwald f81e720d71 Fix inlining bug due to Pop not having flag MayPop. 11 years ago
Daniel Grunwald 7c318157d5 TypeSystem helper for unit tests 11 years ago
Daniel Grunwald 2dd5a38d05 Generalize inlining, and make it usable for symbolic phase-1 execution. 11 years ago
Daniel Grunwald 5b41b662a2 More clearly document block semantics, in particular regarding phase-1 and phase-2 execution. 11 years ago
Siegfried Pammer bb544581c9 Escape compiler-generated names in tests 11 years ago
Daniel Grunwald ad8d4a7ef6 Fix duplicate ResolveResult on ConvertConstantValue() 11 years ago
Siegfried Pammer 98f24c21e5 fix #556: ILSpy doesn't highlight uses of invoked delegates 11 years ago
Siegfried Pammer 9f161006a5 fix #560: properly recognize `lock` pattern of C# 2, and add `lock (this)` pattern 11 years ago
Siegfried Pammer 5bb6e4b85b fix #557 - Missing namespaces when decompiling only a method 11 years ago
Siegfried Pammer 19cc44f9f9 fix #554: Variables are moved outside of the block 11 years ago
Siegfried Pammer b9090e43c6 Revert "Fixed decompiling empty async methods." 11 years ago
Siegfried Pammer 3bf00d3d21 add special formatting case for else-if to CSharpOutputVisitor 11 years ago
Siegfried Pammer 72a8229e90 fix #483: if-else-if-... and nesting 11 years ago
Siegfried Pammer f479496670 fix #531 - ICSharpCode.Decompiler.ReferenceResolvingException when Searching for Instantiations 11 years ago
Siegfried Pammer 59a03bba12 fix #541: int vs uint enum decompiling confusion 11 years ago
Siegfried Pammer 4a4cc2e689 fix #524 - Mistake ILSpy decompile: delegate instantiation is only removed if an implicit conversion exists. 11 years ago
Siegfried Pammer d04400ad45 working on #540: use `EventDefinition` instead of `FieldDefinition` when referencing auto events in `TextOutputFormatter` 11 years ago
Siegfried Pammer 82db628ac9 fix visibility checking bug introduced in f9da13c 11 years ago
LordJZ b75f217167 Enhanced DivideBySize 11 years ago
LordJZ 25f82744a2 Added more pointer arithmetic tests 11 years ago
LordJZ 8b84fc6bb9 Removed incorrect type inference for Add/Sub/Localloc 11 years ago
Ed Harvey f9da13cbc0 fix #537: ILSpy can't find any Overridden By methods 11 years ago
krauthaufen e10e42681f added fix for unsigned comparison with signed integral types; 11 years ago
Siegfried Pammer 4c44303989 implement LdFld and StFld instructions 11 years ago
Siegfried Pammer 466cb0c702 add support for Getter/Setter call translation 11 years ago
Siegfried Pammer f37d0c37dd add support for fields and properties in decompiler output 11 years ago
Siegfried Pammer cd30be3b80 implement box instruction 11 years ago
Daniel Grunwald 08a5e81517 Re-enable IntroduceUsingDeclarations 11 years ago
Daniel Grunwald 0cde213429 Support references to specialized methods/fields. 11 years ago
Daniel Grunwald 2f83334c2e Use NRefactory.TypeSystem for ILAst. 11 years ago
Daniel Grunwald 4fadba8f4f Fix NRefactoryCecilMapper.GetMethod() for methods outside the current assembly. 11 years ago
Siegfried Pammer bc68339ac4 rename ConvertedExpression to TranslatedExpression and Convert to Translate, etc. 11 years ago
Siegfried Pammer 7f36725b6f implement StObj instruction 11 years ago
Daniel Grunwald 83095dd4a1 Ensure ConvertVariable() always adds a resolve result to the IdentifierExpression 11 years ago
Daniel Grunwald ea0eaf9623 Add CompoundAssignment mode to BinaryNumericInstruction 11 years ago
Daniel Grunwald 834dd09830 Flush the instruction stack if peek or pop instructions remain after inlining. 11 years ago
Daniel Grunwald da4a0eb0bf Add some CompoundAssignment tests 11 years ago
Daniel Grunwald ea54bcddc1 Fix boolean comparisons. 11 years ago
Daniel Grunwald 7e9f6bb9d6 Fix ConvertConstructorCallIntoInitializer transform. 11 years ago
Daniel Grunwald b8098e63ba Fix some bugs that were just introduced while adding the ResolveResults. 11 years ago