16 Commits (4df6c5341992f1b4a365eb49ba1846ccb6eb3d54)

Author SHA1 Message Date
Daniel Grunwald f0a0ba8ac0 Fix some issues with missing casts for overload resolution and for boxing in attributes. 10 years ago
Daniel Grunwald d0f9b56738 #250: add test case that we box as the correct type 10 years ago
Daniel Grunwald 64bd447db4 Fix #217: cast both sides of reference comparison to object if necessary 10 years ago
Daniel Grunwald d39045981a Add test case for #180. 10 years ago
Daniel Grunwald ed3d4aba9d Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 10 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
Siegfried Pammer d8a2d41e83 Added support for ConditionalAttribute 10 years ago
Christoph Wille 1ce8349dd9 Adjust namespaces 10 years ago
Siegfried Pammer 557c5a5051 fix unit test; remove FastSerializer 10 years ago
Daniel Grunwald b558f0c0bd Avoid user-defined operators when reference comparison is desired. 10 years ago
Daniel Grunwald 8d2116dea7 Fix casts to type parameters. 10 years ago
Daniel Grunwald 4eb5e82613 Add a test case that demonstrates that if/switch detection and loop detection interact. 10 years ago
Daniel Grunwald 4a13491ff9 Improve switch simplifcation: combine case section with default block where possible 10 years ago
Daniel Grunwald f55a93011d Fix decompilation of PointerReferenceExpression 10 years ago
Daniel Grunwald 385048f32c Fix stackalloc[] decompilation. 10 years ago
Siegfried Pammer 6c57304684 Reorganize TestRunner-Tests 10 years ago