OpenBSD CVS

CVS log for src/usr.bin/pcc/powerpc/Attic/table.c


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

Request diff between arbitrary revisions


Default branch: MAIN


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

tedu(tm) pcc.

Message sent. Okay deraadt@.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 11 20:45:52 2008 UTC (16 years, 2 months ago) by stefan
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, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.9: +806 -260 lines
Diff to previous 1.9 (colored)

Sync with master repo. Reminded by otto@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 24 14:08:06 2007 UTC (16 years, 6 months ago) by stefan
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Pull from master repo:
chars are sign-extended with extsb, not extsh.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 24 13:38:06 2007 UTC (16 years, 6 months ago) by stefan
Branch: MAIN
Changes since 1.7: +47 -11 lines
Diff to previous 1.7 (colored)

Pull from master repo:
No need to sign-extend unsigned shorts loaded from memory.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 24 09:27:02 2007 UTC (16 years, 6 months ago) by stefan
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Pull from master repo:
More missing newlines.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 24 00:44:59 2007 UTC (16 years, 6 months ago) by stefan
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Add newline after comment. The following instruction would not be
recognized by the assembler otherwise.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 22 21:20:43 2007 UTC (16 years, 6 months ago) by stefan
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Pull from master repo:
Fix the other rule that did not load small negative 64-bit constants
correctly. The error shows up if you compile
main(){long long = -1;} with -xtemps.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 19 22:59:03 2007 UTC (16 years, 6 months ago) by stefan
Branch: MAIN
Changes since 1.3: +98 -49 lines
Diff to previous 1.3 (colored)

Pull from master repo:

>Fix type conversion problems observed by stefan@
>Some other typos too.

and

>- Add rules for conversion from (u)long long to (u){char,short,int}
>- Fix loading ushorts from mem. They don't need to be sign-extended.
>- Fix a rule that didn't load small negative 64-bit values into
>  registers correctly (there's at least one more of it left).
>- Add $Id$
>
>ok gmcgarry, otto

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 1 10:52:58 2007 UTC (16 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.2: +295 -210 lines
Diff to previous 1.2 (colored)

Pull from master repo, commit by myself:
next step for ELFABI, hello world works with ELFABI, but register
pairs still produce wrong assembly; with Dale Rahn

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 21 17:45:44 2007 UTC (16 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.1: +80 -80 lines
Diff to previous 1.1 (colored)

our as wants # as a comment char

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 20 10:01:38 2007 UTC (16 years, 7 months ago) by otto
Branch: MAIN

Start of a powerpc backend by Gregory McGarry. Not complete yet.

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.