2039 Commits (ce05af885c12e73c012a25e3f7913c70adaa823c)
 

Author SHA1 Message Date
Daniel Grunwald 20a7fd1725 TypeSystemAstBuilder in TransformContext 10 years ago
Daniel Grunwald 2ac0a62cae Fix TypeOfResolveResult in attribute arguments 10 years ago
Daniel Grunwald b6efbcba49 Change "catch if" to "catch when" 10 years ago
Daniel Grunwald fe00e10a58 Fix handling of 'volatile' prefix 10 years ago
Daniel Grunwald e06c2236d6 Uppercase GUIDs 10 years ago
Daniel Grunwald 6526548162 Ignore compiler warnings in unit tests 10 years ago
Daniel Grunwald d287367600 Fix some null reference exceptions 10 years ago
Daniel Grunwald fc6387934d also create symbols package 10 years ago
Pierrick Gourlain d4561925a0 FindTreeNode : enable 'find' on Resource type 10 years ago
Daniel Grunwald 382f24666a Add NRefactory 5.5.1 source code. 10 years ago
Pierrick Gourlain 398844fd28 fix error in buildtools : UpdateAssemblyInfo failed when there is a banner in start of cmd 10 years ago
Daniel Grunwald fa2b392707 Adjust ILSpy to new NRefactory and ICSharpCode.Decompiler versions. 10 years ago
Daniel Grunwald 02a500e762 ICSharpCode.Decompiler: Merge changes from SharpDevelop to ILSpy. 10 years ago
Daniel Grunwald e88120cb4a Remove NRefactory sourcecode and use the NuGet package instead. 10 years ago
Daniel Grunwald 3a03415be4 Add ControlFlowSimplification pass 10 years ago
LordJZ 7cacb70148 Fixed some corner cases 10 years ago
LordJZ a1d2b812a3 Fixed tree traversal in IntroduceUnsafeModifier 10 years ago
LordJZ e6058e819a Spaces to tabs in pointer handling code 10 years ago
LordJZ 5f2097ade6 Fixed C++/CLI generated stackalloc 10 years ago
LordJZ aeddcf4b80 Enhanced point arithmetic handling 10 years ago
Daniel Grunwald ec12508088 Improve IsCompatibleTypeForMemoryAccess 10 years ago
Daniel Grunwald 8b2176d81a Add 'ldelem' support 10 years ago
Daniel Grunwald 179b635185 Perform some control flow simplifications in OptimizingTransform 10 years ago
Daniel Grunwald f39b6f7672 TransformStackIntoVariables for TryCatch 10 years ago
Daniel Grunwald 4dec7abb63 Replace 'endfinally' with 'leave' 10 years ago
Daniel Grunwald 0cae30cce2 ILInstruction.Clone() 10 years ago
Ed Harvey 7e8d010db2 fix #585: Analyze doesn't seem to work across assemblies 10 years ago
Daniel Grunwald 3db0e01eee Handle 'leave' instruction in StatementBuilder 10 years ago
Daniel Grunwald 6b4ea94a2e Introduce 'leave' instruction for leaving block containers. 10 years ago
Daniel Grunwald 769990ef04 Add more enumerator debugging. 10 years ago
Daniel Grunwald f37655a573 Add void-visitor and make Descendants use post-order. 10 years ago
Siegfried Pammer ef2a2c41d7 fix TypeOfExpression translation 10 years ago
Daniel Grunwald bcfe1b0813 Add ILInstruction.ReplaceWith() method and make ILInstruction.Children an IReadOnlyList. 10 years ago
LordJZ 514b058ca9 Fixed generated VB comment 10 years ago
Siegfried Pammer c4ba350015 implement decompilation of typeof() (LdTypeToken and LdMemberToken) 10 years ago
Siegfried Pammer 4f2c231d00 implement LongInterval and LongSet 10 years ago
Daniel Grunwald eedcfebb0f Remove 'loop' instruction; just use a block container. 10 years ago
Daniel Grunwald b2dfdea68e Add loop detection. 10 years ago
Daniel Grunwald 35b8aa5aaf Set target framework to .NET 4.5 10 years ago
Daniel Grunwald 695b81b78a Merge remote-tracking branch 'origin/master' into newdecompiler 10 years ago
Daniel Grunwald 5ead8e9230 Add SpecializingDecompilerTypeSystem 10 years ago
Daniel Grunwald f57e159c35 Fix bugs in IfInstruction.TransformStackIntoVariables 10 years ago
Daniel Grunwald 7a47f118e7 Fix missing cast in C# ExpressionBuilder, and add nop removal. 10 years ago
Siegfried Pammer 36e39f2c02 add TransformStackIntoVariables for IfInstruction 10 years ago
Siegfried Pammer 165cf85562 add missing file 10 years ago
Siegfried Pammer f45c2fa401 implement TransformStackIntoVariables step to eliminate peek and pop instructions 10 years ago
Siegfried Pammer 8c78752101 implement LdsFld and StsFld instructions 10 years ago
Daniel Grunwald e40c0a9f39 Fix inline-block creation. 10 years ago
Daniel Grunwald 6cb55ef16d Add Block.FinalInstruction 10 years ago
Daniel Grunwald f81e720d71 Fix inlining bug due to Pop not having flag MayPop. 10 years ago