647 Commits (c4335dd2ef30f85de556451dfc6ed034113a94a0)
 

Author SHA1 Message Date
David Srbecký 91334dbfe2 Use brtrue as loop condition only if one of the destinations is not in the loop 14 years ago
David Srbecký 6abb310356 Fixed bug in goto removal 14 years ago
Daniel Grunwald cfe8df597a Convert assignments to fields within constructors into field initializers. 14 years ago
Daniel Grunwald 3908426db0 Fix NullReferenceException when viewing assembly that targets .NET 1. Closes #65. 14 years ago
David Srbecký 01de42c04a Reduced branch codes to just br and brtrue 14 years ago
David Srbecký 929fd4a09d Made some structures in ILAstBuilder immutable to improve speed and memory consumption 14 years ago
Daniel Grunwald 89f6468ba5 Use [PreserveSig] instead of [MethodImpl(MethodImplOptions.PreserveSig)] 14 years ago
Daniel Grunwald 95da02e3f0 Fix typo in AssemblyInfo. 14 years ago
Daniel Grunwald 8835b085cf Handle non-custom attributes: 14 years ago
Daniel Grunwald b2789a1f1c Fix typo in Mono.Cecil. 14 years ago
Daniel Grunwald 6194a7c6ce Handle non-custom attributes on TypeDefinition. 14 years ago
Daniel Grunwald 6de6e04dbd Make MainWindow public so that Plugins can access it. 14 years ago
Daniel Grunwald d0670aae7b Use MEF for the existing File menu items. 14 years ago
Daniel Grunwald fe8f32bef0 Make the main menu extensible using MEF. 14 years ago
Daniel Grunwald 2c0baaf2b3 Allow extending the toolbar using MEF. 14 years ago
Daniel Grunwald a0a14488e4 Use MEF for extensibility in resource nodes. 14 years ago
Daniel Grunwald c23e29e75c Add plugin support using MEF. 14 years ago
Daniel Grunwald 70b95847fe Eliminate cached delegate initialization. 14 years ago
Daniel Grunwald 60c02d577b Change namespace to ICSharpCode.Decompiler. 14 years ago
Daniel Grunwald 82302d0e3b Change AstMethodBodyBuilder switch to use the ILCode enum. 14 years ago
Daniel Grunwald 27ff71ada3 Add support for decimal literals. Closes #42. 14 years ago
Daniel Grunwald ee105aeb3c Refactor ArrayInitializers into a general peephole-transformation step. 14 years ago
Daniel Grunwald e7fd159f3d Fix definition of nested classes in generic classes. 14 years ago
Daniel Grunwald 2af007d34c Fix references to nested classes within generic types. Closes #60. 14 years ago
Daniel Grunwald b84ba59c68 Use 'out' instead of 'ref' when calling a method with an out-parameter. Closes #57. 14 years ago
Daniel Grunwald a55f0218e6 Fix output of float/double literals that are infinite or NaN. 14 years ago
Daniel Grunwald c24ec99ae0 Output constraints for generic methods. 14 years ago
Daniel Grunwald ed118a1bd5 Remove "Attribute" suffix and add support for attributes on type parameters. 14 years ago
Daniel Grunwald d1ccd69715 Don't show ": int" when enums derive from Int32. 14 years ago
Daniel Grunwald d80719c4ee Adjust ILSpy to NRefactory changes. 14 years ago
Daniel Grunwald 3fbbe420b2 Merge commit '39fcd7d72f73d386455d00d63446601c99eafb83' 14 years ago
Daniel Grunwald 39fcd7d72f Squashed 'NRefactory/' changes from 2200240..a92606c 14 years ago
Daniel Grunwald b2e20ba41f Fix attributes on classes/methods/etc. 14 years ago
Daniel Grunwald 368e39bf19 Get rid of warnings in release build. 14 years ago
Daniel Grunwald bad6fdabf2 For assembly attributes, put each attribute into its own section. 14 years ago
Daniel Grunwald b16ca10128 Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 14 years ago
Artur Zgodziski f25904a474 changed TextRunner to accept test file name. 14 years ago
Artur Zgodziski cd200fa504 Replaced MBUnit with NUnit. 14 years ago
Daniel Grunwald 1fecab6aab Fixed expanding derived types. 14 years ago
David Srbecký e53c2565e8 Simple heuristics to improve gotos related to loops 14 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. 14 years ago
David Srbecký 3f4578f7f5 Duplicate return statement with const int/bool. 14 years ago
David Srbecký 46c99ddc44 Performance improvement - use accumulator list for GetSelfAndChildrenRecursive 14 years ago
David Srbecký effe892409 Duplicate return statements 14 years ago
David Srbecký 1bc30662b0 Rewritten goto removal. 14 years ago
David Srbecký 1174435aa6 Preparing duplication of return statement 14 years ago
Daniel Grunwald 7e770cd006 Fix StripXml method. 14 years ago
David Srbecký 05b0b427d6 Peephole detection of the ternary operator (?:) 14 years ago
David Srbecký 194238586d Slightly reduce the number of generated basic blocks 14 years ago
Siegfried Pammer e1e40816d1 display IL instructions as links to MSDN and display a tooltip with information. 14 years ago