1846 Commits (9e2f98cb8d75253fe9dd480fa88359618a89b2fc)

Author SHA1 Message Date
Siegfried Pammer 9e2f98cb8d Improve RemoveDeadVariableInit and CopyPropagation 9 years ago
Siegfried Pammer 14448071a3 Fix #939: Enum values in bitwise operations are not properly decompiled 9 years ago
Siegfried Pammer a3baaa6797 Remove src from nupkg as we now embed the source code in the pdb. 9 years ago
Siegfried Pammer efb2d3d2b9 Fix IncludeSymbolsInPackage 9 years ago
Siegfried Pammer 8c5b1faec7 Change DebugType to portable. 9 years ago
Siegfried Pammer 472c4fb936 Add EmbedSources flag to allow source stepping in nupkg. 9 years ago
Siegfried Pammer 42e41c3f16 Automate versioning of nupkg. Remarks: Edit ICSharpCode.Decompiler.nuspec.template 9 years ago
Siegfried Pammer 4626ba3fc8 Do not treat missing deps.json file as error. - Fixes #908: Assembly loader issue (very minor) 9 years ago
Siegfried Pammer 3bf182860d Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 9 years ago
Christoph Wille 22eb1a10ed Update nuspec dependencies 9 years ago
Siegfried Pammer 79dec0145a Fix #928: Null literal white space formatting issue 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 d645166f3e * Fix #920: [Bug]Click one reference will navigate to another. 9 years ago
Siegfried Pammer 9630acd8b7 SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler. 9 years ago
Siegfried Pammer d783fc68ef Fix #918: Conversion of bool literals to bool? not pretty 9 years ago
Siegfried Pammer 818a90af95 #918: CallBuilder: Add fix-up logic for lambda expressions with anonymous parameter types to ensure the correct overload is called after removing the 'implicit' call to 'new Nullable<T>(T value)'. 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 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 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
Daniel Grunwald 9e3fbe68f3 #907: Avoid unnecessary casts in delegate comparisons. 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 e34480527d Fix line tracking when printing single-line comments. 9 years ago
Siegfried Pammer 4511043815 SequencePointBuilder: add support for fixed-statement 9 years ago
Siegfried Pammer a0ed791567 SequencePointBuilder: add support for if-statement, while-statement and do-while-statement 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 79d3ff10a3 Add setting ShowDebugInfo 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 f890900d4d Fix AddToSequencePoint for ILFunction 9 years ago
Siegfried Pammer 5e50294c82 Fix ILRange of ILFunction in DelegateConstruction 9 years ago
Daniel Grunwald b7d4636f80 Implement ILInstruction.AddILRange() 9 years ago
Siegfried Pammer 84592fcc6f Prevent SequencePointBuilder from combining sequence points of lambda expressions. 9 years ago
Daniel Grunwald f21d48317c ILAst: show if block container is a loop container. 9 years ago
Siegfried Pammer c2a7c806f0 Add missing annotations after TranslateFunction 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 3aca47d1f5 Allow decompiling whole assembly in IL + C# mode. 9 years ago
Daniel Grunwald 9d7fb0627d Add hidden sequence points for unmapped code. 9 years ago
Daniel Grunwald bc430a9358 Support SwitchStatement in SequencePointBuilder. 9 years ago