summaryrefslogtreecommitdiff
path: root/src/trans/codegen_mmir.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-07All - Fix some clang warningsJohn Hodge1-3/+4
2019-11-09Standalone MIRI - Tweaks on windowsJohn Hodge1-2/+2
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge1-8/+12
2019-08-18Codegen MMIR - panic_impl stubJohn Hodge1-0/+15
2019-08-09Codegen MMIR - Emit drop glue for enum/union typesJohn Hodge1-70/+81
2019-08-07Standalone MIRI - Rough panic supportJohn Hodge1-6/+6
2019-08-05Codegen MMIR - Selective drop glueJohn Hodge1-4/+8
2019-08-04Standalone MIRI - Restructure so `0` is never a valid pointer valueJohn Hodge1-7/+12
2019-08-03Codegen MMIR - Handle enum constructorsJohn Hodge1-4/+49
2019-07-14standalone_miri - Fix after MIR refactorJohn Hodge1-7/+22
2019-06-29Trans - Rework to potentially support dynamic librariesJohn Hodge1-2/+2
2019-06-02MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ...John Hodge1-53/+50
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-4/+3
2019-05-05MMIR - Fix a TODO around pointers to stringsJohn Hodge1-12/+25
2019-05-05MIR - Wrap HIR::Path-s in MIR::Constant in unique_ptrJohn Hodge1-1/+1
2019-04-25MIR - Reduce size of LValue::Static by putting the HIR::Path behind a pointerJohn Hodge1-1/+1
2018-12-22Codegen MMIR - Forgot to compile before commit, fix syntax errors.John Hodge1-2/+2
2018-12-22(minor) Whitespace cleaupJohn Hodge1-2/+2
2018-12-22Codegen MMIR - Remove places where assert body needs to be evaluated (ref #97)John Hodge1-8/+12
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-3/+9
2018-06-02All - Warning cleanup when built with clangJohn Hodge1-0/+1
2018-05-13Codegen MMIR - Fix main return typeJohn Hodge1-2/+9
2018-05-13Codegen MMIR - Struct constructorsJohn Hodge1-1/+38
2018-05-12Standalone MIRI - TLS and some other messing aboutJohn Hodge1-1/+1
2018-05-12Codegen MMIR - Emit vtables (only partially complete)John Hodge1-38/+104
2018-03-17Standalone MIRI - size_of_val and drop_in_placeJohn Hodge1-3/+3
2018-03-17VTables - Rename vtable static to have the # at the end (helps parsing in mmir)John Hodge1-30/+132
2018-03-17Standalone Miri - More work blasting alongJohn Hodge1-0/+4
2018-02-24Standalone MIRI + Codegen MMIR - Drop supportJohn Hodge1-88/+63
2018-02-18Standalone MIRI (and mmir codegen) - Support external functionsJohn Hodge1-0/+24
2018-02-16Standalone MIRI - Hacking along, hit a blocker that will need some refactor.John Hodge1-6/+17
2018-02-12Codegen MMIR - Fix compilation error on linuxJohn Hodge1-3/+9
2018-02-11Codegen MMIR - Fix some minor architecture issuesJohn Hodge1-2/+9
2018-02-11Standalone MIRI - Implementation sprint, statics in process.John Hodge1-3/+271
2018-02-04Trans - mingw32 target attempt (still being worked on)John Hodge1-5/+8
2018-01-28standalone_miri - Up to attempting to run `hello`John Hodge1-7/+6
2018-01-28Codegen MMIR - More implementation workJohn Hodge1-17/+75
2018-01-27Trans - Add "backend" for monomorphised MIRJohn Hodge1-0/+766