2843 Commits (61a3c19a0ecb275c22a6bdf16e119133df0680de)

Author SHA1 Message Date
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
Siegfried Pammer bd165642cb Fix #489: Add support for switch statement pattern using Hashtable 9 years ago
Siegfried Pammer 43c2f891a0 SwitchOnStringTransform: make sure switch variable is of type string in Roslyn case. 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
Daniel Grunwald f42d1a4b34 Fix crash in SwitchDetection. 9 years ago
Siegfried Pammer 621e355f36 Adapt SwitchOnStringTransform to switch instruction changes. 9 years ago
Daniel Grunwald 8a68a94d35 Simplify use of SwitchInstruction in ILAst 9 years ago
Siegfried Pammer cca842a969 Fix #440: Ldarg operand is incorrect when parameter has no name 9 years ago
Siegfried Pammer 2d2ca893e9 ConditionDetection: Remove empty else-branches. 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
Siegfried Pammer 38482888a1 Fix Using pretty tests and remove semicolon on single-line if. 9 years ago
Siegfried Pammer 0fa58c3d53 Fix #567: switch statement not properly decompile 9 years ago
Siegfried Pammer fd775ec082 Fix threading bug in LoadedAssembly. 9 years ago
Siegfried Pammer ef4dd6431e Add documentation to InlineReturnTransform and SwitchOnStringTransform 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 1bff19a7ce Remove unnecessary casts in switch tests 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 930d142a62 Fix bug in SwitchOnStringTransform introduced by 9719926b6bc1e43c9d43d811e5c27d9e797209b8: Ignore exit instruction if condition is not inverted. Otherwise we need a special case for br and leave. 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 66dc52c33c Fix handling of 'leave' instruction in SwitchAnalysis. 9 years ago
Siegfried Pammer 9719926b6b Fix some more bugs in SwitchOnStringTransform 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 b78ef2209b Add InlineReturnTransform 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
Siegfried Pammer ea9b47a137 Fix #889: Invalid variable inlining in foreach 9 years ago
Daniel Grunwald 33e5011367 [nullables] support equality comparisons on System.Decimal 9 years ago
Daniel Grunwald bb3ad5c811 [nullables] Lift user-defined equality operator calls if only one argument is nullable. 9 years ago
Daniel Grunwald 87a979b549 [nullables] Lift user-defined equality operator calls. 9 years ago
Siegfried Pammer 4394250d71 Fix Switch(string)-detection in various cases 9 years ago
Siegfried Pammer 8ee222b373 Remove old switch-on-string code from PatternStatementTransform 9 years ago
Siegfried Pammer 2857a8dcf9 ad #885 and #886: add more tests 9 years ago
Daniel Grunwald 846c8613b0 [async] Delete dead ldloc(cachedStateVar). 9 years ago