summaryrefslogtreecommitdiff
path: root/src/mir/from_hir.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-24MIR Gen - Support zero-arm matches - Since they can never be reached, emit a ...John Hodge1-0/+1
2016-09-18HIR - Rework to include a node for in/box (for better type inferrence)John Hodge1-0/+1
2016-09-07MIR Gen - Hacky shallow drop support (doesn't support being conditional)John Hodge1-0/+5
2016-09-07MIR Gen - Cleaner Box support, start on move-out structureJohn Hodge1-0/+5
2016-09-06MIR Gen - Rough support for BoxJohn Hodge1-0/+3
2016-08-24MIR Gen - Use argument typesJohn Hodge1-1/+2
2016-08-24MIR Gen - Move variable states to function state (instead of scope)John Hodge1-4/+2
2016-08-24MIR Gen - Further span propagationJohn Hodge1-5/+6
2016-08-23MIR Gen - More span propagationJohn Hodge1-1/+1
2016-08-23MIR Gen - Span information in assign/dropJohn Hodge1-5/+19
2016-08-23HIR Typecheck - Require span for type_is_copyJohn Hodge1-2/+2
2016-08-23MIR - Add a `Const` entry to the MIR::Constant to refer to a named constantJohn Hodge1-0/+2
2016-08-21MIR Gen Match - Fix bug where a block would get magled by condition code (def...John Hodge1-1/+1
2016-08-21MIR Gen - Mark values used in calls as movedJohn Hodge1-2/+2
2016-08-21MIR Gen - Include Copy checkingJohn Hodge1-1/+6
2016-08-21MIR Gen - Rework to have proper drop scopes (INCOMPLETE)John Hodge1-21/+48
2016-08-20MIR Gen - Draft drop insertionJohn Hodge1-1/+75
2016-08-12MIR Gen Match - Unify match arm codegen (patterns separate)John Hodge1-1/+3
2016-08-11MIR - Split match logic into another fileJohn Hodge1-0/+62