534 Commits (4d5d4b3d6b9afeb45198708efe84bee85b1b6021)

Author SHA1 Message Date
Siegfried Pammer d2f2a13982 Add RemoveDeadCode option 9 years ago
Siegfried Pammer 8135157e95 Fix #951: Incorrect decompilation of anonymous delegate 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 f8b27066a1 Remove ILInstructionExtensions.cs 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 e48dfb7cb2 Add ILStackWasEmpty flag to default.value 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
Daniel Grunwald 0c6d6742fe Add support for fixed-size buffers. 9 years ago
Siegfried Pammer 0b6987f195 Fix pretty unit tests. 9 years ago
Siegfried Pammer 381bd42599 Fix bug mentioned in #909 9 years ago
Daniel Grunwald 8c5de98a39 Move UnsafeCode tests to pretty-tests (except for those that are not yet successful). 9 years ago
Daniel Grunwald dc995b15c6 Add support for 'ptr - ptr'. 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
Daniel Grunwald 462d0da7b6 Add feature to the MethodBodyDisassembler that shows sequence points from PDB in disassembled IL. 9 years ago
Daniel Grunwald d2b6651507 ILAst: show unused IL ranges 9 years ago
Siegfried Pammer 5e50294c82 Fix ILRange of ILFunction in DelegateConstruction 9 years ago
Daniel Grunwald b7d4636f80 Implement ILInstruction.AddILRange() 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
Siegfried Pammer 81e6f0c9bb Improve ILRange output in ILAst 9 years ago
Siegfried Pammer 5fec6bd7f7 Implement Interval.WriteTo extension method on ILAst 9 years ago
Siegfried Pammer 312277119c Move ILAstWritingOptions to separate file 9 years ago
Daniel Grunwald 9d7fb0627d Add hidden sequence points for unmapped code. 9 years ago
Siegfried Pammer d871960bec Add WriteInstruction to MethodBodyDisassembler 9 years ago
Daniel Grunwald 4347fab625 Add SequencePointBuilder. 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
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 12e39cf63c Fix switch exit points. 9 years ago
Siegfried Pammer 9e5d4c10f7 Fix array.Length == 0 in Roslyn. 9 years ago