2074 Commits (d6b9d39f3871b79a2b6d6a192d79892b6bb49826)
 

Author SHA1 Message Date
Daniel Grunwald d6b9d39f38 First attempt at loop extension. 10 years ago
Daniel Grunwald 18516fc653 Fix bool->int conversion 10 years ago
Daniel Grunwald 3cc83d9a41 Allow decompiling individual properties/methods. 10 years ago
Daniel Grunwald 781ee2664f Allow inlining of compiler-generated temporaries for conditional branches. 10 years ago
Siegfried Pammer 5ef12f60c8 simplify FullyQualifyAmbiguousTypeNamesVisitor 10 years ago
Siegfried Pammer 80cebbe448 fix bug in IntroduceUsingDeclarations: use matching ITypeResolveContext for each namespace and type 10 years ago
Siegfried Pammer 55fb6e12e2 fix decompilation of simple base/this ctor initializers 10 years ago
Siegfried Pammer f554a26a2b replace ambiguous type names with FQNs 10 years ago
Daniel Grunwald 873cf0534b Decompile as project: add HintPath for non-GAC assemblies. 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 ebc0526ac1 move DecompilerSettings to ICSharpCode.Decompiler 10 years ago
Daniel Grunwald 81830f5b04 Decompile as project: when multiple types end up in the same file, decompile them in a single pass. 10 years ago
Daniel Grunwald ed42c63c0b Update NRefactory: fix TypeSystemAstBuilder.ShowTypeParameterConstraints 10 years ago
Daniel Grunwald 5b947aad2f Escape invalid identifiers when decompiling whole assembly as project. 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 f82b8c8f19 move TransformValueTypeInitializers to ExpressionTransforms 10 years ago
Daniel Grunwald 8a5d6f654f Let's try appveyor instead 10 years ago
Daniel Grunwald 993155cfd7 fix path to solution file 10 years ago
Daniel Grunwald baeb10598f travis: run nuget restore 10 years ago
Daniel Grunwald a26be53b13 Enable travis CI 10 years ago
Daniel Grunwald a00dfeb061 'decompile as project' improvements 10 years ago
Daniel Grunwald b88c8d913e Fix build 10 years ago
Daniel Grunwald 8738c48d0e Add transform "cgt.un(left, ldnull)" => "logic.not(ceq(left, ldnull))" 10 years ago
Daniel Grunwald 1c5417400b Decompile events 10 years ago
Daniel Grunwald 32b10e4fc3 Interval improvements 10 years ago
Daniel Grunwald 7745845192 Avoid unnecessary specialization. 10 years ago
Daniel Grunwald f56929a395 Update NRefactory 10 years ago
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 f988835f75 fix InvalidCastException in TransformArrayInitializers 10 years ago
Siegfried Pammer bf990f8f41 add TransformArrayInitializers 10 years ago
Siegfried Pammer 65fddc6ce6 implement BitNot and Unbox instruction 10 years ago
Daniel Grunwald ce05af885c Merge remote-tracking branch 'origin/master' into newdecompiler 10 years ago
Daniel Grunwald ffe13672f2 Merge pull request #597 from pgourlain/fix-buildtools 10 years ago
Daniel Grunwald 1961b8a90d Merge pull request #613 from weltkante/master 10 years ago
Daniel Grunwald 08fe5177ef Merge pull request #587 from LordJZ/case/pointer-handling-squashed 10 years ago
Daniel Grunwald 83da86efb1 Merge pull request #581 from LordJZ/patch-1 10 years ago
Daniel Grunwald 218e47e8b7 Merge pull request #546 from linquize/webclient-async 10 years ago
Daniel Grunwald cf979911b7 Fix member access on value types 10 years ago
Tobias Käs 0ac1330d59 Fix for issue #612 10 years ago
Linquize 3bf6f9b31f Get Proxy Server for Web Client asynchronously 10 years ago
Daniel Grunwald 808f744f7d ILOpCode.Initobj doesn't push 10 years ago
Daniel Grunwald f8d942c15d Fix ILOpCode.Pop 10 years ago
Daniel Grunwald db1185ed3f Remove Block.Phase1Boundary 10 years ago
Daniel Grunwald 1e2147d1bd Fix building TryCatchHandlers 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