- 07 Jul, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 04 Jul, 2017 1 commit
-
-
Isaac Oscar Gariano authored
Hopefully made cargo use the latest version of rodal (without having to delete cargo.lock or running cargo clean)
-
- 28 Jun, 2017 1 commit
-
-
Pavel Zakopaylo authored
-> Made API and tests use `transmute` for f64/u64 instead of `as` -> Changed relevant logical shifts to (correctly) be arithmetic shifts -> Fixed small typo in tests -> (misc) Made STORE correctly handle arbitrary (< 64) sized ints
-
- 27 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 26 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 24 Jun, 2017 1 commit
-
-
Pavel Zakopaylo authored
-
- 16 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 10 May, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 08 May, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 05 May, 2017 1 commit
-
-
qinsoon authored
-
- 19 Apr, 2017 1 commit
-
-
qinsoon authored
-
- 28 Mar, 2017 1 commit
-
-
qinsoon authored
as scale in memory op
-
- 16 Mar, 2017 1 commit
-
-
qinsoon authored
argument we need to know whether a block is an exception block by looking at all the exceptional clauses.
-
- 08 Mar, 2017 1 commit
-
-
qinsoon authored
size, etc). add PRINTHEX instruction to print a number (for debugging use)
-
- 06 Mar, 2017 1 commit
-
-
qinsoon authored
liveins
-
- 24 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 23 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 27 Jan, 2017 1 commit
-
-
qinsoon authored
need to be fixed)
-
- 07 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 05 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 04 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 28 Dec, 2016 1 commit
-
-
qinsoon authored
-
- 06 Dec, 2016 1 commit
-
-
qinsoon authored
make tracing able to trace freelist space (may have degraded performance, gonna need to tune gc performance later)
-
- 05 Dec, 2016 1 commit
-
-
qinsoon authored
replacing most uses of HashMap with LinkedHashMap. This will reduce (if not eliminate) undeterminism in the compilation. Copied LinkedHashMap implementation to local so that I can implement encode/decode and other necessary methods
-
- 22 Nov, 2016 1 commit
-
-
qinsoon authored
changed a condition on coealescing. Fixed a bug in spilling rewrite. Currently test_extern_Func is broken
-
- 08 Nov, 2016 1 commit
-
-
qinsoon authored
going to test it with test_jit suite
-
- 19 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 14 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 30 Sep, 2016 1 commit
-
-
qinsoon authored
-
- 29 Sep, 2016 1 commit
-
-
qinsoon authored
-
- 28 Sep, 2016 1 commit
-
-
qinsoon authored
partially serialize compiled function into bootimage
-
- 21 Sep, 2016 1 commit
-
-
qinsoon authored
cannot get it work by loading it dynamically. Rust mangles mu runtime functions in test executable (even if I stated #[no_mangle]), so the dynamic library cannot call mu runtime functions (symbols not found)
-
- 13 Sep, 2016 1 commit
-
-
qinsoon authored
-
- 12 Sep, 2016 1 commit
-
-
qinsoon authored
-
- 23 Aug, 2016 1 commit
-
-
qinsoon authored
FIXME: GC settings such as heap size, n_gcthreads, should be properly serialized
-
- 09 Aug, 2016 1 commit
-
-
qinsoon authored
-
- 08 Aug, 2016 1 commit
-
-
qinsoon authored
-
- 20 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 14 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 12 Jul, 2016 1 commit
-
-
qinsoon authored
-