709 Commits (9f883177daa2026bca402c83d8389e95f8459172)

Author SHA1 Message Date
Siegfried Pammer 725ee24994 Fix assertions if references are missing in dynamic code. 7 years ago
Siegfried Pammer f2155111b5 Fix 'no iterators' assertion in DynamicCallSiteTransform. 7 years ago
Siegfried Pammer f1d7ac4c2f Fix bug in DynamicCallSiteTransform 7 years ago
Siegfried Pammer c4f41f459f Add support for more dynamic binary operators. 7 years ago
Siegfried Pammer 66724db69b Add WriteArgumentList to DynamicInstruction 7 years ago
Siegfried Pammer 2c7e3c2c37 Add hack to allow inlining of compiler-generated variable after dynamic.isevent pattern transform. 7 years ago
Siegfried Pammer d6e13686aa Remove DynamiceExpressions setting (use Dynamic setting instead) 7 years ago
Siegfried Pammer dfa99a8c1f Fix build. 7 years ago
Siegfried Pammer abbf3d0429 Fix #1158: C# 1 switch pattern improvement 7 years ago
Siegfried Pammer b9f14905b2 Fix #1155: DictionaryInitializers setting not working 7 years ago
Siegfried Pammer 359fc4ffcd AssignVariableNames: use 'val' for dynamic variables. 7 years ago
Siegfried Pammer 18bcba64c3 Add IntroduceDynamicTypeOnLocals transform 7 years ago
Siegfried Pammer 83c9d0f2fa Add DynamicInstruction.GetArgumentInfoOfChild 7 years ago
Siegfried Pammer ac706d3735 dynamic: Add special case for type arguments in code generated by csc 7 years ago
Siegfried Pammer 2ac532b470 Fix MatchDisposeCheck 7 years ago
Siegfried Pammer 4b7c82957a Fix UsingTransform 7 years ago
Daniel Grunwald 6886d2f753 Add support for ?. operator on dynamic. 7 years ago
Siegfried Pammer 273a1c24ff Add dynamic compound assignment transforms 7 years ago
Siegfried Pammer 0bb71f469d Add DynamicCompoundAssign instruction 7 years ago
Siegfried Pammer d0f7a10888 Refactor DynamicCallSiteTransform 7 years ago
Siegfried Pammer 6888b405b7 Add TS method to ILReader 7 years ago
Daniel Grunwald f86bec4e0c Move named arguments to its own transform. 7 years ago
Daniel Grunwald ca09f09222 Don't use named arguments when IL stack is empty after the stloc. 7 years ago
Daniel Grunwald 21d3881e37 Introduce named arguments only in the statement transform. 7 years ago
Daniel Grunwald 810adea8b4 #1083: Initial implementation of named arguments. 7 years ago
Daniel Grunwald bcc1586f72 ILAst transform for named arguments. 7 years ago
Siegfried Pammer 5e4b571a62 Add DynamicCallSiteTransform 7 years ago
Siegfried Pammer 84f5e057d3 Add DynamicInstruction 7 years ago
Daniel Grunwald 243a347da1 Revert "#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." 7 years ago
Siegfried Pammer b3db473211 Fix bug in AssignVariableNames: The first parameter of indexer getters was not properly handled. 7 years ago
Siegfried Pammer 9443983819 Fix #1144: MatchRoslynCaseBlockHead did not handle inverse conditions properly. 7 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. 7 years ago
Daniel Grunwald 50509c4985 Fix #1140: Fix assertion when finally block unconditionally throws an exception. 7 years ago
Siegfried Pammer bd15d69ada Add test cases for #1138 7 years ago
Siegfried Pammer 5290677f80 Fix #1138: Array-index out of bounds crash in TransformArrayInitializers.HandleSimpleArrayInitializer 7 years ago
Daniel Grunwald 469501210c Add support for C# 7 tuple types: 7 years ago
Daniel Grunwald 0b48439170 Remove dead code from type system (CSharpConstantValue). 7 years ago
Siegfried Pammer 644941d25b Fix C# 1.0 switch on string transform and add tests 7 years ago
Daniel Grunwald 0552b335c9 Implement InferType() for ldelema. 7 years ago
Daniel Grunwald f021ec4383 NumericCompoundAssign: implement ILiftableInstruction 7 years ago
Daniel Grunwald 3956fa685d Refactor TransformAssignment to reduce code duplication. 7 years ago
Siegfried Pammer 110d4592a6 Add delayed type inference step for stack slots (in RemoveDeadVariableInit). 7 years ago
Siegfried Pammer 9ebfbe57dd Add transforms for userdef compound assignment 7 years ago
Siegfried Pammer 845c620a9f Implement UserDefinedCompoundAssign 7 years ago
Daniel Grunwald 25706f2a39 Support logic.and/etc. in IsImplicitTruncation(). 7 years ago
Daniel Grunwald 75a627d40b Don't use compound assignment when the RHS value does not fit into the LHS type. 7 years ago
Pent Ploompuu a63e65fae8 Reduced allocations in ILInlining 7 years ago
Siegfried Pammer 3eb694baee Fix #1107: bug in mcs switch on string detection. 7 years ago
Siegfried Pammer deb1b6918f Fix bug and typo in IsInConstructorInitializer 7 years ago
Siegfried Pammer 96eb7e07dc Force ILInlining to aggressively inline constructor initializer statements. 7 years ago