RSS feed
aa4849ac
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 18:43
Fix 'strstrip()' out of bounds access.
677eeb4a
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/14 12:12
Fix test data and spurious bigint prints.
8f2b7470
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/13 23:21
Fix bigint parsing for hex.
4a59ae12
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/13 23:08
Add missing lstat syscall.
c72e1e94
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/12 14:37
Improve bigint testing.
b1aeaa39
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 21:31
Remove allocing/freeing a bigint wth small muls.
10b4f7d2
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:52
Fix the factorial calculation.
8e62e63f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:51
Fix buffer sizing for bigfmt.
6b0a4003
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:33
Add a big factorial benchmark.
bc3ef744
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 20:30
Make bigfmt match the fmt functions.
8f5b7baf
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 17:32
Don't generate obscene movs for big blits.
4a494e3b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/11 16:58
Add sha1 benchmark.
fb881a4e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/09 21:49
Fix register allocator bug.
f139158e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 20:49
Make blits take into account type alignment.
9ea9ad79
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:45
Compute funcrets into their dest.
fa9a9dbe
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:44
More iterations on intsort.
1bf649bb
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 18:31
Clean up the blitting code.
dc1c4048
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 16:57
Apply the src/dest offsets when blitting bytes.
c7981a24
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/07 16:14
Make deref() set the type of the loaded value.
1536f46e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 18:19
Fix generic bigint construction.
27c111b6
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 18:09
Allow traits to work.
ea38cf38
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 17:37
Fix nkeys in hash table replacements
4fa7514c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 17:18
Error on declared but unimplemented functions.
d0331c3c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 17:18
Fix missing methods.
ebdd2476
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 16:53
Delete unimplemented functions.
2b8d6177
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/06 16:04
Fix hassuffix.
e34aa646
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/05 06:53
Move 'mi/' directory to 'opt/'.
6b823d19
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/04 14:43
Split blat() and add an 'fblat()' version.
580c8e89
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/02 12:33
Build benchmarks with local compiler/muse/libs.
603b1e86
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/02 12:29
Fix typo.
84d48fce
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/09/02 12:21
Switch to much faster register based blitting.
094074d7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/08/30 06:30
Add comment to explain why slpush() is ok
4ef5e4ab
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/08/29 13:10
Split slurp into a variant that also takes an FD
ab641f13
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/08/29 13:10
Add support for '%%' format specifier
3dbb72f5
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/08/28 08:24
Switch now from milliseconds microseconds.
185389d8
– Ori Bernstein <ori@eigenstate.org>
authored
on 2014/08/27 07:21
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc