7 Commits (13bf6fbe9fedd74bde14c6311edcef06fa24a56e)

Author SHA1 Message Date
Daniel Grunwald 8738c48d0e Add transform "cgt.un(left, ldnull)" => "logic.not(ceq(left, ldnull))" 10 years ago
Daniel Grunwald 1720fe5bba First version of variable inlining. 10 years ago
Daniel Grunwald 06356512fa Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 10 years ago
Siegfried Pammer 6f60dbe04e implemented SwitchInstruction, StElem, NewArr instructions 10 years ago
Daniel Grunwald 179b635185 Perform some control flow simplifications in OptimizingTransform 11 years ago
Daniel Grunwald f37655a573 Add void-visitor and make Descendants use post-order. 11 years ago
Daniel Grunwald b2dfdea68e Add loop detection. 11 years ago
Daniel Grunwald 7a47f118e7 Fix missing cast in C# ExpressionBuilder, and add nop removal. 11 years ago
Siegfried Pammer f45c2fa401 implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
Daniel Grunwald e40c0a9f39 Fix inline-block creation. 11 years ago
Daniel Grunwald 6cb55ef16d Add Block.FinalInstruction 11 years ago
Daniel Grunwald f81e720d71 Fix inlining bug due to Pop not having flag MayPop. 11 years ago
Daniel Grunwald 2dd5a38d05 Generalize inlining, and make it usable for symbolic phase-1 execution. 11 years ago
Daniel Grunwald 5b41b662a2 More clearly document block semantics, in particular regarding phase-1 and phase-2 execution. 11 years ago
Daniel Grunwald 834dd09830 Flush the instruction stack if peek or pop instructions remain after inlining. 11 years ago
Daniel Grunwald 11ec5f24a7 Make assignment ILAst opcodes return the assigned value 11 years ago
Daniel Grunwald 68ab914293 Build exception handling blocks 11 years ago
Daniel Grunwald 63b32fef35 Create ILFunction top-level node 11 years ago