.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.
 
 
 
 
Daniel Grunwald 428f1ce7ea
Merge pull request #1600 from icsharpcode/throwExpression
6 years ago
..
ControlFlow Be less aggressive when removing dead code -- some of it may still be interesting to users. 6 years ago
Instructions Implement NullCoalescingTransform with value types. 6 years ago
Patterns
Transforms Merge pull request #1600 from icsharpcode/throwExpression 6 years ago
BlockBuilder.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
ILAstWritingOptions.cs Add ShowChildIndexInBlock option to make debugging of larger blocks easier. 7 years ago
ILInstructionExtensions.cs Update tests to latest Roslyn implementation. 6 years ago
ILReader.cs Fix #1242: Discard unreachable code. 6 years ago
ILTypeExtensions.cs Fix #1386: MoveArrayToPointerToPinnedRegionInit: Only consider the pinned variable uses within the PinnedRegion 6 years ago
ILVariable.cs #1456: add test case; add additional checks to ensure we only transform normal locals into using/foreach-locals 6 years ago
InstructionFlags.cs Support overloaded operator &&/||. 7 years ago
InstructionOutputExtensions.cs Disassembler: Refactor InstructionOutputExtensions.WriteTo: Reduce code duplication; Add support for unmanaged calling conventions 6 years ago
Instructions.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
Instructions.tt Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
PointerArithmeticOffset.cs #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
PrimitiveType.cs
SemanticHelper.cs Handle Comp in InferType(). 7 years ago
SlotInfo.cs
StackType.cs