OpenBSD CVS

CVS log for src/usr.bin/pcc/mip/Attic/regs.c


[BACK] Up to [local] / src / usr.bin / pcc / mip

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Thu Apr 12 11:51:13 2012 UTC (12 years, 1 month ago) by pirofti
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

tedu(tm) pcc.

Message sent. Okay deraadt@.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Aug 17 18:40:13 2008 UTC (15 years, 9 months ago) by ragge
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.16: +255 -32 lines
Diff to previous 1.16 (colored)

Updates from master repo.  Can now compile both userland and kernel.
(with some patches...)

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 11 20:45:52 2008 UTC (16 years, 1 month ago) by stefan
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.15: +47 -13 lines
Diff to previous 1.15 (colored)

Sync with master repo. Reminded by otto@

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 12 17:17:28 2008 UTC (16 years, 4 months ago) by ragge
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.14: +20 -30 lines
Diff to previous 1.14 (colored)

Update from master repo:
> Convert TEMPs to use rval for numbers.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 16 19:24:03 2007 UTC (16 years, 5 months ago) by ragge
Branch: MAIN
Changes since 1.13: +12 -4 lines
Diff to previous 1.13 (colored)

Updates from master repo:
> More sane sanitycheck in e2print().
> Add edges between different needs in table entries to avoid
> that they get painted with the same color.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Dec 9 18:34:11 2007 UTC (16 years, 5 months ago) by ragge
Branch: MAIN
Changes since 1.12: +7 -5 lines
Diff to previous 1.12 (colored)

Updates from master repo:
- Clear edgehash after onlyperm also.
- Avoid diagnostic that may fail for targets with reg arguments.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 17 12:46:03 2007 UTC (16 years, 6 months ago) by otto
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

strings.h is obsolete; include string.h

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 16 09:00:12 2007 UTC (16 years, 6 months ago) by otto
Branch: MAIN
Changes since 1.10: +139 -98 lines
Diff to previous 1.10 (colored)

sync tree with master repo; Nov 16 2007

Revision 1.10 / (download) - annotate - [select for diffs], Sat Oct 20 18:11:51 2007 UTC (16 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.9: +3 -5 lines
Diff to previous 1.9 (colored)

minor changes i missed on earlier merges with ragge's repo

Revision 1.9 / (download) - annotate - [select for diffs], Sun Oct 7 19:26:27 2007 UTC (16 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.8: +1 -4 lines
Diff to previous 1.8 (colored)

get rid of the configure remains

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 3 08:15:29 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.7: +7 -2 lines
Diff to previous 1.7 (colored)

pull from ragge's repo:
#include and obscure name clash fix. From From Laurent Desnogues.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 2 18:42:34 2007 UTC (16 years, 8 months ago) by gilles
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

fix format and type

ok otto@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 22 14:42:26 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.5: +39 -4 lines
Diff to previous 1.5 (colored)

Pull form ragge's repo:
Fix a problem that occurred when:
1) wrong register were spilled (no effect of colorability)
2) short-life-range register were spilled (no effect of colorability)

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 21 07:48:13 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.4: +46 -46 lines
Diff to previous 1.4 (colored)

fix indenting

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 17 09:46:45 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored)

allow build on 64-bit archs

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 16 18:52:52 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.2: +13 -7 lines
Diff to previous 1.2 (colored)

sync to ragge's tree to fix #include<file.h> and a declaration parsing
error.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 15 22:04:39 2007 UTC (16 years, 8 months ago) by ray
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

$OpenBSD$

Requested by otto.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 15 18:12:37 2007 UTC (16 years, 8 months ago) by otto
Branch: ragge
CVS Tags: ragge20070915
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import ragge's version of PCC into our tree, so we can hack on it more
easy. ok deraadt@ miod@

Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 15 18:12:37 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.