summaryrefslogtreecommitdiff
path: root/src/trans
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06Codegen C - Remember to EAT after monomorphJohn Hodge1-1/+3
2017-01-05Codegen C - Fix discriminant_value on non-enums, and LValue::Downcast on unionsJohn Hodge1-3/+15
2017-01-05Codegen C - Fix bad field name for SLICE_PTRJohn Hodge1-1/+1
2017-01-05Codegen C - type_name return type fix, INT64_MIN patchJohn Hodge1-2/+7
2017-01-04Codegen C - Fat pointer derefJohn Hodge1-6/+27
2017-01-04Codegen C - DST fixes, diverging UfcsInherentJohn Hodge1-2/+142
2017-01-03Codegen C - Slice comparison function (for strings and byte slices)John Hodge1-0/+27
2017-01-03Trans C - Enum variant constructor pointersJohn Hodge1-1/+53
2017-01-02MIR - Remove Deref from inputs to RValue::DstMeta/DstPtrJohn Hodge1-4/+2
2017-01-02Codegen C - Down-mask unsigned integer literalsJohn Hodge1-2/+31
2017-01-02Codegen C - Function type prototypesJohn Hodge1-20/+26
2017-01-02Codegen C - Fixed string output, slice borrows in staticsJohn Hodge1-11/+43
2017-01-02Codegen C - Prototype definitions for staticsJohn Hodge2-3/+28
2017-01-02Codegen C - Fixed drop glue fat pointers, integer literalsJohn Hodge1-7/+56
2017-01-02Codegen C - Defer emission of box drop glueJohn Hodge1-69/+46
2017-01-02Codegen C - Forward declare drop glue used in box destructorJohn Hodge1-3/+50
2017-01-02Codegen C - Add forward decl of arrays, fix array pointersJohn Hodge1-8/+10
2017-01-02Trans Enumerate - Enumerate resultant types from LValue::DerefJohn Hodge2-12/+323
2017-01-01Trans - Tweaks to forward declarationsJohn Hodge2-4/+17
2017-01-01Trans - Support forward declaration of typesJohn Hodge5-108/+187
2017-01-01MIR/Trans - Fix DST field borrow hackJohn Hodge1-7/+23
2017-01-01Codegen C - Handle function pointers cast to raw pointers in literalsJohn Hodge1-2/+18
2017-01-01Codegen C - Array destructor fixJohn Hodge1-1/+1
2017-01-01Codegen C - A couple more intrinsicsJohn Hodge1-0/+9
2017-01-01Trans Enumerate - Hack around provided associated functions not being ↵John Hodge2-8/+13
monomorphised
2017-01-01Codegen C - Fix some end-of-nonvoid errors from clangJohn Hodge1-1/+2
2017-01-01Trans Enumerate - UnionsJohn Hodge1-1/+16
2017-01-01Codegen C - UnionsJohn Hodge1-14/+119
2016-12-31MIR Dump - Clean string printingJohn Hodge1-4/+14
2016-12-31Trans Enumerate - Ensure that main/start have types enumeratedJohn Hodge1-8/+2
2016-12-31Codegen C - Replace span-based BUG/TODOs with MIR-based onesJohn Hodge1-19/+18
2016-12-31Codegen C - Better error message for TODOJohn Hodge1-1/+1
2016-12-31Codegen C - More intrinsics and erased type handlingJohn Hodge1-22/+98
2016-12-31MIR - Fix a bit of invalid MIRJohn Hodge1-4/+4
2016-12-31Codegen C - Handling for erased typesJohn Hodge2-8/+37
2016-12-31Codegen C - More complete unsized type handlingJohn Hodge1-29/+49
2016-12-31Trans - Efficiency cleanupsJohn Hodge5-67/+71
2016-12-30MIR - Misc fixesJohn Hodge1-2/+4
2016-12-30Trans Enumerate - Fix missed functionsJohn Hodge1-3/+13
2016-12-30Trans Enumerate - Refactor to remove deep recursionJohn Hodge1-108/+141
2016-12-30Trans - FiddlingJohn Hodge3-11/+15
2016-12-30Trans C - Extra intrinsicsJohn Hodge1-0/+46
2016-12-30Trans C - Move intrinsics to a functionJohn Hodge1-216/+221
2016-12-30Trans Enumerate - EAT in enumsJohn Hodge1-3/+7
2016-12-30Trans C - Little fixesJohn Hodge1-14/+33
2016-12-29Codegen C - (minor) Assert that Call::Value is a functionJohn Hodge1-0/+1
2016-12-29MIR - Inline assembly in MIRJohn Hodge1-0/+6
2016-12-25Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge7-121/+120
2016-12-24No more tears!ubsan7-122/+122
No more DOS line endings or trailing whitespace either
2016-12-24Trans C - Box drops (deep and shallow)John Hodge1-16/+57