.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Eusebiu Marcu 0e1152bdca Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
..
DefaultDictionary.cs Started analysis of yield return statements. 15 years ago
GotoRemoval.cs Do not put brtrue into its own basic block - store it together with the previous instructions. 15 years ago
ILAstBuilder.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
ILAstOptimizer.cs Do not put brtrue into its own basic block - store it together with the previous instructions. 15 years ago
ILAstTypes.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
ILCodes.cs Improve handling of pinned variables. 15 years ago
ILInlining.cs Refactored some peephole transforms; Moved some of the transforms before loop and condition detection 15 years ago
InitializerPeepholeTransforms.cs Refactored some peephole transforms; Moved some of the transforms before loop and condition detection 15 years ago
LoopsAndConditions.cs Do not put brtrue into its own basic block - store it together with the previous instructions. 15 years ago
PatternMatching.cs Do not put brtrue into its own basic block - store it together with the previous instructions. 15 years ago
PeepholeTransform.cs Refactored some peephole transforms; Moved some of the transforms before loop and condition detection 15 years ago
TypeAnalysis.cs Refactored some peephole transforms; Moved some of the transforms before loop and condition detection 15 years ago
YieldReturnDecompiler.cs Use the same representation for parameters and variables. 15 years ago