821 Commits (b4aec9a80e4cd9c076095e216dc4ef4df00dd977)

Author SHA1 Message Date
Siegfried Pammer fb21870cff Fix #437: Decompilation of query expression loses material parentheses 9 years ago
Siegfried Pammer 38482888a1 Fix Using pretty tests and remove semicolon on single-line if. 9 years ago
Siegfried Pammer 0fa58c3d53 Fix #567: switch statement not properly decompile 9 years ago
Daniel Grunwald 42a4a4de10 Add IL files for LiftedOperators test. 9 years ago
Daniel Grunwald a4d4c1253e Fix two minor bugs in NullableLiftingTransform, and enable the LiftedOperators tests that are not affected by redundant casts. 9 years ago
Siegfried Pammer 945ebc7702 Add test cases for switch on int? 9 years ago
Siegfried Pammer 930d142a62 Fix bug in SwitchOnStringTransform introduced by 9719926b6bc1e43c9d43d811e5c27d9e797209b8: Ignore exit instruction if condition is not inverted. Otherwise we need a special case for br and leave. 9 years ago
Siegfried Pammer 9719926b6b Fix some more bugs in SwitchOnStringTransform 9 years ago
Daniel Grunwald 39bb6856b7 Fix various bugs with compound assignments. 9 years ago
Daniel Grunwald af8993f641 Leave off '.Invoke' when calling delegates. 9 years ago
Siegfried Pammer 7d53070f9b Add more correctness tests and fix bug in UnwrapNestedContainerIfPossible. 9 years ago
Siegfried Pammer 6f5737cbfa Add pretty test for captured variable in foreach loop. 9 years ago
Siegfried Pammer cbe05e7fa0 Add/move some foreach test cases. 9 years ago
Siegfried Pammer 2145543ada Add Switch pretty tests 9 years ago
Siegfried Pammer 2857a8dcf9 ad #885 and #886: add more tests 9 years ago
Siegfried Pammer e0df621e44 Implement translation of cascading if-statements with string comparisons to switch(string). 9 years ago
Siegfried Pammer 41aa4573d9 Fix #498: switches implemented by the compiler as Dictionary lookup are not correctly decompiled 9 years ago
Siegfried Pammer b5e46c3545 Fix #882: Invalid assignment code after decompiling 9 years ago
Siegfried Pammer 6c414cedd3 Fix #883: Incorrect decompilation of explicitly implemented events 9 years ago
Siegfried Pammer ddd5f43b41 [switch] Add basic SwitchOnStringTransform for Roslyn switch on strings. 9 years ago
Daniel Grunwald 7017c6f6e6 Replace LoopingBlockTransform with StatementTransform. 9 years ago
Siegfried Pammer 692a1e8e35 Fix #878: InvalidCastException in StatementBuilder.TransformToForeach 9 years ago
Siegfried Pammer c09c4ee404 Fix annotations on identifiers and use correct check for fallback case. 9 years ago
Siegfried Pammer 9bdfdd09ff Add special case for non-generic foreach and add more tests. 9 years ago
Siegfried Pammer 2c40b45717 Add support for using on nullables. 9 years ago
Daniel Grunwald 6988260ea3 Add ILInlining.IsUsedAsThisPointerInCall(). 9 years ago
Daniel Grunwald 666ff3b5f3 [using] Add more test cases. 9 years ago
Siegfried Pammer f53005cf5a Move using test from ControlFlow to Using 9 years ago
Siegfried Pammer 1613a73755 Split Patterns.cs in Using.cs and Loops.cs 9 years ago
Siegfried Pammer c56f5e8491 Move some test-cases to Patterns.cs 9 years ago
Siegfried Pammer e2dab8699f Fix generic using patterns. 9 years ago
Siegfried Pammer d15d1b86a6 Add transform for new T(). 9 years ago
Siegfried Pammer a1a525d5cb Add Generics pretty tests 9 years ago
Daniel Grunwald fafc680458 Improve ValueTypeCall.Using() test case 9 years ago
Daniel Grunwald c360292a06 Add some failing tests for the using statement. 9 years ago
Siegfried Pammer 7901d654ad Add missing files for Loops Unit Test. 9 years ago
Daniel Grunwald 46e36f7e9a Fix #868: incorrect inlining of readonly fields. 9 years ago
Siegfried Pammer 718fae11de Activate Loops unit test. (Some test cases are still ignored.) 9 years ago
Siegfried Pammer 77a257079b Move some foreach tests to Patterns.cs 9 years ago
Siegfried Pammer ae2e38ece4 Add NoUsing test case. 9 years ago
Siegfried Pammer 31469c8ef1 Implement UsingTransform in ILAst. 9 years ago
Siegfried Pammer d45e3bfb3c Fix assertion fail in DeclareVariables: Make sure that we do not try to declare variables in non-assignment contexts. 9 years ago
Siegfried Pammer 6da8058587 Add Patterns correctness tests; add missing file headers 9 years ago
Daniel Grunwald 0008deb021 Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 9 years ago
Daniel Grunwald 53a050552b Add support for syntax sugar when writing out the ILAst. 9 years ago
Daniel Grunwald 919219524b Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 9 years ago
Daniel Grunwald 8701640ca7 [nullables] Add support for equality comparisons. 9 years ago
Daniel Grunwald 21ef967d4d [nullables] Lifting for non-equality comparisons. 9 years ago
Siegfried Pammer 32511222cb Add overload resolution for ctor calls. 9 years ago
Daniel Grunwald 7e38d9c5aa Fix #858: parse local type arguments in reflection names. 9 years ago