376 Commits (108c5f643e5a223d2a4e75873bc7fefbb02c2d2c)

Author SHA1 Message Date
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
Daniel Grunwald 63d6f4bbca [nullables] Add lifting for operator~. 9 years ago
Daniel Grunwald 919219524b Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 9 years ago
Daniel Grunwald 21ef967d4d [nullables] Lifting for non-equality comparisons. 9 years ago
Daniel Grunwald 4830b37ab9 [nullables] Add support for '??' operator on nullables. 9 years ago
Daniel Grunwald 33099c5d65 [nullables] Extend nullable lifting to arbitrary combinations of 'conv' and 'binary.numeric'. 9 years ago
Daniel Grunwald e266c634de [nullables] Add support for lifted binary operators where one of the inputs is nullable. 9 years ago
Siegfried Pammer 4da1addd2b Implement C# 2, C# 4 legacy and Roslyn lock patterns. 9 years ago
Daniel Grunwald 6b3ab66300 Fix ExpectedResultType of main BlockContainer. 9 years ago
Daniel Grunwald 133ddac256 [nullables] Add support for lifted conversions. 9 years ago
Siegfried Pammer c34541ad4c Implement catch-when and remove local copy of exception slot. 9 years ago