1995 Commits (74d92b615701ff994ea4835ba4aae2e1fdee9edb)
 

Author SHA1 Message Date
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
Daniel Grunwald 20a7fd1725 TypeSystemAstBuilder in TransformContext 10 years ago
Daniel Grunwald 2ac0a62cae Fix TypeOfResolveResult in attribute arguments 10 years ago
Daniel Grunwald b6efbcba49 Change "catch if" to "catch when" 10 years ago
Daniel Grunwald fe00e10a58 Fix handling of 'volatile' prefix 10 years ago
Daniel Grunwald e06c2236d6 Uppercase GUIDs 10 years ago
Daniel Grunwald 6526548162 Ignore compiler warnings in unit tests 10 years ago
Daniel Grunwald d287367600 Fix some null reference exceptions 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 179b635185 Perform some control flow simplifications in OptimizingTransform 10 years ago
Daniel Grunwald f39b6f7672 TransformStackIntoVariables for TryCatch 10 years ago
Daniel Grunwald 4dec7abb63 Replace 'endfinally' with 'leave' 10 years ago
Daniel Grunwald 0cae30cce2 ILInstruction.Clone() 10 years ago
Daniel Grunwald 3db0e01eee Handle 'leave' instruction in StatementBuilder 10 years ago
Daniel Grunwald 6b4ea94a2e Introduce 'leave' instruction for leaving block containers. 10 years ago
Daniel Grunwald 769990ef04 Add more enumerator debugging. 10 years ago
Daniel Grunwald f37655a573 Add void-visitor and make Descendants use post-order. 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
Siegfried Pammer 4f2c231d00 implement LongInterval and LongSet 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 35b8aa5aaf Set target framework to .NET 4.5 10 years ago
Daniel Grunwald 695b81b78a Merge remote-tracking branch 'origin/master' into newdecompiler 10 years ago
Daniel Grunwald 5ead8e9230 Add SpecializingDecompilerTypeSystem 10 years ago
Daniel Grunwald f57e159c35 Fix bugs in IfInstruction.TransformStackIntoVariables 10 years ago
Daniel Grunwald 7a47f118e7 Fix missing cast in C# ExpressionBuilder, and add nop removal. 10 years ago
Siegfried Pammer 36e39f2c02 add TransformStackIntoVariables for IfInstruction 10 years ago