642 Commits (80d3deb1ae2ebdc08c1d0df90c236f1f22ae5439)

Author SHA1 Message Date
Daniel Grunwald d3de90389e Fix comparisons between signed and unsigned integers. 10 years ago
Siegfried Pammer 1b1e2e3e99 fix enum-bug in IsCompatibleTypeForMemoryAccess 10 years ago
Daniel Grunwald f5643d01d9 Fix object.LongLength access. 10 years ago
Siegfried Pammer a8a78da710 Fix generics issue in ConvertConstructorCallIntoInitializerVisitor: use non-specialized fields for comparison 10 years ago
Siegfried Pammer ebb9fdd79d do not generate unused exception variables, transform unused object-typed exception variables to catch-all 10 years ago
Siegfried Pammer 264fe83593 add back DeclareVariables-transform 10 years ago
Siegfried Pammer 55b89bdd77 force int/long cast on array access 10 years ago
Siegfried Pammer c581cec0dd remove System.Runtime.Versioning.TargetFrameworkAttribute when exporting assembly as project 10 years ago
Daniel Grunwald eabcab94db Fix appveyor build 10 years ago
Daniel Grunwald 593076eb61 Fix decompilation of shift operator on unsigned integers. 10 years ago
Daniel Grunwald 1a77b931a7 Fix decompiling comparison operators: 10 years ago
Daniel Grunwald 00e8a498a2 Generate explicit interface implementation from .override directive. 10 years ago
Daniel Grunwald b3974c48b3 Add transform to fix name collisions. 10 years ago
Siegfried Pammer 13bf6fbe9f add simple CopyPropagation transform 10 years ago
Siegfried Pammer aa837bcd61 unpack all DirectionExpressions used as call targets 10 years ago
Siegfried Pammer c6ce6d3d00 prefix identifiers starting with invalid characters with an underscore 10 years ago
Daniel Grunwald 288bb928ce Attempt to improve control flow detection 11 years ago
Daniel Grunwald b10feca78b Add 'InlineCompilerGeneratedVariables' transform, hopefully this is sufficient to replace the 'variable splitting' in the old decompiler. 11 years ago
Daniel Grunwald 2509f27223 * Rename ControlFlowSimplification to ConditionDetection 11 years ago
Siegfried Pammer bed48beb3d fix unit tests 11 years ago
Siegfried Pammer 62fe21fb9f add transformation of decimal literals and decimal constants 11 years ago
Daniel Grunwald 0d6424bd12 IntroduceExitPoints 11 years ago
Daniel Grunwald 18516fc653 Fix bool->int conversion 11 years ago
Daniel Grunwald 3cc83d9a41 Allow decompiling individual properties/methods. 11 years ago
Siegfried Pammer 5ef12f60c8 simplify FullyQualifyAmbiguousTypeNamesVisitor 11 years ago
Siegfried Pammer 80cebbe448 fix bug in IntroduceUsingDeclarations: use matching ITypeResolveContext for each namespace and type 11 years ago
Siegfried Pammer 55fb6e12e2 fix decompilation of simple base/this ctor initializers 11 years ago
Siegfried Pammer f554a26a2b replace ambiguous type names with FQNs 11 years ago
Siegfried Pammer 8a205cd7e2 fix bugs in InitializerTests 11 years ago
Siegfried Pammer 5e2e1225e4 fix decompilation of newarr - move array specifiers to the right place 11 years ago
Siegfried Pammer ebc0526ac1 move DecompilerSettings to ICSharpCode.Decompiler 11 years ago
Daniel Grunwald 81830f5b04 Decompile as project: when multiple types end up in the same file, decompile them in a single pass. 11 years ago
Daniel Grunwald 5b947aad2f Escape invalid identifiers when decompiling whole assembly as project. 11 years ago
Siegfried Pammer f02774433a fix support for multidim. initializers 11 years ago
Siegfried Pammer bad369c6cd simplify type conversion in TranslateArrayInitializer 11 years ago
Siegfried Pammer d3a36e528e add TranslateArrayInitializer in ExpressionBuilder 11 years ago
Siegfried Pammer f82b8c8f19 move TransformValueTypeInitializers to ExpressionTransforms 11 years ago
Daniel Grunwald a00dfeb061 'decompile as project' improvements 11 years ago
Daniel Grunwald 8738c48d0e Add transform "cgt.un(left, ldnull)" => "logic.not(ceq(left, ldnull))" 11 years ago
Daniel Grunwald 1c5417400b Decompile events 11 years ago
Siegfried Pammer 5c0053815d add TransformValueTypeInitializers to pipeline 11 years ago
Siegfried Pammer 0515750574 add support for mkreftype, refanytype, refanyvalue, arglist 11 years ago
Siegfried Pammer bf990f8f41 add TransformArrayInitializers 11 years ago
Siegfried Pammer 65fddc6ce6 implement BitNot and Unbox instruction 11 years ago
Daniel Grunwald cf979911b7 Fix member access on value types 11 years ago
Daniel Grunwald 1720fe5bba First version of variable inlining. 11 years ago
Daniel Grunwald 06356512fa Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 11 years ago
Siegfried Pammer 51a26c416b fix output of generic methods and typeof 11 years ago
Siegfried Pammer fa548a9dfb add support for sizeof and stackalloc 11 years ago
Siegfried Pammer a3f554489c add support for LdsFlda 11 years ago