Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
One binary or library per directory with our build system. | |||
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 | |
Due to naming issues, we were only putting in sub-symtabs. Not good. | |||
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 | |
- Fixed name for setl (we called it setlt) - Disallowed generation of movzbb and similar. | |||
2012-07-20 | sizeof(foo) should return a generic. | Ori Bernstein | |
We want it to work with 'size' typedefs and such. | |||
2012-06-20 | Start to cut down and specialize debug dumps. | Ori Bernstein | |
They grew to the point of uselessness. Dump them. | |||
2012-06-19 | Work towards making a "real" hello world | Ori Bernstein | |
Proper syscalls, etc. | |||
2012-06-17 | Make loading usefiles work completely. | Ori Bernstein | |
2012-06-17 | Read and write the contents of usefiles properly. | Ori Bernstein | |
Still to do: Merge it into the current symbol table. | |||
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 | |