Add copious allocs to benchmarks.
Add benchmarking runner and makefile.
Add and correct file manipulation stuff.
Add support for pipe() syscall.
Add path joining and normalization functions.
Reduce nesting levels in resolver.
Remove workaround for compiler bug.
Update the documentation for myrbuild.
Implement waitstatus() for freebsd.
Simplify runtime overrride scheme.
Spit out the runtime from libstd.
more modifications for FreeBSD port
Merge remote-tracking branch 'origin/freebsd-port'
Merge branch 'master' of https://github.com/akoshibe/mc
Merge branch 'master' of https://github.com/oridb/mc
Add initial cut for freebsd start code.
Merge branch 'master' of https://github.com/oridb/mc
Parts of syscall wrapper for FreeBSD
Step through default types when specializing.
Better formatting for fmtunion
Don't print 'tynil' in ucons.
Add proper checking for types with parameters.
Use probed values from configure
Fix compilation on GCC 4.8
More debug dumps with final substitutions.
Sync eqivalent member on OSX names with linux.
Fix generic type construction.
Fix indentation on benchmark code.
I can't remember the last time I used 'myrtypes'.
Fix missing newlines in pretty prints.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Add borked test case for generic chaining.
Fix syscall signatures on OSX
Fix test expectations for stdfmtpad.
Correct support for zero/space padded negative int
Add tests for padded format strings.
Add support for padded strings.
Compute the directory length
Fix struct stat under Linux.
Add support for directory listing under OSX
Fix dir-linux to actually keep the offset.
Add directory listing under Linux.
Make system/arch dependent rules generic.
Add getdents function to linux.
Merge https://github.com/oridb/mc
Merge pull request #1 from akoshibe/master
Make 'make install' build the library.
Add 'getdirentries64' syscall to OSX.
Add one more test case for alignment.
Merge https://github.com/oridb/mc
Actually run the alignment test.
Truncate the message in the right place.
Merge https://github.com/oridb/mc
Actually make the OSX ifreqs match.
Appropriately put in fresh registers.
Appropriately save/restore registers.
Rearrange declarations to facilitate refactoring.
Take into account subregisters when coalescing.
Fix generated headers in parallel builds.
Add knowledge that gram.h is generated from gram.y
Finish off DESTDIR support.
Add DESTDIR support for libstd
Delete mistakenly added binary.
Merge https://github.com/oridb/mc
Add support for matching string arguments.
Fix ifreq on Linux, and add it for OSX
Merge https://github.com/oridb/mc
Actually use the linux-platform ifreq struct.
Check correct condition for worklists.
Strip out '_' from what we pass to strtol() and friends.
Add first benchmark: integer sorting.
Fix bug in open()/openmode()