688 Commits (2ac532b47081196854db0a6dff43c208f595e5bf)

Author SHA1 Message Date
Siegfried Pammer 2ac532b470 Fix MatchDisposeCheck 8 years ago
Siegfried Pammer 4b7c82957a Fix UsingTransform 8 years ago
Daniel Grunwald 6886d2f753 Add support for ?. operator on dynamic. 8 years ago
Siegfried Pammer 273a1c24ff Add dynamic compound assignment transforms 8 years ago
Siegfried Pammer 0bb71f469d Add DynamicCompoundAssign instruction 8 years ago
Siegfried Pammer d0f7a10888 Refactor DynamicCallSiteTransform 8 years ago
Siegfried Pammer 6888b405b7 Add TS method to ILReader 8 years ago
Siegfried Pammer 5e4b571a62 Add DynamicCallSiteTransform 8 years ago
Siegfried Pammer 84f5e057d3 Add DynamicInstruction 8 years ago
Siegfried Pammer b3db473211 Fix bug in AssignVariableNames: The first parameter of indexer getters was not properly handled. 8 years ago
Siegfried Pammer 9443983819 Fix #1144: MatchRoslynCaseBlockHead did not handle inverse conditions properly. 8 years ago
Siegfried Pammer 60ace84f26 #1083: Add ArgumentToParameterMap to CallInstruction, in ILAst output call arguments are now prefixed with the parameter index they correspond to, if the mapping is different from the default. 8 years ago
Daniel Grunwald 50509c4985 Fix #1140: Fix assertion when finally block unconditionally throws an exception. 8 years ago
Siegfried Pammer bd15d69ada Add test cases for #1138 8 years ago
Siegfried Pammer 5290677f80 Fix #1138: Array-index out of bounds crash in TransformArrayInitializers.HandleSimpleArrayInitializer 8 years ago
Daniel Grunwald 469501210c Add support for C# 7 tuple types: 8 years ago
Daniel Grunwald 0b48439170 Remove dead code from type system (CSharpConstantValue). 8 years ago
Siegfried Pammer 644941d25b Fix C# 1.0 switch on string transform and add tests 8 years ago
Daniel Grunwald 0552b335c9 Implement InferType() for ldelema. 8 years ago
Daniel Grunwald f021ec4383 NumericCompoundAssign: implement ILiftableInstruction 8 years ago
Daniel Grunwald 3956fa685d Refactor TransformAssignment to reduce code duplication. 8 years ago
Siegfried Pammer 110d4592a6 Add delayed type inference step for stack slots (in RemoveDeadVariableInit). 8 years ago
Siegfried Pammer 9ebfbe57dd Add transforms for userdef compound assignment 8 years ago
Siegfried Pammer 845c620a9f Implement UserDefinedCompoundAssign 8 years ago
Daniel Grunwald 25706f2a39 Support logic.and/etc. in IsImplicitTruncation(). 8 years ago
Daniel Grunwald 75a627d40b Don't use compound assignment when the RHS value does not fit into the LHS type. 8 years ago
Pent Ploompuu a63e65fae8 Reduced allocations in ILInlining 8 years ago
Siegfried Pammer 3eb694baee Fix #1107: bug in mcs switch on string detection. 8 years ago
Siegfried Pammer deb1b6918f Fix bug and typo in IsInConstructorInitializer 8 years ago
Siegfried Pammer 96eb7e07dc Force ILInlining to aggressively inline constructor initializer statements. 8 years ago
Siegfried Pammer 57d59a703e Fix await in finally pattern with using statement. 8 years ago
Siegfried Pammer 2d427cf534 Relax rules for object and collection initializer detection to properly decompile query expressions. 8 years ago
Siegfried Pammer f31d5b4da5 ExpressionTrees: Add support for NewArrayInit with zero length arrays. 8 years ago
Siegfried Pammer cdecc09fba ProxyCallReplacer: Do not analyze method calls that are not defined in the current typedef hierarchy. 8 years ago
Daniel Grunwald 935575859f Fix NullReferenceException in TransformDelegateConstruction() 8 years ago
Daniel Grunwald 0e9a163345 Improve on #1085 by setting UnknownType.IsReferenceType in more cases. 8 years ago
Siegfried Pammer b9a6df374d Fix #1101: Error decompiling System.Threading.Tasks.Task System.Net.WebSockets.ClientWebSocket::ConnectAsyncCore(System.Uri,System.Threading.CancellationToken) 8 years ago
Daniel Grunwald a46ac9dc84 Also combine 'ldlen; conv.i4.ovf' to 'ldlen.i4'. 8 years ago
Daniel Grunwald ed493c3037 Fix 'await default(SomeStruct)'. 8 years ago
Daniel Grunwald 7b8389dca5 Fix #1078: Eliminate redundant variable in fixed statements. 8 years ago
Daniel Grunwald ae45665ff7 Improve pinned region detection to also handle the case where the pinned variable has array type. (#1078) 8 years ago
Daniel Grunwald b9337c6129 Fix #1021: Compound assignments on pointer types. 8 years ago
Pent Ploompuu 48dc32163e Reduced allocations 8 years ago
Daniel Grunwald 7c91d48d68 #980: Fix type substitution for lambdas. 8 years ago
Siegfried Pammer 1a0052a345 Cache UsingScope during decompiler run. 8 years ago
Siegfried Pammer 8da26dc315 Fix #1080: Invalid null propagation decompilation with ambiguous extension method call 8 years ago
Siegfried Pammer a06a04d48b #1080: Add ILTransformContext.RequiredNamespacesSuperset 8 years ago
Daniel Grunwald 4d00c65608 Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
Daniel Grunwald 8a589b2fd2 Add DecompilerSettings constructor that takes a language version. 8 years ago
Daniel Grunwald 96d9e63f4c Don't unnecessarily default-initialize variables prior to a call with out-parameter. 8 years ago