2522 Commits (7277de6c088d32e0373dd86921b40c84973dc1ff)
 

Author SHA1 Message Date
Siegfried Pammer 27a7d04b2f Add AssemblyDefinition paramater to IsGacAssembly 10 years ago
Siegfried Pammer b9dcb65fac implement simple IsGacAssembly for RoundtripAssembly.TestProjectDecompiler 10 years ago
Siegfried Pammer 629241bb15 Move RemoveDeadVariableInit after ExpressionTransforms 10 years ago
Siegfried Pammer 15d0a405db Properly inline single-use locals in case of ldloca 10 years ago
Siegfried Pammer 8d96a72b3c Add back RemoveDeadVariableInit 10 years ago
Siegfried Pammer 9064980a2f Simplify TransformAutomaticProperties-GetSymbol 10 years ago
Siegfried Pammer 3a6b068b6b Add test case for Newtonsoft.Json v9.0.1 (.NET 4.0) 10 years ago
Siegfried Pammer 134d4610d6 Convert simple IfInstructions to ConditionalExpression 10 years ago
Siegfried Pammer 6a5f49e52e Hide members in treeview that are removed by transforms 10 years ago
Siegfried Pammer e77215e8e7 Fix auto property detection in PatternStatementTransform 10 years ago
Daniel Grunwald a95cf38ab6 Eliminate GetStackType() for cecil type references; it was incorrect for arrays of enums. 10 years ago
Daniel Grunwald 0bde24aac0 Add explicit conversion tests. 10 years ago
Daniel Grunwald ae318eca02 Make implicit I4->I conversions explicit in ILAst. 10 years ago
Daniel Grunwald c3937c3fab Add ImplicitConversions test and fix some conversions. 10 years ago
Siegfried Pammer a0f52e1185 Add test and fix for conv.i/conv.u casts 10 years ago
Siegfried Pammer 1217c5b488 Add some more options to Tester.CompileCSharp and Tester.AssembleIL 10 years ago
Daniel Grunwald 9678c692ad Fix NullReferenceException in DetectPinRegions 10 years ago
Daniel Grunwald 7e50076671 Introduce array.to.pointer instruction. 10 years ago
Daniel Grunwald 275a147224 First attempt at pinned regions. 10 years ago
Daniel Grunwald 14c87caea4 Fix ref<->pointer conversions. 10 years ago
Daniel Grunwald bb1beedbd4 Reactivate PatternStatementTransform 10 years ago
Daniel Grunwald ec226b0006 Add ILAst folding and remove unused RemoveDeadVariableInit transform. 10 years ago
Daniel Grunwald dfcfc8304c Fix order of ILAst debug languages. 10 years ago
Daniel Grunwald d854af8db1 Fix ResolveResult in VisitBitNot; update NRefactory for '0 - Enum' fix. 10 years ago
Siegfried Pammer 856e56be66 Add unit test methods for IL-based tests 10 years ago
Siegfried Pammer c940b7b767 add missing casts to property- and event-uses 10 years ago
Siegfried Pammer ebff022faa Fix ResolveResults returned by VisitBitNot and LogicNot 10 years ago
Daniel Grunwald e953379916 Add NRefactory to RoundtripAssembly. 10 years ago
Daniel Grunwald 8b85feb8d5 Fix missing checked/unchecked annotations 10 years ago
Siegfried Pammer 84a2f02c34 bitwise not operator: take care of bool, char and enums as well 10 years ago
Siegfried Pammer acc6cb8f11 Fix bit not expressions on IntPtr/UIntPtr-typed expressions 10 years ago
Siegfried Pammer 6a62b24cce use ConvertTo with Conv-instructions 10 years ago
Siegfried Pammer 21aaa5efbe Remove unused parameter from RoundtripAssembly.RunWithOutput 10 years ago
Siegfried Pammer 573932aa40 Fix IntPtr <-> UIntPtr casts by introducing calls to ToPointer() 10 years ago
Daniel Grunwald 2730133f5f Combine switch sections that branch to same label. 10 years ago
Siegfried Pammer 7d12dd9e42 Add RoundtripAssembly.RunWithOutput for TestCase-1.exe 10 years ago
Daniel Grunwald ffe23f5bd6 Remove 'TransformingVisitor' -- it belonged to the ILAst variant with stack instructions and no longer had any effect. 10 years ago
Daniel Grunwald 2aa607bd15 Fix shifting StackType.I. 10 years ago
Daniel Grunwald 077a39519a ILReader: call Warn() on stack mismatch 10 years ago
Siegfried Pammer 6cefb0ae03 Adjust exit codes of remaining test cases (fixes build) 10 years ago
Siegfried Pammer 38b0dadf33 Fix missing casts on call targets 10 years ago
Daniel Grunwald a40f0754c1 Add InvalidInstruction to represent invalid IL opcodes in the ILAst instead of crashing. 10 years ago
Daniel Grunwald f82617c866 RoundtripAssembly: only ignore failed compilation, not failed decompilation 10 years ago
Siegfried Pammer 1ded4f5fba Fix RoundtripAssembly-Tests: use correct output path for compilation 10 years ago
Siegfried Pammer 781fff45b8 Fix failing unit tests 10 years ago
Siegfried Pammer f02377632c add back variable/parameter reference highlighting for C# 10 years ago
Daniel Grunwald d4d871631c Fix disambiguation of type names. 10 years ago
Daniel Grunwald 1f098e5e95 Explicit specify test assemblies, so that appveyor doesn't directly run the ILSpy-tests. 10 years ago
Daniel Grunwald 487fc4448c fix typo 10 years ago
Daniel Grunwald ca239d36fc Check out ILSpy-tests on appveyor. 10 years ago