1046 Commits (a0bff8626e523283cdaa8cca62c1ed12cda97d46)
 

Author SHA1 Message Date
Daniel Grunwald 1b90809728 Implemented 'fixed' statement for arrays. 15 years ago
Eusebiu Marcu 73d50fbbb4 Improve stepping. 15 years ago
Daniel Grunwald 3759b614cf Add support for calling methods on pointers (ptr->ToString()). 15 years ago
Daniel Grunwald b41ee3ca88 Fix type analysis bugs. 15 years ago
Eusebiu Marcu 5b530035ad Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald db7653653d Add support for decompiling fixed statements. 15 years ago
Daniel Grunwald 3c3e4ad44a Improve spacing in fixed statement output. 15 years ago
Daniel Grunwald a3c241dac6 Improve handling of pinned variables. 15 years ago
Daniel Grunwald 7b2c444181 Add support for unsafe code. Closes #48. 15 years ago
Daniel Grunwald 2601a4901a Fix "Missing variable name in created C# code". Closes #81. 15 years ago
Daniel Grunwald 80fa674de6 Use a property to return the list of annotations. 15 years ago
Daniel Grunwald 01d7e2abbd Use the same representation for parameters and variables. 15 years ago
Daniel Grunwald 2228f29330 Convert [ParamArray] and [Extension] to 'params'/'this' modifiers. 15 years ago
Eusebiu Marcu c071797bcd Rename file 15 years ago
Eusebiu Marcu e612dffeb9 remove commented code 15 years ago
Eusebiu Marcu 18a2366f6c cache the Inverted list 15 years ago
Eusebiu Marcu 8621e93ec1 Order and merge the stepping ranges at the end 15 years ago
Daniel Grunwald eb84a840f5 Improve name generation. 15 years ago
Daniel Grunwald 43b30dabd0 Consider where a variable is used when determining a name for the variable. 15 years ago
Eusebiu Marcu ad89c09578 Add validation 15 years ago
Daniel Grunwald 892996f079 Assign names to parameters. Closes #41, #81. 15 years ago
Daniel Grunwald c4335dd2ef Fix decompilation of arrays as attribute arguments. Closes #82. 15 years ago
Eusebiu Marcu 3cbafbbe63 little modifications (comments) 15 years ago
Eusebiu Marcu 68872bd212 store all ranges 15 years ago
Eusebiu Marcu 32c3941e27 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký cce7300d66 Removed the declarative pattern matching algorithm from ILAst 15 years ago
David Srbecký 05b3bfbff2 Use the simple pattern matching in yield return 15 years ago
David Srbecký 95ec14a7c5 Use the simple pattern matching for array initializers 15 years ago
Eusebiu Marcu 9eb80d318e Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 64d92bf919 Use new ILRange methods 15 years ago
Daniel Grunwald 68b07e2828 Remove GraphViz from ICSharpCode.Decompiler. 15 years ago
Daniel Grunwald c9ec992688 Fix issues in definite assignment analysis. 15 years ago
Daniel Grunwald 6e3427d10b Set NRefactory back to .NET 4.0 (we're not going to port ILSpy to .NET 3.5) 15 years ago
Daniel Grunwald 623f006ae4 Add definite assignment analysis. 15 years ago
Daniel Grunwald 0aae6ca922 Add control flow analysis for the NRefactory C# AST. 15 years ago
Eusebiu Marcu 8c9f614c6e Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu ec45106303 make sure that we add only good ranges 15 years ago
David Srbecký 616503f9a9 Added method to calculate unassigned ILRanges 15 years ago
Eusebiu Marcu 7a087cd459 do some cleanup in code 15 years ago
Eusebiu Marcu 10f225ffdd synchronize CurrentLineBookmark 15 years ago
David Srbecký 7318663cd5 GetSelfAndChildrenRecursive can be predicated 15 years ago
David Srbecký 20e885539b Moved loops and condition optimizations to its own file 15 years ago
David Srbecký 3d4804a695 Simplify short circuit logic in return statements. Closes #49 15 years ago
David Srbecký a58cdc6a6e Support for the null coalescing operator 15 years ago
Eusebiu Marcu 2da01ed35a Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký 892297708f Amend of last commit - remove stloc only if the inner expression is valid expression statement and the variable is generated 15 years ago
David Srbecký d167860111 Remove stloc instruction if the variable is never loaded 15 years ago
Eusebiu Marcu 5b7debba2d Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 42f0c2e130 fix stepping 15 years ago
Daniel Grunwald bf6e4bbfd9 Transform 'try { try {} catch {} } finally {}' to 'try {} catch {} finally {}'. Closes #77. 15 years ago