8010 Commits (c6b6c09cfcc8a10940d913c2d6f11342b7fddb54)
 

Author SHA1 Message Date
Eusebiu Marcu 71b6f308fd dissassemble on demand IL code when stepping 15 years ago
Eusebiu Marcu 10d7043e24 Return false when the mapping is not found 15 years ago
Daniel Grunwald 4c7a896a84 Implemented post-increment operator. Closes #76. 15 years ago
Eusebiu Marcu 08de76c699 Set breakpoints for the correct module 15 years ago
Daniel Grunwald 52b178df90 Make the pre-increment operators work on static fields. 15 years ago
Daniel Grunwald 1df82cc3d1 Improved support for compound assignments and the pre-increment operator. 15 years ago
Daniel Grunwald b5e29f0e05 Adjust unit tests. 15 years ago
Daniel Grunwald 1cd79a1301 Use type analysis to introduce casts to float/double only where required. 15 years ago
Daniel Grunwald 8770d54506 Don't use checked/unchecked expressions within an ExpressionStatement (#90) 15 years ago
Eusebiu Marcu 55d7852638 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 18fde488f1 Fixed crash in AddCheckedBlocks. 15 years ago
Daniel Grunwald 7e6490a816 Simplify conv.i8(ldc.i4(x)) to ldc.i8(x). 15 years ago
Daniel Grunwald 1a94ac50fb Mark casts as checked/unchecked. 15 years ago
Daniel Grunwald 942131b06d Add support for checked/unchecked statements. 15 years ago
Eusebiu Marcu 858e6c08ca Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald d430ee056b Recombine variables after ILAst optimizations so that there is only a single C# variable for a single IL variable. 15 years ago
Eusebiu Marcu 6f290435b8 fix stepping in inner types 15 years ago
Daniel Grunwald 6a0d365fe4 Fix crash in DeclareVariables when an anonymous method which contains variable declarations was used in the initializer of a variable declaration in the parent method. 15 years ago
Daniel Grunwald 6b638ec330 DefiniteAssignmentAnalysis bugfix 15 years ago
Daniel Grunwald cca7547789 Fixed some bugs in DeclareVariables. 15 years ago
Daniel Grunwald 8e3f62ba14 Fix issues with 'DeclareVariables' and adjust 'foreach' pattern to the new variable handling. 15 years ago
Daniel Grunwald c7bbdcd0cb Improved variable placement. 15 years ago
Daniel Grunwald 1331869851 Fixed definite assignment analysis bug. 15 years ago
Daniel Grunwald f537fafdeb Add NextStatement/PreviousStatement properties. 15 years ago
Eusebiu Marcu b1d7e2b0a6 fix IL code mappings 15 years ago
Daniel Grunwald a2fb74bee6 Order the control flow nodes lexically, and allow restricting definite assignment analysis to a specific lexical range. 15 years ago
Daniel Grunwald 2793b233e3 Allow performing definite assignment analysis without providing an ITypeResolveContext. 15 years ago
Daniel Grunwald c0a05d6672 Add InsertAfter/InsertBefore to AstNodeCollection. 15 years ago
Eusebiu Marcu 42000d4d77 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 61d8b4742a Step out when the mapping is not found. 15 years ago
Artur Zgodziński bc6e2ddaca Preserving all selected nodes, foldings state and position of decompiler text view in the navigation history. 15 years ago
Daniel Grunwald 305d9e58e0 Use the formatted type name in BaseTypesTreeNode and DerivedTypesTreeNode. 15 years ago
Artur Zgodziński 0a5032257e Searching for derived types of generic types fixed. 15 years ago
Daniel Grunwald 99f5c45a16 Use C# syntax for generic types in the tree view. 15 years ago
Artur Zgodziński 361de5f862 Method overrides analyzer added. 15 years ago
Daniel Grunwald 45a70a5141 Show the full name of the parent class when decompiling a method. 15 years ago
Daniel Grunwald 7eedd1b7ab Fix decompilation of assembly into single file. 15 years ago
Daniel Grunwald 3211ccbf6a Introduce using declarations in decompiled code. 15 years ago
Daniel Grunwald cd634bbfba Evaluate constant expressions in definite assignment analysis. 15 years ago
Daniel Grunwald 039483ddbd Optimize PatternStatementTransform. 15 years ago
Daniel Grunwald 1c80484a85 Add support for non-custom attributes to CecilLoader. 15 years ago
Daniel Grunwald dbbd5d872b Add support for destructors. Closes #73. 15 years ago
David Srbecký ab9452a30e ILBasicBlock refactored to consist only of the body. Removed ILComment. Closes #86 15 years ago
David Srbecký 17f68f450f Moved some of the optimizations into the while(modified) loop 15 years ago
David Srbecký 579cbb0acd Added a pass to joint basic blocks 15 years ago
David Srbecký 10a96a8d3f Helpers ILCode.IsConditionalControlFlow() and ILCode.IsUnconditionalControlFlow() 15 years ago
David Srbecký 015d70ff52 Simplification of && || ?? ?: put into separate file. Just recalculate the analysis rather then trying to keep it up to date. 15 years ago
David Srbecký 31b2de1126 Fixed initilizers and fixed statements which I broke during the refactoring. 15 years ago
David Srbecký 1a64d56b5a Create short circuit logical expressions as left associative 15 years ago
Eusebiu Marcu 887aa424c4 Throw exceptions when something goes wrong. 15 years ago