Clean import of pcc.
authorDavid Given <dg@cowlark.com>
Tue, 15 Mar 2016 20:13:07 +0000 (21:13 +0100)
committerDavid Given <dg@cowlark.com>
Tue, 15 Mar 2016 20:13:07 +0000 (21:13 +0100)
commited9ce6a8bb11b17b9beaeff3f48fe54f0f2e2948
treea41592768e99811818871f150dd6bf74060b7203
parent7e964dd25ed37930144dab92d484b9e2dd1b1471
Clean import of pcc.

--HG--
branch : default-branch
261 files changed:
lang/pcc/UPSTREAM_VERSION [new file with mode: 0644]
lang/pcc/pcc/DATESTAMP [new file with mode: 0644]
lang/pcc/pcc/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/arch/amd64/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/amd64/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/amd64/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/amd64/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/amd64/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/amd64/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/arm/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/arm/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/arm/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/arm/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/arm/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/arm/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/hppa/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/hppa/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/hppa/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/hppa/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/hppa/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/hppa/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/i386/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/i386/flocal.c [new file with mode: 0644]
lang/pcc/pcc/arch/i386/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/i386/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/i386/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/i386/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/i386/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/i86/TODO [new file with mode: 0644]
lang/pcc/pcc/arch/i86/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/i86/flocal.c [new file with mode: 0644]
lang/pcc/pcc/arch/i86/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/i86/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/i86/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/i86/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/i86/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/m16c/TODO [new file with mode: 0644]
lang/pcc/pcc/arch/m16c/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/m16c/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/m16c/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/m16c/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/m16c/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/m16c/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/m68k/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/m68k/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/m68k/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/m68k/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/m68k/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/m68k/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/mips/TODO [new file with mode: 0644]
lang/pcc/pcc/arch/mips/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/mips/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/mips/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/mips/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/mips/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/mips/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/nova/README [new file with mode: 0644]
lang/pcc/pcc/arch/nova/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/nova/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/nova/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/nova/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/nova/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/nova/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp10/README [new file with mode: 0644]
lang/pcc/pcc/arch/pdp10/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp10/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp10/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp10/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/pdp10/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp10/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp11/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp11/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp11/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp11/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/pdp11/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/pdp11/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/powerpc/README [new file with mode: 0644]
lang/pcc/pcc/arch/powerpc/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/powerpc/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/powerpc/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/powerpc/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/powerpc/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/powerpc/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/sparc64/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/sparc64/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/sparc64/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/sparc64/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/sparc64/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/sparc64/table.c [new file with mode: 0644]
lang/pcc/pcc/arch/vax/code.c [new file with mode: 0644]
lang/pcc/pcc/arch/vax/local.c [new file with mode: 0644]
lang/pcc/pcc/arch/vax/local2.c [new file with mode: 0644]
lang/pcc/pcc/arch/vax/macdefs.h [new file with mode: 0644]
lang/pcc/pcc/arch/vax/order.c [new file with mode: 0644]
lang/pcc/pcc/arch/vax/table.c [new file with mode: 0644]
lang/pcc/pcc/cc/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/cc/cc/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/cc/cc/cc.1 [new file with mode: 0644]
lang/pcc/pcc/cc/cc/cc.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/builtins.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/ccom.1 [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/cgram.y [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/dwarf.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/dwarf.h [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/gcc_compat.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/init.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/inline.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/main.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/optim.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/pass1.h [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/pftn.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/scan.l [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/softfloat.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/stabs.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/symtabs.c [new file with mode: 0644]
lang/pcc/pcc/cc/ccom/trees.c [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/cpc.c [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/cpp.1 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/cpp.c [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/cpp.h [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/cpy.y [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/scanner.l [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res1 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res10 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res11 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res12 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res13 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res14 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res15 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res15C [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res16 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res16C [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res17 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res18 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res2 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res3 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res4 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res5 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res6 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res7 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res8 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/res9 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test1 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test10 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test11 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test12 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test13 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test14 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test15 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test16 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test17 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test18 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test19 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test2 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test3 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test4 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test5 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test6 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test7 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test8 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/tests/test9 [new file with mode: 0644]
lang/pcc/pcc/cc/cpp/token.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/builtins.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/cgram.y [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/cxxcode.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/cxxdefs.h [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/gcc_compat.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/init.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/inline.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/main.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/optim.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/pass1.h [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/pftn.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/scan.l [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/softfloat.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/stabs.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/symtabs.c [new file with mode: 0644]
lang/pcc/pcc/cc/cxxcom/trees.c [new file with mode: 0644]
lang/pcc/pcc/cc/driver/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/cc/driver/driver.c [new file with mode: 0644]
lang/pcc/pcc/cc/driver/driver.h [new file with mode: 0644]
lang/pcc/pcc/cc/driver/platform.c [new file with mode: 0644]
lang/pcc/pcc/cc/driver/strlist.c [new file with mode: 0644]
lang/pcc/pcc/cc/driver/strlist.h [new file with mode: 0644]
lang/pcc/pcc/cc/driver/xalloc.c [new file with mode: 0644]
lang/pcc/pcc/cc/driver/xalloc.h [new file with mode: 0644]
lang/pcc/pcc/common/compat.c [new file with mode: 0644]
lang/pcc/pcc/common/compat.h [new file with mode: 0644]
lang/pcc/pcc/common/softfloat.h [new file with mode: 0644]
lang/pcc/pcc/common/unicode.c [new file with mode: 0644]
lang/pcc/pcc/common/unicode.h [new file with mode: 0644]
lang/pcc/pcc/config.guess [new file with mode: 0644]
lang/pcc/pcc/config.h.in [new file with mode: 0644]
lang/pcc/pcc/config.sub [new file with mode: 0644]
lang/pcc/pcc/configure [new file with mode: 0755]
lang/pcc/pcc/configure.ac [new file with mode: 0644]
lang/pcc/pcc/f77/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/f77/f77/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/f77/f77/f77.1 [new file with mode: 0644]
lang/pcc/pcc/f77/f77/f77.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/Makefile.in [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/data.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/defines.h [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/defs.h [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/equiv.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/error.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/exec.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/expr.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/ftypes.h [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/gram.dcl [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/gram.exec [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/gram.expr [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/gram.head [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/gram.io [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/init.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/intr.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/io.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/lex.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/main.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/misc.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/proc.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/put.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/putscj.c [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/scjdefs.h [new file with mode: 0644]
lang/pcc/pcc/f77/fcom/tokens [new file with mode: 0644]
lang/pcc/pcc/install-sh [new file with mode: 0755]
lang/pcc/pcc/mip/common.c [new file with mode: 0644]
lang/pcc/pcc/mip/manifest.h [new file with mode: 0644]
lang/pcc/pcc/mip/match.c [new file with mode: 0644]
lang/pcc/pcc/mip/mkext.c [new file with mode: 0644]
lang/pcc/pcc/mip/node.h [new file with mode: 0644]
lang/pcc/pcc/mip/optim2.c [new file with mode: 0644]
lang/pcc/pcc/mip/pass2.h [new file with mode: 0644]
lang/pcc/pcc/mip/reader.c [new file with mode: 0644]
lang/pcc/pcc/mip/regs.c [new file with mode: 0644]
lang/pcc/pcc/os/android/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/bsd/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/darwin/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/dragonfly/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/freebsd/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/inc/amd64.h [new file with mode: 0644]
lang/pcc/pcc/os/linux/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/litebsd/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/midnightbsd/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/minix/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/mirbsd/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/netbsd/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/nextstep/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/none/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/openbsd/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/openbsd/f77config.h [new file with mode: 0644]
lang/pcc/pcc/os/sunos/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/sysv4/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/win32/build.bat [new file with mode: 0644]
lang/pcc/pcc/os/win32/build_installer.bat [new file with mode: 0755]
lang/pcc/pcc/os/win32/ccconfig.h [new file with mode: 0644]
lang/pcc/pcc/os/win32/config.h [new file with mode: 0644]
lang/pcc/pcc/os/win32/pcc.iss [new file with mode: 0644]