summaryrefslogtreecommitdiff
path: root/src/mir/cleanup.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-25HIR Typecheck - Refactor of markings to keep more informationJohn Hodge1-8/+8
2017-07-06MIR - Add (but don't use) a SwitchValue terminatorJohn Hodge1-0/+3
2017-06-16MIR - Unify temporaries and variablesJohn Hodge1-7/+5
2017-04-22MIR - Add ScopeEnd statement to indicate where a value will no longer be usedJohn Hodge1-0/+2
2017-02-23MIR Gen - Some more Param usesJohn Hodge1-18/+13
2017-02-22MIR - Restrict Constant::Bytes to returning &[u8; N]John Hodge1-1/+1
2017-02-22MIR - Add types to integer constantsJohn Hodge1-9/+9
2017-02-22MIR - Make MakeDst ptr a ParamJohn Hodge1-1/+1
2017-02-22MIR - add Param type for places where a lvalue is readJohn Hodge1-18/+29
2017-01-20MIR - Drop flags (incomplete, doesn't pass validation)John Hodge1-0/+2
2017-01-13MIR Cleanup - Unsized into TraitObject from constantsJohn Hodge1-19/+38
2017-01-08All - i128/u182 support, typecheck and parse fixesJohn Hodge1-0/+2
2017-01-07MIR Cleanup - Box deref destructuring in virtualisationJohn Hodge1-1/+5
2017-01-07MIR Cleanup - Fix returned type for associated constantsJohn Hodge1-2/+10
2017-01-06MIR Cleanup - Expand non-overridden associated constantsJohn Hodge1-11/+27
2017-01-05MIR Cleanup - Raw pointers are valid for DstMetaJohn Hodge1-2/+11
2017-01-05MIR Cleanup - DstMeta on arraysJohn Hodge1-0/+8
2017-01-02MIR - Remove Deref from inputs to RValue::DstMeta/DstPtrJohn Hodge1-9/+13
2017-01-01MIR/Trans - Fix DST field borrow hackJohn Hodge1-39/+1
2016-12-31MIR - Fix a bit of invalid MIRJohn Hodge1-2/+22
2016-12-31Expand Derive - Hack around getting a trait object to a [T]John Hodge1-0/+2
2016-12-30MIR - Misc fixesJohn Hodge1-0/+2
2016-12-30MIR Cleanup - Associated consantsJohn Hodge1-0/+41
2016-12-29MIR Cleanup - Derefence FnMut/Fn for fn pointsJohn Hodge1-1/+5
2016-12-29MIR - Inline assembly in MIRJohn Hodge1-0/+6
2016-12-24No more tears!ubsan1-82/+82
2016-12-17MIR Cleanup - Handle enum constantsJohn Hodge1-1/+32
2016-12-16MIR - Fix unsizing between trait objectsJohn Hodge1-3/+6
2016-12-15HIR - Linkage anntation (un-populated)John Hodge1-1/+1
2016-12-14Consteval - Re-enabled full first-pass constevalJohn Hodge1-4/+9
2016-12-13MIR Cleanup - De/Re-structure Box when calling a Box virtual functionJohn Hodge1-5/+78
2016-12-11HIR Const Eval - Split into two passes to have correct types in literalsJohn Hodge1-0/+2
2016-12-11MIR Cleanup - Hackily handle borrowing a DST from within a typeJohn Hodge1-0/+40
2016-12-10MIR Cleanup - Constant arraysJohn Hodge1-87/+190
2016-12-10MIR Cleanup - BorrowOf supportJohn Hodge1-5/+21
2016-12-10HIR ConstEval - Do basic type inferrence so created statics have correct typesJohn Hodge1-0/+4
2016-12-10MIR Cleanup - Convert fn() calls to by-valueJohn Hodge1-0/+22
2016-12-10MIR - Add rough optimisationsJohn Hodge1-0/+33
2016-12-10MIR Cleanup - Hacky inner deref of BoxJohn Hodge1-11/+43
2016-12-10MIR - More CoerceUnsized/Unsize hackeryJohn Hodge1-51/+127
2016-12-10MIR Cleanup - Logging and lvalue structureJohn Hodge1-0/+100
2016-12-10MIR - Cast PhandomData fields when doing CoerceUnsizedJohn Hodge1-4/+29
2016-12-10HIR->MIR - Destructuring CoerceUnsizedJohn Hodge1-51/+285
2016-12-08MIR Cleanup - Start on cast conversion, add support for &[T;n] constantsJohn Hodge1-0/+43
2016-12-07MIR - Merge two call types into one with a different targetJohn Hodge1-28/+25
2016-12-07MIR VTable - Fix incorrect vtable nameJohn Hodge1-1/+1
2016-12-07HIR VTables - Handle traits with duplicate method names form different sub-tr...John Hodge1-48/+74
2016-12-05MIR Cleanup - Replace constantsJohn Hodge1-1/+101
2016-12-04MIR Cleanup - Extract data pointer when calling vtable methodsJohn Hodge1-3/+7
2016-12-04MIR - Move vtable conversion to its own passJohn Hodge1-0/+96