Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-12 | Regenerate Linux bootstrap, improve bootstrap scripts. | Ori Bernstein | |
2018-06-27 | Make bootstrap more seamless. | Ori Bernstein | |
Don't mix installed/new programs. | |||
2018-06-22 | Regen bootstrap for all platforms. | Ori Bernstein | |
2018-03-28 | Allow 'make release' to override version. | Ori Bernstein | |
2017-11-24 | Fix the deps for bootstrap. | Ori Bernstein | |
2017-10-05 | make the bootstrapping step explicit. | Ori Bernstein | |
2017-09-11 | Announce now implicitly listens. | Ori Bernstein | |
2017-09-04 | Modernize benchmarks. | Ori Bernstein | |
2017-08-01 | Update bootstrap scripts. | Ori Bernstein | |
2017-03-10 | Update makefile to last release. | Ori Bernstein | |
2017-03-03 | Add a release generation rule to the makefile. | Ori Bernstein | |
2017-01-13 | Remove obsolete makefile, replace with bld.sub | Ori Bernstein | |
2016-05-24 | Run myrddin tests as subtests. | Ori Bernstein | |
2016-03-03 | Fix wrong Makefile build order | Ryan Gonzalez | |
2016-02-22 | Extract util functions into separate dir from parse/ | Ori Bernstein | |
2016-01-19 | Build 6m before running mbld. | Ori Bernstein | |
2015-12-16 | Add build tag for benchmarks. | Ori Bernstein | |
2015-12-04 | Add benchmark build tag to benchmarks. | Ori Bernstein | |
We don't need them built by default. | |||
2015-11-28 | Remove makefile junk. | Ori Bernstein | |
I was exploring code, and it slipped in. | |||
2015-11-25 | Add initial smoke tests. | Ori Bernstein | |
2015-09-23 | Include necessary library deps in benchmarks. | Ori Bernstein | |
2015-08-28 | Update bootstrap scripts. | Ori Bernstein | |
2015-06-12 | Unbork tests run by mbld. | Ori Bernstein | |
2015-05-15 | Add one bootstrap file per system. | Ori Bernstein | |
We may have different build orders, so we want one bootstrap file per system. | |||
2015-05-03 | Run tests from mbld. | Ori Bernstein | |
2015-04-14 | Temporarily disable 'mbld test'. | Ori Bernstein | |
It's buggy. | |||
2015-04-14 | Add support for all the usual targets. | Ori Bernstein | |
2015-04-13 | Generate bootstrap scripts using mbld. | Ori Bernstein | |
We can ditch myrbuild. | |||
2015-02-23 | Add syserrno.myr. | Ori Bernstein | |
2015-02-21 | Add 'bytebuf' implementation. | Ori Bernstein | |
2015-02-14 | Use the correct inputs for usefiles. | Ori Bernstein | |
Get the sys.foo through 'use sys', and not through 'use "sys.use". Also, make sure all .myr files are in the bldfile. | |||
2014-11-03 | Fix typo in makefile. | Ori Bernstein | |
opt => mi | |||
2014-09-05 | Move 'mi/' directory to 'opt/'. | Ori Bernstein | |
This is to free the 'mi/' name for machine independent code generation bits. Eg: debug information, register allocation, and other common stuff. | |||
2014-08-15 | Add benchmarking runner and makefile. | Ori Bernstein | |
Now you can do 'make bench', and see how fast Myrddin runs. Or at least the integer sorting bit. TODO: expand this so that you can see how it compares to previous results, and add benchmarks. | |||
2014-08-11 | Spit out the runtime from libstd. | Ori Bernstein | |
This will allow linking code without libstd, as well as fixing link order on freebsd. Freebsd seems to be picky aobut where '_start' is searched from. | |||
2014-08-11 | more modifications for FreeBSD port | akoshibe | |
2014-07-06 | Delete dead directory. | Ori Bernstein | |
Oh. Fuck. | |||
2013-08-09 | Add the basic type dumper to the build. | Ori Bernstein | |
2013-01-20 | Install the Myrddin system's makefiles on 'make install' | Ori Bernstein | |
2012-09-27 | Rename 'util' directory to 'muse'. | Ori Bernstein | |
One binary or library per directory with our build system. | |||
2012-09-27 | Add in '_start' to libstd. | Ori Bernstein | |
2012-09-19 | Run configure automatically if it hasn't been run yet. | Ori Bernstein | |
2012-09-17 | Rename 'opt' to 'mi'. | Ori Bernstein | |
It's not just for opts anymore. | |||
2012-09-14 | Build libmyr by default. | Ori Bernstein | |
2012-07-31 | Rename 8m to 6m | Ori Bernstein | |
Going along with the plan 9 covention still. | |||
2012-06-15 | Make the utils build wit the new world order. | Ori Bernstein | |
2012-06-11 | More work towards getting dataflow going. | Ori Bernstein | |
This commit temporarily breaks things. | |||
2012-06-07 | Add test for struct assignment. | Ori Bernstein | |
2012-01-10 | Move main file to backend. | Ori Bernstein | |
2011-11-05 | Initial commit | Ori Bernstein | |