#
62213 |
| 06-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
48116 |
| 16-Apr-1991 |
bostic |
new copyright; att/bsd/shared |
#
22216 |
| 05-Jun-1985 |
dist |
Add copyright |
#
18467 |
| 20-Mar-1985 |
ralph |
changes from donn@utah-cs for common header file for pcc |
#
16011 |
| 08-Feb-1984 |
aoki |
synchronize to version 2 |
#
15935 |
| 04-Feb-1984 |
mckusick |
merge lint by thien |
#
15934 |
| 04-Feb-1984 |
mckusick |
lint (by thien) |
#
15265 |
| 19-Oct-1983 |
peter |
can't free temporaries in the middle of a tree, since lbrackets get acted on as they are seen so the temporary is freed before it is actually used by the second pass. |
#
11883 |
| 08-Apr-1983 |
mckusick |
parameterize number of digits in the exponent of real numbers |
#
11856 |
| 06-Apr-1983 |
peter |
it says in my description of the ir that STASG's have the type pointer to structure. this makes a difference for the FORCE in fend.c on the mc68000. |
#
11333 |
| 28-Feb-1983 |
peter |
clean up temporary allocation, moving everything relevant to tmps.c and (new) tmps.h. correctly emit LBRAC lines. allocate registers from high to low. put in data structures for multiple types of
clean up temporary allocation, moving everything relevant to tmps.c and (new) tmps.h. correctly emit LBRAC lines. allocate registers from high to low. put in data structures for multiple types of registers.
show more ...
|
#
10668 |
| 01-Feb-1983 |
peter |
type of a P2CALL has to match the type of the function for the more stringent 68000 compiler. |
#
10373 |
| 17-Jan-1983 |
peter |
merge in 1.16 and 1.15.1. |
#
10372 |
| 17-Jan-1983 |
peter |
port to the mc68000. |
#
10371 |
| 17-Jan-1983 |
peter |
port to the mc68000. |
#
10370 |
| 17-Jan-1983 |
peter |
branch-place-holder |
#
10366 |
| 17-Jan-1983 |
peter |
put in explicit scalar converts (sconv's) to make less code-generator dependent. |
#
9264 |
| 16-Nov-1982 |
mckusick |
misssing level of indirectin in ptr passed to blkclr() after NEW() |
#
9229 |
| 14-Nov-1982 |
mckusick |
fix bug in delta 1.12 that made fields come out one byte shorter than requested |
#
9139 |
| 12-Nov-1982 |
mckusick |
get rid of NEWZ (use NEW + blkclr); break ASRTS out of ASRT |
#
8025 |
| 03-Sep-1982 |
mckusick |
do not put a leading blank before real numbers |
#
7967 |
| 29-Aug-1982 |
mckusick |
remove restriction on files in dynamic structures |
#
7954 |
| 29-Aug-1982 |
peter |
allowing no files list in program statement. |
#
7928 |
| 27-Aug-1982 |
mckusick |
convert "assert" from being a reserved word to being a non-standard procedure |
#
6540 |
| 12-Apr-1982 |
mckusick |
allow writing of pointers to text files |