2271 Commits (3fb7c71f8a369c24bce01c671c4bb57288d908a1)

Author SHA1 Message Date
Chicken-Bones 3fb7c71f8a Improve control flow decompilation in ConditionDetection 8 years ago
Siegfried Pammer eafce7d6cf Fix documentation comment on DynamicInvocationType.ObjectCreation 8 years ago
Siegfried Pammer 0bf56ce9ca Add inlining special cases for dynamic compound assignments 8 years ago
Siegfried Pammer a30c628e1f Remove hack from ExpressionTransforms.TransformDynamicAddAssignOrRemoveAssign, implement VisitDynamicSetIndexInstruction 8 years ago
Siegfried Pammer 904aa5269e Fix various bugs in ExpressionBuilder.VisitDynamic* + refactor DynamicInstructions a bit 8 years ago
Siegfried Pammer 07608e018f Fix bug in IntroduceDynamicTypeOnLocals 8 years ago
Siegfried Pammer 9f883177da Reset context after PrettifyAssignments.Run 8 years ago
Siegfried Pammer f2c0f3e70d Fix bug in CallBuilder.CastArguments: accidentally made *all* casts implicit, which should not happen. 8 years ago
Siegfried Pammer 669dc0ad59 Rewrite dynamic dispatch logic in CallBuilder 8 years ago
Siegfried Pammer eeeecb2259 Remove "do what I mean" logic from AssignVariableNames 8 years ago
Siegfried Pammer 805b9f4bb4 Add missing CallInlineAssign block kind to ILInlining.FindLoadInNext 8 years ago
Siegfried Pammer 3d4e38ddce Fix #538: Give higher priority to out parameters when naming variables 8 years ago
Siegfried Pammer 6ce53c804b Fix #1168: Extend MatchCompEquals and MatchCompNotEquals to work with multiple nested logic.not instructions 8 years ago
CreateAndInject f389e512ed Fix #1166 8 years ago
Siegfried Pammer bbe16584f7 Fix #1150: 8 years ago
Siegfried Pammer 725ee24994 Fix assertions if references are missing in dynamic code. 8 years ago
Siegfried Pammer f2155111b5 Fix 'no iterators' assertion in DynamicCallSiteTransform. 8 years ago
Siegfried Pammer 1c7d14dbbf Add special case for dynamic types in constructor initializer (this/base) calls 8 years ago
Siegfried Pammer 9d6f864c42 Use DynamicInvocationResolveResult where applicable 8 years ago
Siegfried Pammer f1d7ac4c2f Fix bug in DynamicCallSiteTransform 8 years ago
Siegfried Pammer c4f41f459f Add support for more dynamic binary operators. 8 years ago
Siegfried Pammer d0683afec4 System.Activator.CreateInstance<T>() -> new T() transform is only valid if T has new() constraint. 8 years ago
Siegfried Pammer ae781423fa Refine detection of compiler-generated delegates 8 years ago
Siegfried Pammer 028cbe69a4 Fix decompilation of auto properties with explicit implementation 8 years ago
Siegfried Pammer 87d5091ac9 Fix translation of DynamicInvokeConstructorInstruction 8 years ago
Siegfried Pammer 66724db69b Add WriteArgumentList to DynamicInstruction 8 years ago
Siegfried Pammer 2c7e3c2c37 Add hack to allow inlining of compiler-generated variable after dynamic.isevent pattern transform. 8 years ago
Siegfried Pammer d6e13686aa Remove DynamiceExpressions setting (use Dynamic setting instead) 8 years ago
Siegfried Pammer 4c2fa36233 Fix merge conflict 8 years ago
Siegfried Pammer 91c59dd5cf Hide compiler-generated delegates used for ref/out callsites 8 years ago
Siegfried Pammer 569434d516 Fix #1162: decompilation of explicitly implemented events and properties 8 years ago
Siegfried Pammer dfa99a8c1f Fix build. 8 years ago
Siegfried Pammer abbf3d0429 Fix #1158: C# 1 switch pattern improvement 8 years ago
Siegfried Pammer 0a992d2158 Fix build. 8 years ago
Siegfried Pammer b9f14905b2 Fix #1155: DictionaryInitializers setting not working 8 years ago
Siegfried Pammer 8d247a9c59 Fix #1156: Treat float, double and decimal < 0 as unary expressions in InsertParenthesesVisitor 8 years ago
Siegfried Pammer 8f47e8429b Fix #1157: Decompilation of abstract events and overridden auto events 8 years ago
Siegfried Pammer 7599d0c410 Try to resolve exported types in XmlDocKeyProvider.FindType 8 years ago
Daniel Grunwald 9be83b6175 Upgrade to Cecil 0.10.0. 8 years ago
Siegfried Pammer 62da416d6c Fix PrettifyAssignments for dynamic expressions 8 years ago
Siegfried Pammer 359fc4ffcd AssignVariableNames: use 'val' for dynamic variables. 8 years ago
Siegfried Pammer 18bcba64c3 Add IntroduceDynamicTypeOnLocals transform 8 years ago
Siegfried Pammer 83c9d0f2fa Add DynamicInstruction.GetArgumentInfoOfChild 8 years ago
Siegfried Pammer b44a725eaa Fix type of foreach variable 8 years ago
Siegfried Pammer ac706d3735 dynamic: Add special case for type arguments in code generated by csc 8 years ago
Daniel Grunwald 140e22d2a4 Remove unnecessary cast to IEnumerable when using foreach loop on dynamic collection. 8 years ago
Daniel Grunwald 02dde92bcb Improve use of dynamic expressions in conditional context: 8 years ago
Siegfried Pammer 2ac532b470 Fix MatchDisposeCheck 8 years ago
Siegfried Pammer 4b7c82957a Fix UsingTransform 8 years ago
Siegfried Pammer 675125d6c6 Add support for DynamicInvokeInstruction and DynamicUnaryOperatorInstruction 8 years ago