878 Commits (90ce77f40039f6dff4dbd9e342ce3a203a481e09)

Author SHA1 Message Date
Daniel Grunwald 40a4f08a8d Add support for compound assignment of short integers. 9 years ago
Daniel Grunwald 248a9ad76f Fix #954: don't use invalid compound assignments on enums 9 years ago
Daniel Grunwald b0bf6326ad Allow inline assignments to short integers when we can tell that there's no truncation. 9 years ago
Daniel Grunwald c7e60a9b3c Avoid using inline assignments if they truncate the input value. 9 years ago
Daniel Grunwald 385005b2e5 More strictly test the inline assignment pattern. 9 years ago
Siegfried Pammer 4afb7230f1 GenerateForeachVariableName: Use root ILFunction and descendants as context for variable naming in GenerateForeachVariableName; Fixes #957: Invalid foreach naming 9 years ago
Daniel Grunwald f4682fd75a AssignVariableNames.GetNameFromInstruction: also handle LdFlda directly 9 years ago
Siegfried Pammer aa87169331 Clean up RemoveDeadVariableInit 9 years ago
Siegfried Pammer 9e2f98cb8d Improve RemoveDeadVariableInit and CopyPropagation 9 years ago
Daniel Grunwald 255fab7bd6 Fix short-circuiting operators when the rhs is a comparison with 0. 9 years ago
Siegfried Pammer 425d1ae697 Fix ArgumentOutOfRangeException in CopyPropagation while decompiling System.Security.Cryptography.CryptoStream.ReadAsyncInternal from mscorlib.v4 9 years ago
Siegfried Pammer 9630acd8b7 SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler. 9 years ago
Siegfried Pammer 7e9f60533b Use proposedNameForStoresFromNewObj only in case of stack slots. 9 years ago
Siegfried Pammer 461e59bd3f Clean up and documentation 9 years ago
Siegfried Pammer 08dcead162 Fix false positive in struct initializers with default.value init 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 11a9d901e2 Fix foreach variable naming in case of parameter in-expression. Add more tests. 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 4ca4d97011 Improve SequencePointBuilder 9 years ago
Siegfried Pammer 2169d44c81 Implement sequence points for using statement. 9 years ago
Siegfried Pammer 5e50294c82 Fix ILRange of ILFunction in DelegateConstruction 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
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 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
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 800a635663 Fix bug in SimplifyCascadingIfStatements 9 years ago
Daniel Grunwald 51c895d5a5 Fix inlining into switch instructions. 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 fcbfada2e0 Add legacy switch-on-nullable transform 9 years ago
Siegfried Pammer ab7caaa2e2 DelegateConstruction: Clean up variable declarations 9 years ago
Siegfried Pammer 43f3b006a3 DelegateConstruction: Fix bug in that prevented all display class references from being removed. 9 years ago
Siegfried Pammer ab1598c547 Fix bug in TransformRoslynPostIncDecOperatorOnAddress; 9 years ago
Siegfried Pammer cf8d4936e6 Fix regression in TransformPostIncDecOperatorOnAddress; 9 years ago
Daniel Grunwald f6ab796ba7 Add ldobj(ldloca) -> ldloc transform; and remove special case in ProxyCallReplacer. 9 years ago
Siegfried Pammer 23bf856132 Fix bug in TransformPostIncDecOperatorOnAddress 9 years ago