4434 Commits (cb790c6d3881dfd0401181110312dcee3d0fe321)

Author SHA1 Message Date
Daniel Grunwald b84ba59c68 Use 'out' instead of 'ref' when calling a method with an out-parameter. Closes #57. 15 years ago
Eusebiu Marcu 572c79f097 Fix IL Code mappings; 15 years ago
Daniel Grunwald c24ec99ae0 Output constraints for generic methods. 15 years ago
Daniel Grunwald ed118a1bd5 Remove "Attribute" suffix and add support for attributes on type parameters. 15 years ago
Daniel Grunwald d1ccd69715 Don't show ": int" when enums derive from Int32. 15 years ago
Daniel Grunwald d80719c4ee Adjust ILSpy to NRefactory changes. 15 years ago
Daniel Grunwald b2e20ba41f Fix attributes on classes/methods/etc. 15 years ago
Daniel Grunwald bad6fdabf2 For assembly attributes, put each attribute into its own section. 15 years ago
Artur Zgodziński f25904a474 changed TextRunner to accept test file name. 15 years ago
Artur Zgodziński cd200fa504 Replaced MBUnit with NUnit. 15 years ago
Eusebiu Marcu 2a116080fa Fix ILRanges for expressions within statements 15 years ago
Eusebiu Marcu a602138b0e fix ILRange ToArray. 15 years ago
Eusebiu Marcu 620524d2c7 Fix steping for statements. 15 years ago
David Srbecký e53c2565e8 Simple heuristics to improve gotos related to loops 15 years ago
David Srbecký c3e3166d8f Reimplemented condition "unnesting" to work on the fattened data with gotos already cleaned up. Use left over gotos and other unconditional flow to guide the unnesting. 15 years ago
David Srbecký 3f4578f7f5 Duplicate return statement with const int/bool. 15 years ago
David Srbecký 46c99ddc44 Performance improvement - use accumulator list for GetSelfAndChildrenRecursive 15 years ago
David Srbecký effe892409 Duplicate return statements 15 years ago
David Srbecký 1bc30662b0 Rewritten goto removal. 15 years ago
David Srbecký 1174435aa6 Preparing duplication of return statement 15 years ago
Eusebiu Marcu 6e10e6bbe0 Evaluate local vars. 15 years ago
David Srbecký 05b0b427d6 Peephole detection of the ternary operator (?:) 15 years ago
David Srbecký 194238586d Slightly reduce the number of generated basic blocks 15 years ago
Siegfried Pammer e1e40816d1 display IL instructions as links to MSDN and display a tooltip with information. 15 years ago
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
Eusebiu Marcu 311944c674 Fix code stepping without symbols. 15 years ago
Eusebiu Marcu e11e9c2606 add ToArray() method to single instruction. 15 years ago
Eusebiu Marcu c002dfa032 modify step ranges. 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
Eusebiu Marcu a731d68963 Remove all breakpoints. 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