5231 Commits (02c56d631d06599902fb14f8209047ae27fa6ce5)
 

Author SHA1 Message Date
Siegfried Pammer 4c5f3839a3 fix bug in CachedDelegateInitialization 10 years ago
Siegfried Pammer 7e52b6222b Add DelegateConstruction to transforms pipeline 10 years ago
Daniel Grunwald 85bab79e19 Respect context.Settings.AnonymousMethods in CachedDelegateInitialization. 10 years ago
Daniel Grunwald db24116b0b Use 'ref locals' where necessary. 10 years ago
Siegfried Pammer 4ac1c2d0b0 add CachedDelegateInitialization block transform 10 years ago
Siegfried Pammer 507f845596 Improvements DebugSteps UI 10 years ago
Siegfried Pammer 0366ba18e4 Add ViewState handling and key navigation for DebugSteps 10 years ago
Daniel Grunwald 760e02a511 Add step messages to all block transforms. 10 years ago
Siegfried Pammer 94d1d76ec3 More DebugStep UI options 10 years ago
Daniel Grunwald d50695c218 more step groups 10 years ago
Siegfried Pammer 5bbec7dfc9 Fix bugs in DebugSteps UI 10 years ago
Daniel Grunwald fe1b9dcef0 Add steps for transforms. 10 years ago
Daniel Grunwald 51a9786243 Change some transforms to block transforms. 10 years ago
Siegfried Pammer 19c819cd95 Remove BinaryComparisonInstruction.Create from T4 template 10 years ago
Siegfried Pammer 6366681385 Update VS version info to match 2017 RC 10 years ago
Siegfried Pammer b2ef367c77 Added UI for debug steps 10 years ago
Daniel Grunwald 7273fe58fd Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 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 dfe70d5366 Improve detection of short-circuiting operators. 10 years ago
Daniel Grunwald dd485b971d Eliminate goto in conditional return in try block. 10 years ago
Daniel Grunwald 20c450c07f .gitignore is not a test case 10 years ago
Daniel Grunwald bedff74b61 Run correctness tests with roslyn, and add some roslyn-based pretty-tests as well. 10 years ago
Daniel Grunwald 5150cdce25 Improve handling of short-circuiting operators. 10 years ago
Daniel Grunwald 15b776faa2 Initial attempt at short-circuiting if conditions 10 years ago
Daniel Grunwald 0fade5cb0f Add single-stepping support to some ILAst transforms. 10 years ago
Daniel Grunwald 267c69cc80 Get rid of custom Mono.Cecil version on newdecompiler branch; use official cecil instead. 10 years ago
Daniel Grunwald c0e0767963 Remove our own cecil copy 10 years ago
Daniel Grunwald 4a13491ff9 Improve switch simplifcation: combine case section with default block where possible 10 years ago
Daniel Grunwald 11bb3060a7 Try a bit harder to find an exitInst for switch-case. 10 years ago
Daniel Grunwald a6fc52a63f ConditionDetection: move blocks into switch sections 10 years ago
Daniel Grunwald 36d61db3a7 Add support for sparse integer switches. 10 years ago
Ondrej Petrzilka b66d9f436e Fitness for compiler generated types is now zero (show them last) 10 years ago
Ondrej Petrzilka 1cdcd95cb7 Fixed missing fitness calculation when searching for types and members 10 years ago
Ondrej Petrzilka 4c0a92727f Used tabs instead of spaces 10 years ago
Ondrej Petrzilka 8605454cba Used tabs instead of spaces 10 years ago
Ondrej Petrzilka ecb0908805 Options, Sort results, better description 10 years ago
Ondrej Petrzilka d6db2c07e8 Changed way how fitness is calculated, now it's based purely on name length (ignoring generic arguments) 10 years ago
OndrejPetrzilka ad0f610049 Merge pull request #2 from OndrejPetrzilka/master 10 years ago
Ondrej Petrzilka 5261d73b9a fixed issue with missing results 10 years ago
OndrejPetrzilka d935d03cbd Merge pull request #1 from icsharpcode/master 10 years ago
Siegfried Pammer d1026c4646 Fix/Add more pretty tests for compound assignment 10 years ago
Alex Povar 239907d63b Ensure that pane height is always normalized before other pane is displayed 10 years ago
Alex Povar 66a7583c4c Fix top pane size is not saved on tool close 10 years ago
Daniel Grunwald bdfc3903e1 Merge pull request #743 from Zvirja/improve-constructor-initializer-rendering 10 years ago
Alex Povar 8b79ca3d2b Add reference to _this_ and _base_ keywords in ctor initializer 10 years ago
Siegfried Pammer d5366140d8 Fix HandleCompoundAssignment 10 years ago
Siegfried Pammer ce02331366 Fix bugs in DelegateConstruction 10 years ago
Daniel Grunwald f55a93011d Fix decompilation of PointerReferenceExpression 10 years ago
Daniel Grunwald 9dec6c80a7 LoopDetection: use post-dominance to find better loop exit points 10 years ago
Daniel Grunwald 0e118f0977 LoopDetection: in loops without any exit points, exclude the largest possible code block from the loop 10 years ago