summaryrefslogtreecommitdiff
path: root/src/trans
AgeCommit message (Collapse)AuthorFilesLines
2018-06-03Trans - Fix some minor errors from building with clangJohn Hodge2-0/+11
2018-06-03Trans - Fix target_os for macJohn Hodge1-1/+1
2018-06-02All - Warning cleanup when built with clangJohn Hodge2-1/+2
2018-06-02Targets - Add a rough OSX targetJohn Hodge1-0/+7
2018-05-27Trans - Plannin for dynamic library supportJohn Hodge2-0/+8
2018-05-26Codegen C - Don't emit destructor when type doesn't need itJohn Hodge1-0/+5
2018-05-20General TODO cleanupJohn Hodge1-17/+12
2018-05-13Codegen MMIR - Fix main return typeJohn Hodge1-2/+9
2018-05-13Codegen MMIR - Struct constructorsJohn Hodge1-1/+38
2018-05-12Trans - Support NonZero optimisation for BoxJohn Hodge2-0/+14
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-05-05Target - Minor fixes to target.toml file loading (should work now)John Hodge2-24/+67
2018-04-02Add targets aarch64-linux-gnu and aarch64-unknown-openbsdJakub Jirutka1-0/+23
2018-04-01All - Move toml parser and path header to a common library, start on custom ↵John Hodge1-7/+165
target specs.
2018-04-01Codegen C - Fix compilation error in cargo (#66)John Hodge1-4/+16
2018-03-31Codegen C - Fix a few bugs with no ZST modeJohn Hodge1-3/+35
2018-03-30Codegen C - Fix ZST handlingJohn Hodge1-4/+23
2018-03-26netbsd/amd64 supportMaya Rashish1-0/+14
2018-03-17Codegen C - Work around GCC5 bug by emitting a single-field struct instead ↵John Hodge1-1/+12
of a union Fixes #63
2018-03-17Codegen C - Fix structured emission (still disabled)John Hodge3-34/+171
2018-03-17Codegen - Minor array fix for MSVCJohn Hodge1-7/+27
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 Hodge4-43/+142
2018-03-17MIR Optimise - Slight cleanup for faster compilesJohn Hodge1-1/+1
2018-03-17Standalone Miri - More work blasting alongJohn Hodge1-0/+4
2018-03-17Trans - Move monomorphisation from codegen pass to its own pass, and do a ↵John Hodge5-17/+102
second inlining pass after monomorph.
2018-03-03Codegen C - Avoid warning from msvc changeJohn Hodge1-1/+1
2018-03-03Codegen C - Avoid attempting to get type of a non-LValue when looking for ZSTsJohn Hodge1-6/+9
2018-03-03Trans Enumerate - Some work on doing selective library enumeration (has some ↵John Hodge2-43/+54
holes, so is still disabled)
2018-03-03Codegen C - Fix ordering of InterlockedCompareExchange argumentsJohn Hodge1-3/+4
2018-03-03Codegen C - A few more MSVC compile fixes, now compiling (after patching ↵John Hodge1-5/+19
libstd to remove unused extern)
2018-03-03Codegen C - Work around InterlockedExchangeSubtract not existing for all ↵John Hodge1-2/+6
types by emulating with add
2018-03-03Codegen C - More work with MSVC support (darn atomics)John Hodge1-59/+82
2018-02-28Codegen C - MSVC fiddling still, fix compile error on gccJohn Hodge1-7/+37
2018-02-25Codegen C - More work on MSVC functionsJohn Hodge1-13/+43
2018-02-25Codegen C - Literals and omitted ZSTsJohn Hodge1-4/+19
2018-02-25Codegen C - Don't add `_d` field when there's an unsizedJohn Hodge1-1/+1
2018-02-25Codegen C - Minor fix with vtable handling, more work on MSVC zstsJohn Hodge1-6/+29
2018-02-25HIR+Codegen C - Encode drop/size/align in VTables at HIR level, working on ↵John Hodge1-96/+213
MSVC compilation
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