summaryrefslogtreecommitdiff
path: root/src/trans/codegen_mmir.cpp
AgeCommit message (Expand)AuthorFilesLines
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