502 Commits (343694c5499d2dd68896563bbbfc72604231deef)

Author SHA1 Message Date
Daniel Grunwald 68ab914293 Build exception handling blocks 11 years ago
Daniel Grunwald 63b32fef35 Create ILFunction top-level node 11 years ago
Daniel Grunwald 2f1e229046 Add parent pointers to ILAst 11 years ago
Daniel Grunwald 91f875169c Add a bunch of instructions. 11 years ago
Daniel Grunwald b648744380 Change representation of conditional branch. 11 years ago
Daniel Grunwald 42bfff077d Finish the move to the new generated ILAst classes 11 years ago
Daniel Grunwald 49ce1bcea3 Worked on ILAst instruction representation 11 years ago
Daniel Grunwald 75b0e23ae2 Use code generation to create the ILAst classes. 11 years ago
Daniel Grunwald 7e8cc06c76 Don't declare variables in primary ctors 11 years ago
Daniel Grunwald f0b58d9701 Add some basic expressions to ExpressionBuilder. 11 years ago
Daniel Grunwald 8235a93e4f Basic infrastructure for C# decompiler 11 years ago
Daniel Grunwald 557f790127 Build inline blocks when there are IL statements (opcodes not pushing anything) in a block while the stack is non-empty. 11 years ago
Daniel Grunwald 817b0baded expr inlining 11 years ago
Daniel Grunwald 167e140c75 'Typed IL' view shows stack 11 years ago
Daniel Grunwald e4eb208a2e More instructions. 11 years ago
Daniel Grunwald c2ac889ebe Allow viewing 'typed IL'. 11 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Daniel Grunwald 2edcaa2c44 Initial implementation of async/await decompiler. 13 years ago
Daniel Grunwald 49c92cfba8 Adjust ILSpy to new NRefactory version. 14 years ago
Daniel Grunwald 09b0db5cd4 Add strong name to all ILSpy assemblies. 14 years ago
Daniel Grunwald 7e35c705b6 Initial implementation of Expression Tree Decompilation (#175) 14 years ago
Artur Zgodziński f8ee8ae828 simplified switch sections by removing redundant blocks. 14 years ago
Daniel Grunwald 81bb822fdb Adjust ILSpy to NRefactory changes. 14 years ago
Pent Ploompuu 92c892577d Use consistent terminology for lifted operators 14 years ago
Pent Ploompuu 0e20029579 Fix ICSharpCode.Decompiler.csproj line endings (CRLF is used upstream now)... 14 years ago
Pent Ploompuu 1430500eba PDB files for release mode. File alignments and base addresses improved. 14 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 14 years ago
Pent Ploompuu 0b195a98cd Fix ICSharpCode.Decompiler.csproj line endings 14 years ago
Siegfried Pammer 975be57b62 implement DecimalConstantTransform closes #184 14 years ago
Pent Ploompuu 1628f2870c Simplify operators on nullable values: primitive comparisons 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
Artur Zgodziński 680a3730d1 Fixed NullReferenceException errors caused by unresolved references. 14 years ago
Eusebiu Marcu 617236b31d Remove the dictionary storage; Code mappings are found in CodeMappings property in AstBuilder or ReflectionDisassembler. 14 years ago
Daniel Grunwald 6f4fdd00f7 Get rid of transparent identifiers in query expressions. 14 years ago
Daniel Grunwald 83489b2cc8 Add support for decompiling query expressions. 14 years ago
Artur Zgodziski e8d81ed17c Fixed "Overrided By" method analyzer. Added similar analyzer for properties. 14 years ago
Daniel Grunwald 942131b06d Add support for checked/unchecked statements. 14 years ago
Daniel Grunwald c7bbdcd0cb Improved variable placement. 14 years ago
Daniel Grunwald 3211ccbf6a Introduce using declarations in decompiled code. 14 years ago
David Srbecký 015d70ff52 Simplification of && || ?? ?: put into separate file. Just recalculate the analysis rather then trying to keep it up to date. 14 years ago
Daniel Grunwald 7b2c444181 Add support for unsafe code. Closes #48. 14 years ago
David Srbecký cce7300d66 Removed the declarative pattern matching algorithm from ILAst 14 years ago
Daniel Grunwald 68b07e2828 Remove GraphViz from ICSharpCode.Decompiler. 14 years ago
David Srbecký 20e885539b Moved loops and condition optimizations to its own file 14 years ago
Daniel Grunwald b6d832d212 Add support for collection initializers. 14 years ago
Daniel Grunwald 6feadf3840 Started analysis of yield return statements. 14 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 14 years ago
Daniel Grunwald ee105aeb3c Refactor ArrayInitializers into a general peephole-transformation step. 14 years ago
David Srbecký 1bc30662b0 Rewritten goto removal. 14 years ago