David Given
|
26fe3f7530
|
Added library skeletons.
|
2018-09-05 00:07:07 +02:00 |
|
David Given
|
98afb42095
|
Added a boot.o based on the PowerPC one.
|
2018-09-05 00:00:13 +02:00 |
|
David Given
|
26c0228b14
|
The examples all compile now (probably incorrectly, and the libc doesn't
compile yet).
|
2018-09-04 23:55:28 +02:00 |
|
David Given
|
9d80756253
|
Lots of assembler and rule bugfixing.
|
2018-09-04 23:43:24 +02:00 |
|
David Given
|
fe5ca5a85f
|
Added li and la instructions.
|
2018-09-03 22:47:41 +02:00 |
|
David Given
|
26f9b4ceae
|
Add in floating point support to the code generator.
|
2018-09-03 22:06:05 +02:00 |
|
David Given
|
83cf1be6a8
|
mcgg now checks that registers have at most one type attribute set.
|
2018-09-03 22:03:57 +02:00 |
|
David Given
|
f8e71d888b
|
Add some painfully untested FPU instructions.
|
2018-09-02 21:36:09 +02:00 |
|
David Given
|
1d6ecddcf4
|
The MIPS backend is still full of holes, and cut-and-pasted PowerPC code, but
is beginning to look like an actual code generator.
|
2018-09-02 18:57:25 +02:00 |
|
David Given
|
a023fd8591
|
Better error reporting for unterminated strings.
|
2018-09-02 18:55:44 +02:00 |
|
David Given
|
2eaca39322
|
Merge pull request #120 from davidgiven/dtrg-no
Remove the built-in preprocessor in cemcom.ansi
|
2018-09-02 13:15:11 +02:00 |
|
David Given
|
b76352de99
|
Remove stray #include.
|
2018-09-02 12:54:53 +02:00 |
|
David Given
|
cb983fac44
|
Rip out the built-in preprocessor from cemcom.ansi, now it's no longer used.
|
2018-09-02 12:50:50 +02:00 |
|
David Given
|
6931ffa5a4
|
Disable the built-in preprocessor in cemcom.ansi; the external preprocessor is
always run. Fix a bug in block skipping in the preprocessor.
|
2018-09-02 12:39:00 +02:00 |
|
David Given
|
f8fc5bc3d8
|
Implement single-line C++-style comments.
Fixes: #118
|
2018-09-02 12:14:59 +02:00 |
|
David Given
|
0e9736fdca
|
Run through clang-format before editing.
|
2018-09-02 12:04:33 +02:00 |
|
David Given
|
274ed3cb6a
|
Run through clang-format before editing.
|
2018-09-02 11:49:40 +02:00 |
|
David Given
|
dd00b81080
|
Run files through clang-format before editing.
|
2018-09-02 11:36:15 +02:00 |
|
David Given
|
fa1ba55ad2
|
Convert CRLF into LF on read; this should avoid problems with parsing CRLF files.
Fixes #117.
|
2018-09-02 11:30:20 +02:00 |
|
David Given
|
788f439a48
|
Run files through clang-format before editing.
|
2018-09-02 11:16:06 +02:00 |
|
David Given
|
4741ed8e14
|
Add a completely non-tested table-based MIPS assembler.
|
2018-09-01 19:35:31 +02:00 |
|
David Given
|
bed39e1f4d
|
Merge.
|
2018-09-01 15:34:36 +02:00 |
|
David Given
|
1d9f9074d9
|
The default installation location should be /usr/local.
|
2018-09-01 15:34:01 +02:00 |
|
David Given
|
7dc4c16521
|
Merge pull request #112 from davidgiven/dtrg-te
Add tea-ci CI for Windows builds
|
2018-09-01 11:49:28 +02:00 |
|
David Given
|
6f74f1caf3
|
Disable the msys32 build because it doesn't work (due to brk issues).
|
2018-09-01 11:43:52 +02:00 |
|
David Given
|
f09182eb37
|
Another typo fix.
|
2018-09-01 11:34:29 +02:00 |
|
David Given
|
269484f64a
|
Typo fix.
|
2018-09-01 11:32:26 +02:00 |
|
David Given
|
b57900c638
|
Experiment with a build matrix and msys32.
|
2018-09-01 11:31:45 +02:00 |
|
David Given
|
a7719a8fe6
|
Add bison and flex.
|
2018-09-01 11:25:03 +02:00 |
|
David Given
|
bc1a639697
|
No luck with ninja --- make should work?
|
2018-09-01 11:23:39 +02:00 |
|
David Given
|
e4ba155886
|
Update apt before installing.
|
2018-09-01 11:19:16 +02:00 |
|
David Given
|
0a735d43e6
|
Typo fix.
|
2018-09-01 11:18:25 +02:00 |
|
David Given
|
e886186890
|
Cygwin setup is very slow, so put sh-on-windows first for testing.
|
2018-09-01 11:17:50 +02:00 |
|
David Given
|
d1a00f2f48
|
Let's try sh-on-windows as well.
|
2018-09-01 11:12:14 +02:00 |
|
David Given
|
10785e9791
|
msys32 doesn't work; try Cygwin instead.
|
2018-09-01 11:07:28 +02:00 |
|
David Given
|
2666268af7
|
Install ninja before building.
|
2018-09-01 11:04:12 +02:00 |
|
David Given
|
5377c1cc82
|
Looks like sh-on-windows isn't working.
|
2018-09-01 11:02:48 +02:00 |
|
David Given
|
ccde733793
|
Add a drone.yml for tea-ci.
|
2018-09-01 11:00:08 +02:00 |
|
David Given
|
5f83fd85dc
|
Don't try to use acct() on cygwin (which doesn't support it). Fixes: #111
|
2018-09-01 10:41:31 +02:00 |
|
David Given
|
8d321900b4
|
Merge pull request #110 from davidgiven/dtrg-warnings
Fix warnings and convert the Modula-2 library to ANSI C.
|
2018-06-25 22:29:47 +02:00 |
|
David Given
|
7971bdba5a
|
Warning-fixed and ansified the Modula-2 library.
|
2018-06-25 22:22:37 +02:00 |
|
David Given
|
f8ba7ef962
|
Move the Modula-2 library includes into a directory in lang/m2 where they belong.
|
2018-06-24 20:32:59 +02:00 |
|
David Given
|
aa19c08512
|
Merge pull request #109 from davidgiven/dtrg-warnings
Rework the Linux include directories.
|
2018-06-24 20:03:21 +02:00 |
|
David Given
|
ab7002c0ee
|
All the Linux include directories are the same, so common them all out into a
single one, like OSX.
|
2018-06-24 19:57:43 +02:00 |
|
David Given
|
47bdd9cc49
|
Merge pull request #108 from davidgiven/dtrg-warnings
Warning-fix and protoise the basic library.
|
2018-06-24 01:00:30 +02:00 |
|
David Given
|
1702d873ea
|
Warning-fix and protoise the basic library.
|
2018-06-24 00:35:51 +02:00 |
|
David Given
|
a6742a7d55
|
Merge pull request #107 from davidgiven/dtrg-libc
OpenBSD fixes
|
2018-06-24 00:21:29 +02:00 |
|
David Given
|
bbb98240fe
|
Merge from trunk.
|
2018-06-24 00:08:39 +02:00 |
|
David Given
|
f45b357740
|
Remove the dependency on the glibc-only byteswap.h.
|
2018-06-24 00:01:06 +02:00 |
|
David Given
|
1fc20e90c0
|
Remove c99-isms.
|
2018-06-23 23:56:34 +02:00 |
|