1701 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)

Author SHA1 Message Date
Siegfried Pammer 5c0053815d add TransformValueTypeInitializers to pipeline 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
Daniel Grunwald 1720fe5bba First version of variable inlining. 10 years ago
Daniel Grunwald 06356512fa Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 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 af5b33636e add support for rethrow instruction 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 692c9a6cb7 skip bodies of abstract property accessors 10 years ago
Siegfried Pammer fe2dc04b5d add support for enum values in switch case labels 10 years ago
Daniel Grunwald e2beaf7c9f Re-enable attribute output 10 years ago
Siegfried Pammer 07137ea4ca remove DefaultMemberAttribute from TypeDeclaration if there's an indexer defined 10 years ago
Siegfried Pammer 214ddaa17d fix build; add correct resolve result for delegate construction 10 years ago
David Karlaš fca29f68c4 Reenabled CustomerAttributes unit tests and fixed most problems 10 years ago
Siegfried Pammer 6f60dbe04e implemented SwitchInstruction, StElem, NewArr instructions 10 years ago
Daniel Grunwald 20a7fd1725 TypeSystemAstBuilder in TransformContext 10 years ago
Daniel Grunwald 3a03415be4 Add ControlFlowSimplification pass 10 years ago
Daniel Grunwald ec12508088 Improve IsCompatibleTypeForMemoryAccess 10 years ago
Daniel Grunwald 8b2176d81a Add 'ldelem' support 10 years ago
Daniel Grunwald f39b6f7672 TransformStackIntoVariables for TryCatch 10 years ago
Daniel Grunwald 0cae30cce2 ILInstruction.Clone() 10 years ago
Daniel Grunwald 3db0e01eee Handle 'leave' instruction in StatementBuilder 10 years ago
Siegfried Pammer ef2a2c41d7 fix TypeOfExpression translation 10 years ago
Daniel Grunwald bcfe1b0813 Add ILInstruction.ReplaceWith() method and make ILInstruction.Children an IReadOnlyList. 10 years ago
Siegfried Pammer c4ba350015 implement decompilation of typeof() (LdTypeToken and LdMemberToken) 10 years ago
Daniel Grunwald eedcfebb0f Remove 'loop' instruction; just use a block container. 10 years ago
Daniel Grunwald b2dfdea68e Add loop detection. 10 years ago
Daniel Grunwald 5ead8e9230 Add SpecializingDecompilerTypeSystem 10 years ago
Daniel Grunwald 7a47f118e7 Fix missing cast in C# ExpressionBuilder, and add nop removal. 10 years ago
Siegfried Pammer f45c2fa401 implement TransformStackIntoVariables step to eliminate peek and pop instructions 10 years ago
Siegfried Pammer 8c78752101 implement LdsFld and StsFld instructions 10 years ago
Daniel Grunwald 6cb55ef16d Add Block.FinalInstruction 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 f37d0c37dd add support for fields and properties in decompiler output 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
Daniel Grunwald 4fadba8f4f Fix NRefactoryCecilMapper.GetMethod() for methods outside the current assembly. 11 years ago
Siegfried Pammer bc68339ac4 rename ConvertedExpression to TranslatedExpression and Convert to Translate, etc. 11 years ago