21 Commits (25f35033ac24c1a6d66b1bc9ac2bc09c35eed952)

Author SHA1 Message Date
Siegfried Pammer 1e79bf3588 do not use DominanceFrontiers to detect condition bodies; closes #300 13 years ago
Daniel Grunwald 920f445da0 Normalize newlines. 13 years ago
Jb Evain 776381343b Fix detection of mcs generated anonymous type 14 years ago
Jb Evain 3d804a162b Refactor detection of generated member name 14 years ago
Jb Evain 6034e0841d Add TypeDefinition.GetEnumUnderlyingType extension 14 years ago
Daniel Grunwald 0c9faf13f5 Fix GetPopDelta() for calli instructions that call instance methods. 14 years ago
David Srbecký aeeda32d10 Return instruction pops zero or one item instead of all. 14 years ago
Artur Zgodziński 680a3730d1 Fixed NullReferenceException errors caused by unresolved references. 14 years ago
Daniel Grunwald be7ae61b8f Add support for anonymous types. 14 years ago
Daniel Grunwald 55dec5389c Fix crash when decompiling calli instruction. Closes #113. 14 years ago
Artur Zgodziski 8462984233 Improved names of indexers in the tree view. 14 years ago
Daniel Grunwald f95c53384c Fix transformation of closure variables for anonymous methods within generic methods. 14 years ago
Daniel Grunwald ddd7b9d526 Fix NullReferenceException when decompiling an automatic property within a generic class. 14 years ago
Daniel Grunwald 70b95847fe Eliminate cached delegate initialization. 14 years ago
Daniel Grunwald 78a2f904c2 In debug builds, make intermediate transform steps available as "language". 15 years ago
Daniel Grunwald 044714fe29 Use a simpler loop detection for the disassembler. 15 years ago
Daniel Grunwald 0259fa8037 Remove unused imports 15 years ago
Daniel Grunwald d569ba5395 Moving the disassembler into the ICSharpCode.Decompiler library. 15 years ago
Daniel Grunwald 591c4c5bb8 Add control flow analysis. 15 years ago
Daniel Grunwald f2a70aac5a Added very simple disassembler. 15 years ago