.. |
Await.cs
|
[async] Add copy propagation so that state machine field accesses can be reliably detected.
|
8 years ago |
BinaryNumericInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
Block.cs
|
Eliminate BlockKind.PostfixOperator.
|
6 years ago |
BlockContainer.cs
|
Fix #1242: Discard unreachable code.
|
6 years ago |
Branch.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
CallIndirect.cs
|
Fix #1373, fix #1541: add support for instance calls to CallIndirect.
|
6 years ago |
CallInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
Comp.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
CompoundAssignmentInstruction.cs
|
Redesign CompoundAssignmentInstruction to support an 'Address' mode where we don't implicitly turn an LdObj into an StObj, but instead directly operate on an address.
|
6 years ago |
Conv.cs
|
Fix #1453: Incorrect assert in IL Conv for R4 -> R8
|
6 years ago |
DefaultValue.cs
|
Add ILStackWasEmpty flag to default.value
|
8 years ago |
DynamicInstructions.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
ExpressionTreeCast.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
ILFunction.cs
|
Fix assertion with async lambdas; fix async local functions.
|
6 years ago |
ILInstruction.cs
|
Implement NullCoalescingTransform with value types.
|
6 years ago |
ILVariableCollection.cs
|
Emit debug info for display class locals, so that the debugger can show the values of captured variables.
|
6 years ago |
IfInstruction.cs
|
Fix a bunch of XmlDoc compiler warnings.
|
6 years ago |
InstructionCollection.cs
|
Add MoveElementToIndex and MoveElementToEnd methods to InstructionCollection
|
8 years ago |
LdFlda.cs
|
#1349: Fix type substitution for members of unknown generic types (due to unresolved references)
|
6 years ago |
LdLen.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
Leave.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
LockInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
LogicInstructions.cs
|
Support overloaded operator &&/||.
|
7 years ago |
MemoryInstructions.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
NullCoalescingInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
NullableInstructions.cs
|
Fix #1552: user-defined and decimal increments
|
6 years ago |
PatternMatching.cs
|
Fix #1168: Extend MatchCompEquals and MatchCompNotEquals to work with multiple nested logic.not instructions
|
7 years ago |
SimpleInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
StLoc.cs
|
Don't use named arguments when IL stack is empty after the stloc.
|
7 years ago |
StringToInt.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
SwitchInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
TryInstruction.cs
|
Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression
|
6 years ago |
UnaryInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |
UsingInstruction.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
6 years ago |