3020 Commits (9f6ea2f22d3eef50c01d80edc90d19193ea6f2b4)
 

Author SHA1 Message Date
mohe2015 9f6ea2f22d Add sdk path. 8 years ago
mohe2015 5b3adbd4fd Better check if the call can be replaced. Don't clone arguments. 8 years ago
mohe2015 509b69f685 Add test case. 8 years ago
mohe2015 131233627c Remove unneccessary loop 8 years ago
mohe2015 1486cd4b62 Check that it only matches if the method performs one call and only with arguments without modification 8 years ago
mohe2015 f969a156e7 Merge remote-tracking branch 'upstream/master' into fix-proxy-calls 8 years ago
Daniel Grunwald 75a65380f0 BlockBuilder: avoid crash on invalid branches (#902) 8 years ago
Moritz 0f0109424a Fix base methods 8 years ago
Daniel Grunwald e8b3ce99dc clean up the mini C# lexer a bit 8 years ago
Daniel Grunwald ebab7d5de0 #899: Add calli opcode to ILAst 8 years ago
Daniel Grunwald 6a1b623140 #899: decode jmp instruction into tail call 8 years ago
Daniel Grunwald afcbc8c6cf #899: Add cpblk and initblk instructions to ILAst. 8 years ago
Siegfried Pammer cca842a969 Fix #440: Ldarg operand is incorrect when parameter has no name 8 years ago
Siegfried Pammer eaf6163215 UsingTransform: Simplify check for other Store-Instructions 8 years ago
Siegfried Pammer 23bca3713f Fix #646: VB-compilers 'For Each In' is not recognized as foreach during decompilation 8 years ago
Siegfried Pammer fb21870cff Fix #437: Decompilation of query expression loses material parentheses 8 years ago
Siegfried Pammer 97dcfa6f9b Merge pull request #897 from LordJZ/patch-2 8 years ago
LordJZ db7ac3584e Fix crash when decompiling event add call in collection initializer 8 years ago
Daniel Grunwald 42a4a4de10 Add IL files for LiftedOperators test. 8 years ago
Daniel Grunwald a4d4c1253e Fix two minor bugs in NullableLiftingTransform, and enable the LiftedOperators tests that are not affected by redundant casts. 8 years ago
Daniel Grunwald 30aa3bd42f Fix missing cast in signed uint<int comparison. 8 years ago
Daniel Grunwald 8533eda92b Use unary negation '-a' instead of '0 - a'. 8 years ago
Daniel Grunwald 8e634bc23c [nullables] Fix unnecessary casts in nullable compound assignments. 8 years ago
Daniel Grunwald af40871225 Avoid unnecessary casts in comparison operators. 8 years ago
Siegfried Pammer 9ab7651201 Fix #895: Wrong decompilation of references to inner struct in class. 8 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). 8 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. 8 years ago
Daniel Grunwald 39bb6856b7 Fix various bugs with compound assignments. 8 years ago
Daniel Grunwald 61900e33c3 [nullables] Lifted compound assignments 8 years ago
Daniel Grunwald af8993f641 Leave off '.Invoke' when calling delegates. 8 years ago
Siegfried Pammer 7d53070f9b Add more correctness tests and fix bug in UnwrapNestedContainerIfPossible. 8 years ago
Siegfried Pammer 2cc0b65d41 Fix refresh of DisplaySettings in TextEditor. 8 years ago
Siegfried Pammer 34d288c934 Fix folding for comments. No foldings were added for comments inside of types. 8 years ago
Siegfried Pammer 6f5737cbfa Add pretty test for captured variable in foreach loop. 8 years ago
Siegfried Pammer 6fb12b351f Improve VariableIsOnlyUsedInBlock in case of more complex foreach-loops. 8 years ago
Siegfried Pammer cbe05e7fa0 Add/move some foreach test cases. 8 years ago
Siegfried Pammer a62e13a035 Improve detection of foreach-using in UsingTransform: 8 years ago
Siegfried Pammer ea9b47a137 Fix #889: Invalid variable inlining in foreach 8 years ago
Daniel Grunwald 33e5011367 [nullables] support equality comparisons on System.Decimal 8 years ago
Daniel Grunwald bb3ad5c811 [nullables] Lift user-defined equality operator calls if only one argument is nullable. 8 years ago
Daniel Grunwald 87a979b549 [nullables] Lift user-defined equality operator calls. 8 years ago
Siegfried Pammer 2857a8dcf9 ad #885 and #886: add more tests 8 years ago
Daniel Grunwald 846c8613b0 [async] Delete dead ldloc(cachedStateVar). 8 years ago
Siegfried Pammer b1bb6ee41e Merge pull request #886 from mohe2015/test-async-fix 8 years ago
mohe2015 ccdeded6ba Fix failed decompilation of catch-when if the method is async. 8 years ago
Siegfried Pammer b5e46c3545 Fix #882: Invalid assignment code after decompiling 8 years ago
Siegfried Pammer 6c414cedd3 Fix #883: Incorrect decompilation of explicitly implemented events 8 years ago
Siegfried Pammer b5308bb748 Merge #794: Enabled "Per monitor DPI awareness" 8 years ago
Siegfried Pammer 19503bf084 Merge branch 'OndrejPetrzilka-sort_results' 8 years ago
Siegfried Pammer 3d6299d1bf Merge branch 'sort_results' of https://github.com/OndrejPetrzilka/ILSpy into OndrejPetrzilka-sort_results 8 years ago