index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2018-09-22
Compile on 32 bits.
Ori Bernstein
2017-07-18
Fix murmurhash2 when string length is a multiple of a 4
Michael Forney
2017-07-15
Type binding refactoring now compiles.
Ori Bernstein
2017-07-09
Style(9)-ify.
Ori Bernstein
2017-06-25
Remove -Wextra
Ori Bernstein
2017-02-17
Search for usefiles relative to the output.
Ori Bernstein
2017-01-15
Back to a 9front C subset.
Ori Bernstein
2017-01-09
Remove type punning from hash function.
Ori Bernstein
2017-01-09
Speed up bitset.
Ori Bernstein
2016-12-11
Use rdbuf to read floats.
Ori Bernstein
2016-07-29
Fix a bit of undefined behavior.
Ori Bernstein
2016-05-25
Improve hash functions.
Ori Bernstein
2016-03-08
compare the correct memory in strliteq
Andrew Chambers
2016-03-03
Fix odd "Unexpected argument" message
Ryan Gonzalez
2016-02-28
Plan 9 build should now work.
Ori Bernstein
2016-02-24
Use eltshift.
Ori Bernstein
2016-02-24
Move bitset.c to util dir.
Ori Bernstein
2016-02-22
Add missing makefile.
Ori Bernstein
2016-02-22
Move more stuff around in util code.
Ori Bernstein
2016-02-22
Extract util functions into separate dir from parse/
Ori Bernstein
2012-09-27
Rename 'util' directory to 'muse'.
Ori Bernstein
2012-08-19
Add to the manpages.
Ori Bernstein
2012-08-01
Don't crash when we can't open a file.
Ori Bernstein
2012-07-25
Make sure i is initialized
Ori Bernstein
2012-07-25
Merge the symtabs correctly.
Ori Bernstein
2012-07-25
Load the stab into the exports file.
Ori Bernstein
2012-07-25
refactor muse and add merging.
Ori Bernstein
2012-07-22
Fix bad instruction generation.
Ori Bernstein
2012-07-20
sizeof(foo) should return a generic.
Ori Bernstein
2012-06-20
Start to cut down and specialize debug dumps.
Ori Bernstein
2012-06-19
Work towards making a "real" hello world
Ori Bernstein
2012-06-17
Make loading usefiles work completely.
Ori Bernstein
2012-06-17
Read and write the contents of usefiles properly.
Ori Bernstein
2012-06-16
Work towards getting usefiles going.
Ori Bernstein
2012-06-15
Make the utils build wit the new world order.
Ori Bernstein
2012-06-15
Rename files.
Ori Bernstein