1721 Commits (d61d026254cf9eeddcdf817e2c8e746b7be68c9d)

Author SHA1 Message Date
Siegfried Pammer ab7caaa2e2 DelegateConstruction: Clean up variable declarations 9 years ago
Siegfried Pammer 43f3b006a3 DelegateConstruction: Fix bug in that prevented all display class references from being removed. 9 years ago
Siegfried Pammer 99f4d93d63 Fix crash in InstructionCollection.IndexOf 9 years ago
Siegfried Pammer ab1598c547 Fix bug in TransformRoslynPostIncDecOperatorOnAddress; 9 years ago
Siegfried Pammer cf8d4936e6 Fix regression in TransformPostIncDecOperatorOnAddress; 9 years ago
Daniel Grunwald f6ab796ba7 Add ldobj(ldloca) -> ldloc transform; and remove special case in ProxyCallReplacer. 9 years ago
Siegfried Pammer 23bf856132 Fix bug in TransformPostIncDecOperatorOnAddress 9 years ago
Daniel Grunwald 2f57b8c3c1 Fix ILAst ldfld/stfld pretty-printing. 9 years ago
Siegfried Pammer e01ee3bf96 CallBuilder: Add support for extension methods capturing the first argument 9 years ago
Daniel Grunwald 164f9b82a8 Fix DeclareVariables.FindInsertionPoint not treating lambda bodies as capture scopes 9 years ago
Siegfried Pammer 4636c0b038 DelegateConstruction: only remove copies of parameter values that are part of the outer function. 9 years ago
Siegfried Pammer bf8a6b9ff2 CachedDelegateInitialization: Remove dead init-store in loops 9 years ago
Siegfried Pammer f488201762 Fix bug in for-loop detection: Could not detect for-loops when the condition used multiple variables. 9 years ago
Siegfried Pammer 3f886414b0 Do not add parentheses to AnonymousMethodExpression if there are no parameters. 9 years ago
Siegfried Pammer 46fdfd4b41 Fix bug in DelegateConstruction: ILVariables were added to the wrong ILFunction 9 years ago
Siegfried Pammer f3679e7df0 Fix #778: Errors about decompiling local variables and default for switch-cases 9 years ago
mohe2015 041c3603d2 Don't inline contructors. 9 years ago
mohe2015 d95d131071 Fix void and no-arguments methods 9 years ago
mohe2015 a36cbcc427 Simplify a little bit more 9 years ago
mohe2015 a323210346 Clean up the check a little bit. 9 years ago
mohe2015 2021152b7d Replace ILVisitor with foreach OfType 9 years ago
mohe2015 69b6448128 Fix order of transforms 9 years ago
mohe2015 5b3adbd4fd Better check if the call can be replaced. Don't clone arguments. 9 years ago
mohe2015 131233627c Remove unneccessary loop 9 years ago
mohe2015 1486cd4b62 Check that it only matches if the method performs one call and only with arguments without modification 9 years ago
Daniel Grunwald 75a65380f0 BlockBuilder: avoid crash on invalid branches (#902) 9 years ago
Moritz 0f0109424a Fix base methods 9 years ago
Daniel Grunwald ebab7d5de0 #899: Add calli opcode to ILAst 9 years ago
Daniel Grunwald 6a1b623140 #899: decode jmp instruction into tail call 9 years ago
Daniel Grunwald afcbc8c6cf #899: Add cpblk and initblk instructions to ILAst. 9 years ago
Siegfried Pammer cca842a969 Fix #440: Ldarg operand is incorrect when parameter has no name 9 years ago
Siegfried Pammer eaf6163215 UsingTransform: Simplify check for other Store-Instructions 9 years ago
Siegfried Pammer 23bca3713f Fix #646: VB-compilers 'For Each In' is not recognized as foreach during decompilation 9 years ago
Siegfried Pammer fb21870cff Fix #437: Decompilation of query expression loses material parentheses 9 years ago
LordJZ db7ac3584e Fix crash when decompiling event add call in collection initializer 9 years ago
Daniel Grunwald a4d4c1253e Fix two minor bugs in NullableLiftingTransform, and enable the LiftedOperators tests that are not affected by redundant casts. 9 years ago
Daniel Grunwald 30aa3bd42f Fix missing cast in signed uint<int comparison. 9 years ago
Daniel Grunwald 8533eda92b Use unary negation '-a' instead of '0 - a'. 9 years ago
Daniel Grunwald 8e634bc23c [nullables] Fix unnecessary casts in nullable compound assignments. 9 years ago
Daniel Grunwald af40871225 Avoid unnecessary casts in comparison operators. 9 years ago
Siegfried Pammer 9ab7651201 Fix #895: Wrong decompilation of references to inner struct in class. 9 years ago
Siegfried Pammer ee6034b392 AddXmlDocumentationTransform: Do not crash if there is no metadata token on the current member. (Example value__ field in enum declarations). 9 years ago
Siegfried Pammer 1ebc7581d8 Fix IsUsedAsThisPointerInCall: if we deal with an unspecified generic type, we assume it's a value type as ldloca should be allowed as this pointer in those cases. 9 years ago
Daniel Grunwald 39bb6856b7 Fix various bugs with compound assignments. 9 years ago
Daniel Grunwald 61900e33c3 [nullables] Lifted compound assignments 9 years ago
Daniel Grunwald af8993f641 Leave off '.Invoke' when calling delegates. 9 years ago
Siegfried Pammer 7d53070f9b Add more correctness tests and fix bug in UnwrapNestedContainerIfPossible. 9 years ago
Siegfried Pammer 34d288c934 Fix folding for comments. No foldings were added for comments inside of types. 9 years ago
Siegfried Pammer 6fb12b351f Improve VariableIsOnlyUsedInBlock in case of more complex foreach-loops. 9 years ago
Siegfried Pammer a62e13a035 Improve detection of foreach-using in UsingTransform: 9 years ago