index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
/
target.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-05
Target - Minor fixes to target.toml file loading (should work now)
John Hodge
1
-18
/
+49
2018-04-02
Add targets aarch64-linux-gnu and aarch64-unknown-openbsd
Jakub Jirutka
1
-0
/
+23
2018-04-01
All - Move toml parser and path header to a common library, start on custom t...
John Hodge
1
-7
/
+165
2018-03-26
netbsd/amd64 support
Maya Rashish
1
-0
/
+14
2018-02-19
Add OpenBSD support.
Brian Callahan
1
-0
/
+28
2018-02-11
Codegen MMIR - Fix some minor architecture issues
John Hodge
1
-7
/
+7
2018-02-10
Trans - Fix mismatches between mrustc's sizings and C's sizings
John Hodge
1
-11
/
+56
2018-02-04
Trans - Fixes to edge cases with enum variants
John Hodge
1
-3
/
+9
2018-02-04
Target - Fix incorrect array size calculation
John Hodge
1
-7
/
+7
2018-02-04
Trans - mingw32 target attempt (still being worked on)
John Hodge
1
-7
/
+25
2018-02-01
Codegen C - Minor fixes from target structure layout
John Hodge
1
-3
/
+3
2018-01-28
All - mingw32 compilation changes
John Hodge
1
-3
/
+3
2018-01-27
Trans - Move struct/enum layout calculation to target.cpp
John Hodge
1
-53
/
+482
2018-01-13
Trans - Add compiler triple/arch to the target spec
John Hodge
1
-6
/
+6
2018-01-13
Codegen - Support writing the build command to a file (instead of running it)
John Hodge
1
-6
/
+6
2018-01-07
Trans - Arch name is "arm" not "arm32"
John Hodge
1
-1
/
+1
2018-01-07
Trans - Draft ARM32 support
John Hodge
1
-0
/
+19
2017-12-09
HIR+Trans - Handling of various enum reprs
John Hodge
1
-0
/
+1
2017-12-03
Trans - Get sizes of !Sized pointers
John Hodge
1
-2
/
+6
2017-11-22
Target - Fix struct size calculations (align overall size)
John Hodge
1
-0
/
+10
2017-11-05
Trans - Calculate sizes, alignment, and representation
John Hodge
1
-24
/
+194
2017-09-22
Trans - MSVC twiddling
John Hodge
1
-4
/
+16
2017-07-09
Trans Target - Re-enable AtomicU8
John Hodge
1
-1
/
+1
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
1
-1
/
+1
2017-07-07
Trans - Hackery to run MSVC
John Hodge (bugs)
1
-13
/
+54
2017-06-18
Trans - Starting work on multiple targets
John Hodge
1
-2
/
+53
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
1
-0
/
+1
2017-03-10
MIR Optimise - basic size_of replacemnt
John Hodge
1
-0
/
+134