.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 55d7852638 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
..
DefaultDictionary.cs Started analysis of yield return statements. 16 years ago
GotoRemoval.cs Helpers ILCode.IsConditionalControlFlow() and ILCode.IsUnconditionalControlFlow() 16 years ago
ILAstBuilder.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
ILAstOptimizer.cs Simplify conv.i8(ldc.i4(x)) to ldc.i8(x). 16 years ago
ILAstTypes.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
ILCodes.cs Helpers ILCode.IsConditionalControlFlow() and ILCode.IsUnconditionalControlFlow() 16 years ago
ILInlining.cs Moved some of the optimizations into the while(modified) loop 16 years ago
InitializerPeepholeTransforms.cs Fixed initilizers and fixed statements which I broke during the refactoring. 16 years ago
LoopsAndConditions.cs ILBasicBlock refactored to consist only of the body. Removed ILComment. Closes #86 16 years ago
PatternMatching.cs ILBasicBlock refactored to consist only of the body. Removed ILComment. Closes #86 16 years ago
PeepholeTransform.cs Simplify conv.i8(ldc.i4(x)) to ldc.i8(x). 16 years ago
SimpleControlFlow.cs ILBasicBlock refactored to consist only of the body. Removed ILComment. Closes #86 16 years ago
TypeAnalysis.cs Mark casts as checked/unchecked. 16 years ago
YieldReturnDecompiler.cs Use the same representation for parameters and variables. 16 years ago