2262 Commits (5bcd6142de6002060d5493cf81e0e97f6972e10f)
 

Author SHA1 Message Date
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
Siegfried Pammer e0fba0c94e add generated Match<opCode> methods 10 years ago
Siegfried Pammer 51a26c416b fix output of generic methods and typeof 10 years ago
Siegfried Pammer e9340e0893 fix DecompilerTypeSystem conversion of op_Explicit 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 dbadabfb2a remove InitObj - replace with Void(StObj(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
Daniel Grunwald 6b89c9722f Fix TryFault flags computation 10 years ago
Siegfried Pammer c8f8d9ef4e improve conversion of Ceq-ILAst instruction 10 years ago