2039 Commits (ce05af885c12e73c012a25e3f7913c70adaa823c)
 

Author SHA1 Message Date
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
Siegfried Pammer 6a92350795 adjust NewObj.ResultType to work better with delegates 10 years ago
Siegfried Pammer a6ca46f838 add support for PinnedType in DecompilerTypeSystem 10 years ago
Daniel Grunwald 7bac849aa9 Bump NRefactory 10 years ago
Siegfried Pammer 74d92b6157 fix InvalidCastException in HandleDelegateConstruction 10 years ago
Siegfried Pammer 7fdb7765c8 fix copy-paste error in PeekOrDefault extension 10 years ago
Siegfried Pammer abc29ef52f determine proper ResultType of Shl/Shr 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
Siegfried Pammer cdef3c2081 add simple assembly decompilation support 10 years ago
Daniel Grunwald f44216abe3 Fix CecilLoader.ReadTypeReference() for generic parameters appearing in method signatures 10 years ago
David Karlaš a2667d93cc Fixed CustomAttributesMultiTest to pass(removed attributes unrelated code in method+shortened attribute name) 10 years ago
Daniel Grunwald e2beaf7c9f Re-enable attribute output 10 years ago
Daniel Grunwald f5009f9487 Merge remote-tracking branch 'origin/newdecompiler' into newdecompiler 10 years ago
Daniel Grunwald 0a7c5d4ab7 Add NRefactory as submodule 10 years ago
Daniel Grunwald 804fbb0ec3 Remove NRefactory source code, preparing for submodule 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
David Karlaš d90a556397 Making build and tests work on Mono 10 years ago
Siegfried Pammer 6f60dbe04e implemented SwitchInstruction, StElem, NewArr instructions 10 years ago
Daniel Grunwald b14b6cd78a Fix type parameter attributes in CecilLoader 10 years ago
Daniel Grunwald 989a2c49c8 Write attribute target as keyword instead of identifier 10 years ago