Chris Pressey
|
ff67e15208
|
Link to new test suite from README
|
2019-10-23 10:34:37 +01:00 |
|
Chris Pressey
|
023a415a14
|
Don't search for filenames given on cmdline in the include path.
|
2019-10-23 10:32:26 +01:00 |
|
Chris Pressey
|
a9917d3ea8
|
Tweak.
|
2019-10-23 10:23:43 +01:00 |
|
Chris Pressey
|
f4577804c7
|
A little reshuffling and improving of READMEs and notes.
|
2019-10-23 10:21:02 +01:00 |
|
Chris Pressey
|
fbfab44887
|
Update the errorful rudiments.
|
2019-10-22 16:56:19 +01:00 |
|
Chris Pressey
|
4b518508d5
|
called_routines are not stored in context at all.
|
2019-10-22 16:26:50 +01:00 |
|
Chris Pressey
|
1b5f4c0c4b
|
Add architecture-dependent "joy2delta.60p" to "standard library".
|
2019-10-22 16:09:58 +01:00 |
|
Chris Pressey
|
dc4677ade8
|
Update READMEs.
|
2019-10-22 15:30:24 +01:00 |
|
Chris Pressey
|
d408e740ed
|
Establish an include directory and --include-path option.
|
2019-10-22 15:10:55 +01:00 |
|
Chris Pressey
|
c70e4a55e4
|
Merge included programs.
|
2019-10-22 13:26:21 +01:00 |
|
Chris Pressey
|
175c07781a
|
First cut at include files.
|
2019-10-22 12:54:04 +01:00 |
|
Chris Pressey
|
987974cc21
|
Simplify, fixing an apparent bug in the process.
|
2019-10-22 12:42:17 +01:00 |
|
Chris Pressey
|
565f959ee2
|
Our CINV interrupt service routine should be preserved.
|
2019-10-22 12:35:29 +01:00 |
|
Chris Pressey
|
92b1cfeefb
|
Implement tail-call optimization.
|
2019-10-22 12:23:15 +01:00 |
|
Chris Pressey
|
78a1f2910c
|
Simplify and improve Emitter abstraction.
|
2019-10-22 11:55:21 +01:00 |
|
Chris Pressey
|
44d97c33a2
|
Better generation of code at tail of routines.
|
2019-10-22 11:37:00 +01:00 |
|
Chris Pressey
|
b9df1482c6
|
Pass next routine to each routine being compiled.
|
2019-10-22 10:32:14 +01:00 |
|
Chris Pressey
|
ea788264f7
|
Make test as intended. It fails atm. Simplify driver code.
|
2019-10-22 10:18:56 +01:00 |
|
Chris Pressey
|
3d88226058
|
Implement --prune-unreachable-routines.
|
2019-10-22 09:41:30 +01:00 |
|
Chris Pressey
|
1df6941b01
|
Callgraph uses reachability.
|
2019-10-22 09:07:16 +01:00 |
|
Chris Pressey
|
1098347fa5
|
Routines can be declared preserved .
|
2019-10-21 21:45:59 +01:00 |
|
Chris Pressey
|
2192a48e0e
|
Update HISTORY.
|
2019-10-21 21:37:30 +01:00 |
|
Chris Pressey
|
a84cd4de8c
|
Expand on the callgraph tests.
|
2019-10-21 21:35:28 +01:00 |
|
Chris Pressey
|
40d9c57d64
|
Fix test, dump format.
|
2019-10-21 21:23:14 +01:00 |
|
Chris Pressey
|
684256f7e9
|
Start of tests for this.
|
2019-10-21 17:29:38 +01:00 |
|
Chris Pressey
|
b09d0c0b76
|
Routines that are goto'd are also in the call graph.
|
2019-10-21 17:15:28 +01:00 |
|
Chris Pressey
|
182935a088
|
First cut at finding all routines that could be assigned to vector.
|
2019-10-21 16:12:06 +01:00 |
|
Chris Pressey
|
7187fa6285
|
Refactor: move to dedicated module.
|
2019-10-21 15:41:17 +01:00 |
|
Chris Pressey
|
bcc256aa5d
|
Checkpoint.
|
2019-10-21 15:07:54 +01:00 |
|
Chris Pressey
|
2e002fc33e
|
Merge branch 'circle-ci' of https://github.com/catseye/SixtyPical into construct-callgraph
|
2019-10-21 14:48:27 +01:00 |
|
Chris Pressey
|
894fb1a0f2
|
Refine the callgraph algorithm. Still incomplete though.
|
2019-10-21 14:43:21 +01:00 |
|
Chris Pressey
|
58dc68f838
|
Merge branch 'develop-0.21' into construct-callgraph
|
2019-10-21 14:08:06 +01:00 |
|
Chris Pressey
|
a966a496d0
|
Bump version number.
|
2019-10-21 14:07:41 +01:00 |
|
Chris Pressey
|
87a2f70092
|
First cut at constructing a call graph.
|
2019-10-21 14:03:35 +01:00 |
|
Chris Pressey
|
5912bf2684
|
Fix dcc6502-adapter for latest version of tcarmelveilleux/dcc6502.
|
2019-10-21 13:34:53 +01:00 |
|
Chris Pressey
|
0ef0dc1628
|
dcc6502-adapter fixes.
|
2019-07-16 16:26:16 +01:00 |
|
Chris Pressey
|
775af38960
|
Change config.
|
2019-07-16 16:23:30 +01:00 |
|
Chris Pressey
|
952e3528a3
|
Try this.
|
2019-07-16 16:22:29 +01:00 |
|
Chris Pressey
|
8467cd947e
|
Merge pull request #21 from catseye/develop-0.20
Develop 0.20
|
2019-05-14 16:25:27 +01:00 |
|
Chris Pressey
|
2e2e80664e
|
Forbid nested with interrupts blocks, and more refactoring.
|
2019-05-14 15:01:10 +01:00 |
|
Chris Pressey
|
3f666f4385
|
Add reset instruction; much refactoring.
|
2019-05-14 08:56:35 +01:00 |
|
Chris Pressey
|
dd29b6fd4a
|
Implement local locations that aren't statically initialized.
|
2019-05-13 12:32:18 +01:00 |
|
Chris Pressey
|
81e28fa757
|
Jot down some TODO items before I forget them.
|
2019-04-18 09:16:23 +01:00 |
|
Chris Pressey
|
3d14b6ee6c
|
Fix typo.
|
2019-04-16 13:59:27 +01:00 |
|
Chris Pressey
|
1c7efb019d
|
Merge pull request #20 from catseye/develop-0.19
Develop 0.19
|
2019-04-16 12:35:59 +01:00 |
|
Chris Pressey
|
0c65954bc5
|
Updates to README. Fix awkward punctuation in usage message.
|
2019-04-16 11:37:46 +01:00 |
|
Chris Pressey
|
a10f1c6528
|
Replace --run option with terser --run-on option.
|
2019-04-16 10:35:59 +01:00 |
|
Chris Pressey
|
4d82e2352e
|
Merge branch 'develop-0.19' into reform-loadngo
|
2019-04-15 17:39:09 +01:00 |
|
Chris Pressey
|
c246424930
|
Fix bug raising InconsistentExitError, and type-bug in ribos2.60p.
|
2019-04-15 17:35:17 +01:00 |
|
Chris Pressey
|
6d867867fe
|
Remove the "local" loadngo script from here as well.
|
2019-04-15 13:16:07 +01:00 |
|