1799 Commits (e48dfb7cb29f83fd0371b7d6871086135f2d9a5d)

Author SHA1 Message Date
Siegfried Pammer e48dfb7cb2 Add ILStackWasEmpty flag to default.value 9 years ago
Siegfried Pammer e1baac3a9c Fix output of space before array initializer expression. 9 years ago
Siegfried Pammer 60894a02a4 Fix missing ILStackWasEmpty-flag on call after conversion to newobj 9 years ago
Siegfried Pammer a014684918 Fix regression in AssignVariableNames 9 years ago
Siegfried Pammer 0b6987f195 Fix pretty unit tests. 9 years ago
Siegfried Pammer 381bd42599 Fix bug mentioned in #909 9 years ago
Siegfried Pammer 14b6c599c1 Fix object initializers directly accessing struct members + add initializer pretty tests. 9 years ago
Siegfried Pammer 086325afdf Fix #917: InvalidCastException: Cast from Int64 to Boolean not supported. 9 years ago
Daniel Grunwald f21d48317c ILAst: show if block container is a loop container. 9 years ago
Daniel Grunwald d68b9a9893 Fix missing InvalidateFlags() call. 9 years ago
Daniel Grunwald 63493f1fee #912: add setting for turning off implicit method group conversions 9 years ago
Daniel Grunwald 2824906f8f Code cleanup SwitchOnStringTransform. 9 years ago
Siegfried Pammer 1ac631b3f1 SwitchOnStringTransform: fix bugs in ExtractStringValuesFromInitBlock and MatchAddCall 9 years ago
Siegfried Pammer a423e7da9c Expand checks in ExtractStringValuesFromInitBlock and MatchAddCall 9 years ago
Siegfried Pammer e6608832a4 Add documentation to SwitchOnStringTransform 9 years ago
Siegfried Pammer b94088fbc9 Add MaxBy, MaxOrDefault, MinBy extension methods 9 years ago
Daniel Grunwald 9fcee831d2 Simplify SimplifyCascadingIfStatements 9 years ago
Siegfried Pammer f988c11229 Refactor SwitchOnStringTransform.Run 9 years ago
Daniel Grunwald 6272c21ece Simplify SwitchOnNullableTransform. 9 years ago
Siegfried Pammer 7ae44fcdc6 Add FlattenSwitchBlocks transform + update test cases. 9 years ago
Daniel Grunwald b7a5924b25 When possible, use implicit method group conversions to construct delegates. 9 years ago
Siegfried Pammer 63b626716f Refactoring and cleanup of SimplifyCascadingIfStatements and other switch transforms. 9 years ago
Daniel Grunwald faa0c8a805 Aggressively inline in the whole catch-when block, not just on top-level. 9 years ago
Moritz f4209947a0 Fix await calls not getting decompiled correctly (#904) 9 years ago
Siegfried Pammer e33a010cc7 Remove compiler-generated variable in while (true) loops. 9 years ago
Siegfried Pammer 6ffec75c24 Run another round of SplitVariables so that the NullableLiftingTransform can work in the switch expression. 9 years ago
Siegfried Pammer 12e39cf63c Fix switch exit points. 9 years ago
Siegfried Pammer 9e5d4c10f7 Fix array.Length == 0 in Roslyn. 9 years ago
mohe2015 fc9ee0ff90 Add comments for clarification. 9 years ago
Daniel Grunwald 236c7c28b4 Remove redundant lambda casts. 9 years ago
Siegfried Pammer 67272e58ef SwitchOnStringTransform: Remove extra variables introduced by switch pattern. 9 years ago
Siegfried Pammer d39a21afd7 SimplifyCascadingIfStatements: Remove extra variable declarations before switch, if possible. 9 years ago
mohe2015 98b99eddb8 Fix catch with object 9 years ago
Siegfried Pammer f7f583056a Fix order of switch blocks. 9 years ago
Daniel Grunwald 87b350e4eb Fix SwitchAnalysis not recursing into the default-block of IL switches. 9 years ago
Siegfried Pammer 800a635663 Fix bug in SimplifyCascadingIfStatements 9 years ago
Siegfried Pammer f2ee1c55f9 Add test case for switch without default + remove empty default sections in StatementBuilder. 9 years ago
Daniel Grunwald 953c6a0929 Keep code dominated by a single switch section within the switch. 9 years ago
Daniel Grunwald c7490ff2fe [switch] Sort switch sections 9 years ago
Daniel Grunwald 51c895d5a5 Fix inlining into switch instructions. 9 years ago
Daniel Grunwald de2c647114 Revert "Fix bug that could cause nodes reachable from the exit point to be moved into the loop/switch." 9 years ago
Daniel Grunwald cd993ad074 Property validate exit points determined using post-dominance. 9 years ago
Daniel Grunwald 9ef97703cd [switch] consider loop back-edges to be exit points when looking for the switch body 9 years ago
Siegfried Pammer 71c0e8e000 SwitchOnNullableTransform: add extra checks for temporary variables 9 years ago
Siegfried Pammer 51d13bfefe Add transform for Roslyn Switch-On-Nullable 9 years ago
Siegfried Pammer b3c7f53c86 Add nullable handling to StatementBuilder.CreateTypedCaseLabel 9 years ago
Siegfried Pammer fcbfada2e0 Add legacy switch-on-nullable transform 9 years ago
Siegfried Pammer 403a79099a Introduce BlockContainer.FindClosestSwitchContainer 9 years ago
Siegfried Pammer 596fca2b37 Fix unit tests 9 years ago
Siegfried Pammer 4c44f05af1 Fix bug in StatementBuilder: do not inline blocks into switch case that are outside of the switchContainer. 9 years ago