57 Commits (62fe21fb9f67736e462da4189840299fa77702d2)

Author SHA1 Message Date
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
Siegfried Pammer c4ba350015 implement decompilation of typeof() (LdTypeToken and LdMemberToken) 10 years ago
Daniel Grunwald 7a47f118e7 Fix missing cast in C# ExpressionBuilder, and add nop removal. 10 years ago
Siegfried Pammer 8c78752101 implement LdsFld and StsFld instructions 10 years ago
Daniel Grunwald ad8d4a7ef6 Fix duplicate ResolveResult on ConvertConstantValue() 10 years ago
Siegfried Pammer 4c44303989 implement LdFld and StFld instructions 11 years ago
Siegfried Pammer 466cb0c702 add support for Getter/Setter call translation 11 years ago
Siegfried Pammer cd30be3b80 implement box instruction 11 years ago
Daniel Grunwald 08a5e81517 Re-enable IntroduceUsingDeclarations 11 years ago
Daniel Grunwald 2f83334c2e Use NRefactory.TypeSystem for ILAst. 11 years ago
Siegfried Pammer bc68339ac4 rename ConvertedExpression to TranslatedExpression and Convert to Translate, etc. 11 years ago
Siegfried Pammer 7f36725b6f implement StObj instruction 11 years ago
Daniel Grunwald 83095dd4a1 Ensure ConvertVariable() always adds a resolve result to the IdentifierExpression 11 years ago
Daniel Grunwald ea54bcddc1 Fix boolean comparisons. 11 years ago
Daniel Grunwald b8098e63ba Fix some bugs that were just introduced while adding the ResolveResults. 11 years ago
Daniel Grunwald 771a461308 Fix HandleCallInstruction 11 years ago
Daniel Grunwald fffa297b8f Use ResolveResults as annotations. 11 years ago
Daniel Grunwald 318b091317 C# decompilation for unbox.any 11 years ago
Daniel Grunwald 11ec5f24a7 Make assignment ILAst opcodes return the assigned value 11 years ago
Daniel Grunwald 30faef021b Move ConvertedExpression into a separate file 11 years ago
Daniel Grunwald 7cd34db3bb Improve C# decompilation of 'ldobj' 11 years ago
Daniel Grunwald f2d5aa2c99 Handle enums in GetStackType() for cecil TypeReference. Add C# translation for the 'void' opcode. 11 years ago
Daniel Grunwald 79475a79c5 Add support for conv and ldobj opcodes 11 years ago
Daniel Grunwald 3d47e1028e Instead of OverflowMode, use bool checkForOverflow + Sign 11 years ago
Daniel Grunwald bf917c4352 Decompile call instructions 11 years ago