521 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)

Author SHA1 Message Date
Daniel Grunwald f1021d18af Make comparisons in the ILAst more similar to C# comparisons. 9 years ago
Daniel Grunwald 8b6b6c10d0 Fix VisitNewArr with IntPtr arguments. 9 years ago
Daniel Grunwald 5bcd6142de Fix undocumented expressions 9 years ago
Siegfried Pammer 5d4d89ee36 Add type arguments to method reference in DelegateConstruction 9 years ago
Siegfried Pammer 925180d55f fixed bug in VisitStLoc: do not copy null literal pseudo type 9 years ago
Siegfried Pammer 8f0ecec043 Specify more concrete types for single-use stack variables. 9 years ago
Siegfried Pammer 3b5cb4e5c7 output LongLength or Length for ldlen depending on expected result type 9 years ago
Siegfried Pammer 726a1e085c fix naming of explicit interface implementations 9 years ago
Daniel Grunwald f5e66ff623 Extract reusable DataFlowVisitor from ReachingDefinitions; and add ILVariable.HasInitialValue. 9 years ago
Siegfried Pammer 9aea030746 merge NRTypeExtensions and DecompilerTypeSystemUtils into TypeUtils 9 years ago
Siegfried Pammer 849f899926 transform stobj(ldloca(v), value) to stloc(v, value) 9 years ago
Siegfried Pammer 94dc9f5456 Fix HandleDelegateConstruction: using wrong target type for ConversionResolveResult 9 years ago
Siegfried Pammer af4fa90a8f Fix bug in code generated for add/remove event accessor invocation 9 years ago
Siegfried Pammer 0969abd8c9 properly handle char[] access and bool ref/out access 9 years ago
Siegfried Pammer 0c27b16f5c HACK: add casting hack for explicit interface implementation calls 9 years ago
Siegfried Pammer 9129c65f79 always convert ldlen to UIntPtr instead of IntPtr, because it is unsigned as per spec 9 years ago
Daniel Grunwald eb48a3764e Fix various issues that caused conversions to decompile to code with different semantics: 9 years ago
Daniel Grunwald d3de90389e Fix comparisons between signed and unsigned integers. 9 years ago
Siegfried Pammer 1b1e2e3e99 fix enum-bug in IsCompatibleTypeForMemoryAccess 9 years ago
Daniel Grunwald f5643d01d9 Fix object.LongLength access. 9 years ago
Siegfried Pammer 55b89bdd77 force int/long cast on array access 9 years ago
Daniel Grunwald 593076eb61 Fix decompilation of shift operator on unsigned integers. 9 years ago
Daniel Grunwald 1a77b931a7 Fix decompiling comparison operators: 9 years ago
Siegfried Pammer aa837bcd61 unpack all DirectionExpressions used as call targets 9 years ago
Siegfried Pammer 62fe21fb9f add transformation of decimal literals and decimal constants 10 years ago
Siegfried Pammer 55fb6e12e2 fix decompilation of simple base/this ctor initializers 10 years ago
Siegfried Pammer 8a205cd7e2 fix bugs in InitializerTests 10 years ago
Siegfried Pammer 5e2e1225e4 fix decompilation of newarr - move array specifiers to the right place 10 years ago
Siegfried Pammer f02774433a fix support for multidim. initializers 10 years ago
Siegfried Pammer bad369c6cd simplify type conversion in TranslateArrayInitializer 10 years ago
Siegfried Pammer d3a36e528e add TranslateArrayInitializer in ExpressionBuilder 10 years ago
Siegfried Pammer 0515750574 add support for mkreftype, refanytype, refanyvalue, arglist 10 years ago
Siegfried Pammer bf990f8f41 add TransformArrayInitializers 10 years ago
Siegfried Pammer 65fddc6ce6 implement BitNot and Unbox instruction 10 years ago
Daniel Grunwald cf979911b7 Fix member access on value types 10 years ago
Siegfried Pammer 51a26c416b fix output of generic methods and typeof 10 years ago
Siegfried Pammer fa548a9dfb add support for sizeof and stackalloc 10 years ago
Siegfried Pammer a3f554489c add support for LdsFlda 10 years ago
Siegfried Pammer c6ed13d5fb add support for DefaultValue 10 years ago
Siegfried Pammer 4e42a0a77a translate castclass instruction 10 years ago
Siegfried Pammer 6ce6313ca7 add support for LdFlda translation 10 years ago
Siegfried Pammer c8f8d9ef4e improve conversion of Ceq-ILAst instruction 10 years ago
Siegfried Pammer 74d92b6157 fix InvalidCastException in HandleDelegateConstruction 10 years ago
Siegfried Pammer abc3565b05 fix bugs in pointer decompilation 10 years ago
Siegfried Pammer 214ddaa17d fix build; add correct resolve result for delegate construction 10 years ago
Siegfried Pammer 6f60dbe04e implemented SwitchInstruction, StElem, NewArr instructions 10 years ago
Daniel Grunwald ec12508088 Improve IsCompatibleTypeForMemoryAccess 10 years ago
Daniel Grunwald 8b2176d81a Add 'ldelem' support 10 years ago
Daniel Grunwald 3db0e01eee Handle 'leave' instruction in StatementBuilder 10 years ago
Siegfried Pammer ef2a2c41d7 fix TypeOfExpression translation 10 years ago