.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.
 
 
 
 
Siegfried Pammer bf990f8f41 add TransformArrayInitializers 11 years ago
..
BinaryComparisonInstruction.cs Include operands in ILAst output 12 years ago
BinaryNumericInstruction.cs fix copy-paste error in PeekOrDefault extension 11 years ago
Block.cs Remove Block.Phase1Boundary 11 years ago
BlockContainer.cs First version of variable inlining. 11 years ago
Branch.cs Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 11 years ago
CallInstruction.cs add TransformArrayInitializers 11 years ago
Conv.cs Instead of OverflowMode, use bool checkForOverflow + Sign 12 years ago
ILFunction.cs First version of variable inlining. 11 years ago
ILInstruction.cs First version of variable inlining. 11 years ago
IfInstruction.cs Remove Block.Phase1Boundary 11 years ago
InstructionCollection.cs Add ControlFlowSimplification pass 11 years ago
Leave.cs Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 11 years ago
LocalVarInstructions.cs Build exception handling blocks 12 years ago
MemoryInstructions.cs Create ILFunction top-level node 12 years ago
PatternMatching.cs First version of variable inlining. 11 years ago
Return.cs First version of variable inlining. 11 years ago
SimpleInstruction.cs First version of variable inlining. 11 years ago
SwitchInstruction.cs Remove Block.Phase1Boundary 11 years ago
TryInstruction.cs Remove Block.Phase1Boundary 11 years ago
UnaryInstruction.cs Add a bunch of instructions. 12 years ago