summaryrefslogtreecommitdiff
path: root/src/mir
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12MIR Match - Shift branch generator cases into helpersJohn Hodge1-84/+122
2016-08-12MIR Match - Integer matchesJohn Hodge1-29/+257
2016-08-11MIR Match - Handling of EnumTuple in SimpleJohn Hodge1-4/+38
2016-08-11MIR Match - Simple version structured outJohn Hodge1-1/+128
2016-08-11MIR Match - Split code to allow fallbackJohn Hodge1-32/+68
2016-08-11MIR Match - Struct match and bindingJohn Hodge1-6/+77
2016-08-11MIR Match - Add bool matchesJohn Hodge1-21/+135
2016-08-11MIR - Split match logic into another fileJohn Hodge3-911/+992
2016-08-11MIR - Work on _Unsize, requires changing coercion code to emit Unsize op higherJohn Hodge2-1/+33
2016-08-11MIR - Boolean operators (&& and ||) and char literalsJohn Hodge1-6/+37
2016-08-11MIR - Match handle multi-pattern armsJohn Hodge1-11/+13
2016-08-11HIR - Store path to closure object for MIR generationJohn Hodge1-5/+28
2016-08-11MIR - Match rule default other way too, comment about known codegen failJohn Hodge1-3/+29
2016-08-11MIR - Cleanup of matchJohn Hodge1-24/+33
2016-08-11All - Clang warning fixesJohn Hodge2-35/+87
2016-08-10MIR - Handling of diverging statementsJohn Hodge1-7/+17
2016-08-10MIR - Propagate defaults to child nodes in match tree, reorganise codeJohn Hodge1-200/+355
2016-08-10MIR - Tuple variant codegen present, but brokenJohn Hodge1-2/+58
2016-08-10MIR - Match aaaalmost thereJohn Hodge1-10/+18
2016-08-10MIR - Destructure patternsJohn Hodge1-9/+73
2016-08-10MIR - Match coming alongJohn Hodge1-66/+98
2016-08-10MIR - Match construction draft, cleanupJohn Hodge1-141/+407
2016-08-10MIR - Start of match codegenJohn Hodge1-18/+89
2016-08-10MIR - Match generation being fleshed outJohn Hodge1-12/+78
2016-08-10MIR - Fix bad `if` codegenJohn Hodge1-5/+7
2016-08-10MIR - Lazy cast convertion, primitivesJohn Hodge1-9/+72
2016-08-10MIR - Debug tracing, initialise stateJohn Hodge1-6/+43
2016-08-09main+MIR - Enable MIR generationJohn Hodge2-2/+95
2016-08-09MIR - Construction code completed, but untested (and some stubs)John Hodge3-2/+400
2016-08-09MIR - Draft (but incomplete) match handling, extra structureJohn Hodge1-21/+260
2016-08-09MIR - Work on lowering, not included yet and incompleteJohn Hodge2-1/+151
2016-08-08MIR - Draft structureJohn Hodge4-0/+246