568 Commits (f1c8142ce265241da0862fdc0f48af296c9bdb95)

Author SHA1 Message Date
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 dfa99a8c1f Fix build. 8 years ago
Siegfried Pammer abbf3d0429 Fix #1158: C# 1 switch pattern improvement 8 years ago
Siegfried Pammer b9f14905b2 Fix #1155: DictionaryInitializers setting not working 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 ac706d3735 dynamic: Add special case for type arguments in code generated by csc 8 years ago
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 d0f7a10888 Refactor DynamicCallSiteTransform 8 years ago
Daniel Grunwald f86bec4e0c Move named arguments to its own transform. 8 years ago
Daniel Grunwald ca09f09222 Don't use named arguments when IL stack is empty after the stloc. 8 years ago
Daniel Grunwald 21d3881e37 Introduce named arguments only in the statement transform. 8 years ago
Daniel Grunwald 810adea8b4 #1083: Initial implementation of named arguments. 8 years ago
Daniel Grunwald bcc1586f72 ILAst transform for named arguments. 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 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 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 61eead50c7 Fix TypeSystemLoaderTests 8 years ago
Siegfried Pammer 5d5fa23709 Port AssignVariableNames 8 years ago
Siegfried Pammer 0fec0c683a Fix mismerged code 8 years ago
Siegfried Pammer b311ba5a44 Port DelegateConstruction and TransformArrayInitializers 8 years ago
Siegfried Pammer a2e27dd7ed Port ProxyCallReplacer and TextTokenWriter to SRM 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 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 a46ac9dc84 Also combine 'ldlen; conv.i4.ovf' to 'ldlen.i4'. 8 years ago
Pent Ploompuu 48dc32163e Reduced allocations 8 years ago
Daniel Grunwald 7c91d48d68 #980: Fix type substitution for lambdas. 8 years ago