summaryrefslogtreecommitdiff
path: root/src/mir/mir_builder.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-24MIR Gen - Use argument typesJohn Hodge1-2/+4
2016-08-24MIR Gen - Move variable states to function state (instead of scope)John Hodge1-20/+18
2016-08-24MIR Gen - Further span propagationJohn Hodge1-23/+23
2016-08-24MIR Gen - Expand associated after monomorphisationJohn Hodge1-3/+5
2016-08-23MIR Gen - More span propagationJohn Hodge1-13/+10
2016-08-23MIR Gen - Span information in assign/dropJohn Hodge1-20/+32
2016-08-23HIR Typecheck - Require span for type_is_copyJohn Hodge1-37/+40
2016-08-23MIR - Add a `Const` entry to the MIR::Constant to refer to a named constantJohn Hodge1-4/+23
2016-08-23MIR Gen - Field access with_val_typeJohn Hodge1-2/+31
2016-08-22MIR Gen - (minor) Log failing lvalue when &move requiredJohn Hodge1-1/+1
2016-08-22MIR Gen - (minor) Print type of defined variableJohn Hodge1-1/+1
2016-08-22MIR Gen - Move and drop detection improvedJohn Hodge1-31/+165
2016-08-21MIR Gen Match - Fix bug where a block would get magled by condition code (def...John Hodge1-4/+6
2016-08-21MIR Gen - Include Copy checkingJohn Hodge1-5/+101
2016-08-21MIR Gen - Move `MirBuilder` class to its own fileJohn Hodge1-0/+663