RSS feed
2c27f80b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/15 16:37
Split abort-linux.s, abort-osx.s
216975ca
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/15 11:03
Check for failures in big allocations.
8e7e353e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/15 11:03
Make the big.*i bigint ops generic.
b0e8478d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 22:39
Now the abort code works on OSX.
b176e0b2
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 22:28
Add missing file abort.s
28ef34f8
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 22:04
Fix execv{e} buffer size.
a6457666
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 21:45
Fix typo in sort.
996f8ee3
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 21:19
Fix up character type checks.
750ff49e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 19:54
Print the stack that has a cycle when compiling.
5e363272
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 19:15
Add checking for buffer overruns.
e1793107
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 19:15
Fix buffer overruns.
cc5869fb
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 19:15
Add test cases for strstrip.
75f404b1
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 18:43
Fix 'strstrip()' out of bounds access.
1b92befa
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 12:12
Fix test data and spurious bigint prints.
3e6836de
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/13 23:21
Fix bigint parsing for hex.
ab947447
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/13 23:08
Add missing lstat syscall.
6e35fce1
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/12 14:37
Improve bigint testing.
d0c27d2d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 21:31
Remove allocing/freeing a bigint wth small muls.
4a95d9e5
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:52
Fix the factorial calculation.
9673e11f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:51
Fix buffer sizing for bigfmt.
b379d6b2
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:33
Add a big factorial benchmark.
83a2a0b7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:30
Make bigfmt match the fmt functions.
50c1c9ee
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 17:32
Don't generate obscene movs for big blits.
869b4e25
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 16:58
Add sha1 benchmark.
dabb2daa
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/09 21:49
Fix register allocator bug.
2de9ac93
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 20:49
Make blits take into account type alignment.
8c020dc6
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:45
Compute funcrets into their dest.
80df31d3
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:44
More iterations on intsort.
3eac4fd0
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:31
Clean up the blitting code.