Commit Graph

8 Commits

Author SHA1 Message Date
Fergus Henderson
04b720630b Update the copyright messages so that (a) they contain the correct years
and (b) they say "Copyright (C) ... _The_ University of Melbourne".
1997-07-27 15:09:59 +00:00
Tyson Dowd
39d25a8557 Fix and old documentation -- change *.nl to *.m.
Estimated hours taken: 0.02

compiler/source_stats.awk:
	Fix and old documentation -- change *.nl to *.m.
	We haven't used .nl files in a while now...
1997-05-08 06:59:45 +00:00
Fergus Henderson
cfc144f6b0 Updated to count function declarations and `cc' determinisms.
Estimated hours taken: 0.5

compiler/source_stats.awk:
	Updated to count function declarations and `cc' determinisms.
1997-04-29 15:37:17 +00:00
Zoltan Somogyi
d160a55967 Conjunctions such as (nondet_call(..), fail) now have a some
det_analysis:
	Conjunctions such as (nondet_call(..), fail) now have a some
	wrapped around them to prevent the code generator from choking
	on them. Added a check to make sure that goals being negated
	cannot have more than one solution.

source_starts:
	Count pred declarations with :: in them as mode declarations as well.
1995-08-01 06:12:37 +00:00
Zoltan Somogyi
5b72f51140 changed middle recursion to use the cheaper tag test
middle_rec.nl:
	changed middle recursion to use the cheaper tag test

source_stats.awk:
	removed the lines inserted by the merge conflict
1994-12-02 00:13:40 +00:00
Thomas Conway
6c3116424f Bug fix for the procedure epilog bits.
middle_rec.nl:
	Bug fix for the procedure epilog bits.

code_aux.nl:
	Fixed the imports.
1994-12-01 06:51:23 +00:00
Zoltan Somogyi
0fc3a66c85 prepared then for middle_rec.
code_gen, opt_util:
	prepared then for middle_rec.

peephole, opt_debug:
	old changes.

printlist.int:
	shouldn't have been here in the first place.

source_stats.awk:
	turned comments into awk syntax.
1994-12-01 04:50:13 +00:00
Fergus Henderson
35293896cb Added a script to compute some simple statistics about the
source_stats.awk.
	Added a script to compute some simple statistics about the
	source code.
1994-09-30 15:14:24 +00:00