186 Commits (e8c25366067c0181dd124638a0e1c096291e2288)

Author SHA1 Message Date
Artur Zgodziński e8c2536606 BugFix: incorrectly removed empty constructors with parameters 15 years ago
Artur Zgodziński 33290c2a7f renamed files with sample code 15 years ago
Artur Zgodziński 8b1be87732 changed version of referenced gallio and mbunit libraries. 15 years ago
Artur Zgodziński 19993ff43b more attribute targets implemented. 15 years ago
Artur Zgodziński 6b9c2b7462 attribute target: method return 15 years ago
Artur Zgodziński 75661da50e attributed parameter declaration. 15 years ago
Artur Zgodziński 3609dd641a printing of field named arguments in attributes. 15 years ago
Artur Zgodziński 1df7e5f777 corrected printing values of named parameters of attributes. 15 years ago
Artur Zgodziński 9f1eb2b4cd support for type arguments of custom attributes. 15 years ago
Artur Zgodziński 09177affc1 partial support for named arguments in attributes. 15 years ago
Daniel Grunwald db44cd1d3b Handle ldelem.any. Closes #47. 15 years ago
Daniel Grunwald 9fab4e4ac0 Fix distinction between 'this' and 'base' in generic classes. 15 years ago
David Srbecký 164691cf33 Further improvement in conditional control flow. 15 years ago
David Srbecký e2291940fb Improve control flow of conditions 15 years ago
Artur Zgodziński d8588bde2a forcing printing all initializers of members of Flags enums. 15 years ago
Artur Zgodziński fde3c114ec Printing initializers of enum members. 15 years ago
Artur Zgodziński 464acf02ea fixed printing of enum values that cannot be mapped to enum named constants. 15 years ago
Daniel Grunwald b494786088 Fix crash in ILInlining. 15 years ago
Artur Zgodziński d1fff3fdb1 testing code that helps running independent decompilation tests. 15 years ago
Daniel Grunwald 8f8c2ea280 Perform an inlining step after eliminating array initializers. 15 years ago
Daniel Grunwald 24fdee7808 Fix order of array specifiers when creating nested arrays. 15 years ago
Daniel Grunwald f99e7036e7 Add support for array initializers don't use RuntimeHelpers.InitializeArray 15 years ago
Daniel Grunwald 7de3cf9bc4 Add support for array initializers. 15 years ago
Daniel Grunwald f648be9fb7 Remove `n from generic class names. 15 years ago
Daniel Grunwald 1607321a64 Add support for multidimensional arrays. 15 years ago
Daniel Grunwald 680d7a413e Fix exception in type substitution when accessing multidimensional arrays that have a type parameter as element type. Closes #43. 15 years ago
Daniel Grunwald ef5ef62adc Fix typo in type inference for BrLogicAnd/BrLogicOr. 15 years ago
David Srbecký 8de27deb9e Reduced the complexity of short-circuit detection to polynomial time. 15 years ago
Artur Zgodziński 679d525806 Fixed enum boxing decompilation bug. Enum in attributes better printing. 15 years ago
Artur Zgodziński 7e5e94534c Print a custom attribute's positional arguments. 15 years ago
Daniel Grunwald e8f3e14102 Fix bugs in type analysis. Closes #38. 15 years ago
Daniel Grunwald 9971c664d7 Add tests for method ending with finally block/catch handler. 15 years ago
pentp c61d3b3ab2 Fix for handler blocks ending at method body end 15 years ago
David Srbecký 89c7a8a5b4 Keep track of the original variable for ILVariable 15 years ago
David Srbecký 022111fa9f Fixed bug that might have caused some code to be duplicated 15 years ago
Artur Zgodziński d13d7bd48f Basic output of custom attributes attached to types and methods. 15 years ago
David Srbecký 18aea29eae Split local variables by their live ranges 15 years ago
David Srbecký 994a215963 Data-flow analysis in ILAstBuilder 15 years ago
Daniel Grunwald db0c6a7086 Preserve annotations when declaring local variables. 15 years ago
Daniel Grunwald d07a28093d Pass field names through CleanUpVariableName before using them as variable names. 15 years ago
Daniel Grunwald e31a89689d Add support for char literals. 15 years ago
Daniel Grunwald e8f9febcc0 Replace 'i += 1' with 'i++'. Closes #33. 15 years ago
Daniel Grunwald eeaabc3c4e Add support for the stind and ldind opcodes. Closes #23. 15 years ago
Daniel Grunwald 254b10b6e3 Add support for initobj, ldobj and stobj. Closes #30. 15 years ago
Daniel Grunwald 75cb96fbda Don't use indexer name as variable name. 15 years ago
Daniel Grunwald b9808b13bb Add support for calling indexers. Closes #31. 15 years ago
Daniel Grunwald f0fc66bff6 Avoid using equality operator on TypeReferences; Cecil does not guarantee that there is only one instance for a type. 15 years ago
Daniel Grunwald 72bb24167e Use ILCode instead of Code in type analysis. 15 years ago
Daniel Grunwald b7ea33b8ac Don't inline stloc instructions. 15 years ago
Daniel Grunwald 64b116cf94 Fix test runner diff output. Closes #25. 15 years ago