3143 Commits (7cacd005a6fd7de57fc2e4e5a2b1d2b3a8c2e26c)
 

Author SHA1 Message Date
Daniel Grunwald 51c895d5a5 Fix inlining into switch instructions. 8 years ago
Daniel Grunwald de2c647114 Revert "Fix bug that could cause nodes reachable from the exit point to be moved into the loop/switch." 8 years ago
Daniel Grunwald cd993ad074 Property validate exit points determined using post-dominance. 8 years ago
Daniel Grunwald 9ef97703cd [switch] consider loop back-edges to be exit points when looking for the switch body 8 years ago
Siegfried Pammer 71c0e8e000 SwitchOnNullableTransform: add extra checks for temporary variables 8 years ago
Siegfried Pammer 51d13bfefe Add transform for Roslyn Switch-On-Nullable 8 years ago
Siegfried Pammer b3c7f53c86 Add nullable handling to StatementBuilder.CreateTypedCaseLabel 8 years ago
Siegfried Pammer fcbfada2e0 Add legacy switch-on-nullable transform 8 years ago
Siegfried Pammer 403a79099a Introduce BlockContainer.FindClosestSwitchContainer 8 years ago
Siegfried Pammer 596fca2b37 Fix unit tests 8 years ago
Siegfried Pammer 4c44f05af1 Fix bug in StatementBuilder: do not inline blocks into switch case that are outside of the switchContainer. 8 years ago
Siegfried Pammer 67483d2af0 Merge branch 'master' of github.com:icsharpcode/ILSpy into switch 8 years ago
Siegfried Pammer 01c6f414f9 Implement goto default in StatementBuilder 8 years ago
Siegfried Pammer 7450a19a8e Add PR suffix in BuildTools/appveyor-install.ps1 8 years ago
Siegfried Pammer d61d026254 Add LINQRaytracer test case 8 years ago
Siegfried Pammer ab7caaa2e2 DelegateConstruction: Clean up variable declarations 8 years ago
Siegfried Pammer 43f3b006a3 DelegateConstruction: Fix bug in that prevented all display class references from being removed. 8 years ago
Siegfried Pammer 99f4d93d63 Fix crash in InstructionCollection.IndexOf 8 years ago
Siegfried Pammer ab1598c547 Fix bug in TransformRoslynPostIncDecOperatorOnAddress; 8 years ago
Siegfried Pammer cf8d4936e6 Fix regression in TransformPostIncDecOperatorOnAddress; 8 years ago
Daniel Grunwald f6ab796ba7 Add ldobj(ldloca) -> ldloc transform; and remove special case in ProxyCallReplacer. 8 years ago
Siegfried Pammer 23bf856132 Fix bug in TransformPostIncDecOperatorOnAddress 8 years ago
Daniel Grunwald 2f57b8c3c1 Fix ILAst ldfld/stfld pretty-printing. 8 years ago
Siegfried Pammer e01ee3bf96 CallBuilder: Add support for extension methods capturing the first argument 8 years ago
Siegfried Pammer 3a29a7e1b6 Fix Unit tests 8 years ago
Daniel Grunwald f3807855f9 Merge pull request #903 from mohe2015/fix-proxy-calls 8 years ago
Daniel Grunwald 164f9b82a8 Fix DeclareVariables.FindInsertionPoint not treating lambda bodies as capture scopes 8 years ago
Siegfried Pammer 911cdbca66 Add DelegateConstruction tests 8 years ago
Siegfried Pammer 4636c0b038 DelegateConstruction: only remove copies of parameter values that are part of the outer function. 8 years ago
Siegfried Pammer bf8a6b9ff2 CachedDelegateInitialization: Remove dead init-store in loops 8 years ago
Siegfried Pammer f488201762 Fix bug in for-loop detection: Could not detect for-loops when the condition used multiple variables. 8 years ago
Siegfried Pammer 3f886414b0 Do not add parentheses to AnonymousMethodExpression if there are no parameters. 8 years ago
Siegfried Pammer 46fdfd4b41 Fix bug in DelegateConstruction: ILVariables were added to the wrong ILFunction 8 years ago
Siegfried Pammer f3679e7df0 Fix #778: Errors about decompiling local variables and default for switch-cases 8 years ago
mohe2015 e2efd3014c Fix name 8 years ago
mohe2015 69dae9d5c2 Don't run test with [roslyn optimize]. 8 years ago
mohe2015 041c3603d2 Don't inline contructors. 8 years ago
mohe2015 33a7e2bf1d Add more tests. 8 years ago
mohe2015 d95d131071 Fix void and no-arguments methods 8 years ago
mohe2015 a36cbcc427 Simplify a little bit more 8 years ago
mohe2015 a323210346 Clean up the check a little bit. 8 years ago
mohe2015 2021152b7d Replace ILVisitor with foreach OfType 8 years ago
Siegfried Pammer 155b97b32e SwitchOnStringTransform: fix Roslyn transform 8 years ago
Siegfried Pammer 180f534178 Fix #778: Errors about decompiling local variables and default for switch-cases 8 years ago
Daniel Grunwald 105ff744b3 Fix bug that could cause nodes reachable from the exit point to be moved into the loop/switch. 8 years ago
Daniel Grunwald 102729cfde Put switch instructions into their own BlockContainer. 8 years ago
mohe2015 1821a0fb92 Add il files 8 years ago
mohe2015 d5a1d8df02 Fix test 8 years ago
mohe2015 69b6448128 Fix order of transforms 8 years ago
mohe2015 71349ba11e Implement pretty test. - Does not work with roslyn 8 years ago