summaryrefslogtreecommitdiff
path: root/src/trans
AgeCommit message (Collapse)AuthorFilesLines
2018-02-24Standalone MIRI + Codegen MMIR - Drop supportJohn Hodge1-88/+63
2018-02-19Add OpenBSD support.Brian Callahan1-0/+28
2018-02-19Codegen C - Fix bad attempt at making MSVC workJohn Hodge1-8/+5
2018-02-18Codegen C - Still trying to make MSVC workJohn Hodge1-4/+24
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 Hodge2-9/+16
2018-02-11Standalone MIRI - Implementation sprint, statics in process.John Hodge1-3/+271
2018-02-11Codegen C - Fix warnings due to incorrect signs of enum variantsJohn Hodge1-34/+41
2018-02-11Codegen C - Fix some minor issuesJohn Hodge1-11/+11
2018-02-10Trans - Fix mismatches between mrustc's sizings and C's sizingsJohn Hodge2-25/+98
2018-02-04Trans - Fixes to edge cases with enum variantsJohn Hodge2-5/+19
2018-02-04Codegen C - Avoid ICE with gcc 5.4.0 (ubuntu), clean up some warningsJohn Hodge1-5/+6
2018-02-04Target - Fix incorrect array size calculationJohn Hodge1-7/+7
2018-02-04Trans - mingw32 target attempt (still being worked on)John Hodge4-68/+261
2018-02-01Codegen C - Minor fixes from target structure layoutJohn Hodge2-67/+78
2018-01-28standalone_miri - Up to attempting to run `hello`John Hodge1-7/+6
2018-01-28All - mingw32 compilation changesJohn Hodge1-3/+3
2018-01-28Codegen MMIR - More implementation workJohn Hodge1-17/+75
2018-01-27Trans - Add "backend" for monomorphised MIRJohn Hodge4-1/+778
2018-01-27Trans - Move struct/enum layout calculation to target.cppJohn Hodge3-371/+714
2018-01-24MSVC - Fiddling about trying to make C code compileJohn Hodge1-4/+65
2018-01-17Codegen C - Switch back to using $CC or gccJohn Hodge1-3/+6
2018-01-14Codegen C - Add forgotten 'break' to avoid emitting msvc code on gccJohn Hodge1-0/+1
2018-01-14MIR Codegen C - Continued work with MSVC codegen (still not working)John Hodge1-72/+190
2018-01-13Trans - Add compiler triple/arch to the target specJohn Hodge3-11/+12
2018-01-13Codegen - Support writing the build command to a file (instead of running it)John Hodge3-7/+13
2018-01-07Trans - Arch name is "arm" not "arm32"John Hodge1-1/+1
2018-01-07Trans - Draft ARM32 supportJohn Hodge1-0/+19
2018-01-01Codegen C - Remove hacky null pointer referenceJohn Hodge1-15/+26
2017-12-31Codegen - Remove need for `-z muldefs`John Hodge2-10/+20
2017-12-30Codegen C - Remove dead code, fix warning with mainJohn Hodge1-91/+1
2017-12-29Fix enums with `repr(u64)`Adam Chodorowski1-1/+1
2017-12-09HIR+Trans - Handling of various enum reprsJohn Hodge2-28/+31
2017-12-03Trans - Get sizes of !Sized pointersJohn Hodge1-2/+6
2017-12-02Codegen C - Fiddling with SwitchValue handlingJohn Hodge1-53/+91
2017-11-30Codegen C - Structured SwitchValue partial support, unify Switch handlingJohn Hodge3-34/+66
2017-11-25Codegen C - Better error messages for bad SwitchJohn Hodge1-2/+2
2017-11-24Codegen C - Generate call_mut for both Fn and FnMutJohn Hodge1-7/+12
2017-11-22Target - Fix struct size calculations (align overall size)John Hodge1-0/+10
2017-11-18Codegen C - Fix bad SwitchValue with signedJohn Hodge1-1/+1
2017-11-18Codegen - Fiddling with MSVC support (not quite there)John Hodge2-20/+10
2017-11-18Codegen C - Various attempts at making MSVC workJohn Hodge1-39/+154
2017-11-18Codegen C - Fiddling with MSVCJohn Hodge1-4/+4
2017-11-12src - Add draft (untested) support for procedural macro cratesJohn Hodge1-0/+6
2017-11-05Trans - Calculate sizes, alignment, and representationJohn Hodge3-34/+217
2017-11-05MIR - Use SwitchValue terminatorJohn Hodge1-2/+49
2017-11-04Trans Enumerate - Fix OOB read caused by vtable lookupJohn Hodge1-1/+5
2017-11-04Trans Enumerate - Remove a use of TU_MATCH for better debuggingJohn Hodge1-30/+32