386 Commits (3d6e94e8e5f94f626b8ae1c31c63d7192b9d6839)

Author SHA1 Message Date
Siegfried Pammer 154833b06c Add ContainerKind 9 years ago
Siegfried Pammer 349183544a Rename BlockType to BlockKind 9 years ago
Daniel Grunwald 7f7e6564b3 Fix #948: fix assertion when accessing fixed-size fields where StackType.Ref is expected. 9 years ago
Daniel Grunwald 7847a69d69 Fix compound assignment and post-increment. 9 years ago
Daniel Grunwald 4c5f0b7e9c Convert TransformAssignment into a statement transform and add support for inline property assignments. 9 years ago
Daniel Grunwald 40a4f08a8d Add support for compound assignment of short integers. 9 years ago
Daniel Grunwald 248a9ad76f Fix #954: don't use invalid compound assignments on enums 9 years ago
Daniel Grunwald c7e60a9b3c Avoid using inline assignments if they truncate the input value. 9 years ago
Siegfried Pammer f8b27066a1 Remove ILInstructionExtensions.cs 9 years ago
Daniel Grunwald 255fab7bd6 Fix short-circuiting operators when the rhs is a comparison with 0. 9 years ago
Siegfried Pammer e48dfb7cb2 Add ILStackWasEmpty flag to default.value 9 years ago
Daniel Grunwald dc995b15c6 Add support for 'ptr - ptr'. 9 years ago
Siegfried Pammer 4ca4d97011 Improve SequencePointBuilder 9 years ago
Daniel Grunwald d2b6651507 ILAst: show unused IL ranges 9 years ago
Daniel Grunwald b7d4636f80 Implement ILInstruction.AddILRange() 9 years ago
Daniel Grunwald f21d48317c ILAst: show if block container is a loop container. 9 years ago
Daniel Grunwald d68b9a9893 Fix missing InvalidateFlags() call. 9 years ago
Siegfried Pammer 81e6f0c9bb Improve ILRange output in ILAst 9 years ago
Siegfried Pammer 5fec6bd7f7 Implement Interval.WriteTo extension method on ILAst 9 years ago
Siegfried Pammer 312277119c Move ILAstWritingOptions to separate file 9 years ago
Siegfried Pammer a423e7da9c Expand checks in ExtractStringValuesFromInitBlock and MatchAddCall 9 years ago
Daniel Grunwald 9fcee831d2 Simplify SimplifyCascadingIfStatements 9 years ago
Daniel Grunwald 236c7c28b4 Remove redundant lambda casts. 9 years ago
Siegfried Pammer 403a79099a Introduce BlockContainer.FindClosestSwitchContainer 9 years ago
Siegfried Pammer 99f4d93d63 Fix crash in InstructionCollection.IndexOf 9 years ago
Daniel Grunwald 2f57b8c3c1 Fix ILAst ldfld/stfld pretty-printing. 9 years ago
Daniel Grunwald 102729cfde Put switch instructions into their own BlockContainer. 9 years ago
Daniel Grunwald ebab7d5de0 #899: Add calli opcode to ILAst 9 years ago
Daniel Grunwald 8a68a94d35 Simplify use of SwitchInstruction in ILAst 9 years ago
Siegfried Pammer 2d2ca893e9 ConditionDetection: Remove empty else-branches. 9 years ago
Daniel Grunwald 8533eda92b Use unary negation '-a' instead of '0 - a'. 9 years ago
Daniel Grunwald 39bb6856b7 Fix various bugs with compound assignments. 9 years ago
Daniel Grunwald 61900e33c3 [nullables] Lifted compound assignments 9 years ago
Daniel Grunwald bb3ad5c811 [nullables] Lift user-defined equality operator calls if only one argument is nullable. 9 years ago
Siegfried Pammer d40ecb5e0c [switch] Add StringToInt instruction 9 years ago
Siegfried Pammer e2dab8699f Fix generic using patterns. 9 years ago
Siegfried Pammer 6172dd5bff Extend MatchLdLocRef to work with type parameters as well. 9 years ago
Siegfried Pammer d1a514b451 Redesign of UsingInstruction. 9 years ago
Daniel Grunwald b5e8571382 [nullables] Support lifting calls to user-defined operators. 9 years ago
Siegfried Pammer 4f7a479320 Add ILAstWritingOptions parameter to LockInstruction/UsingInstruction.WriteTo, fix merge errors. 9 years ago
Siegfried Pammer 3c9a0d8a41 Ad #866: No longer use Debug.Assert, but add warnings to AST. 9 years ago
Siegfried Pammer fa25b5d2e8 Implement foreach loop detection in StatementBuilder. 9 years ago
Siegfried Pammer 4b12a7e983 Improve formatting of constrained CallInstructions. 9 years ago
Siegfried Pammer 6da8058587 Add Patterns correctness tests; add missing file headers 9 years ago
Siegfried Pammer dea81a685d Add UsingInstruction to ILAst. 9 years ago
Daniel Grunwald 0008deb021 Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 9 years ago
Daniel Grunwald b7320b25e4 [nullables] Lift three-valued logic operators ('&' and '|' on bool?) 9 years ago
Daniel Grunwald 53a050552b Add support for syntax sugar when writing out the ILAst. 9 years ago
Daniel Grunwald 66d1b744c3 Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
Daniel Grunwald 96c6b03d9b [nullables] operator! on bool? 9 years ago