mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 10:15:16 +01:00
+ darwin/ppc64 support
+ val/str/read(ln)/write(ln) support for enums
+ simple cse at the node tree level
+ if-node simplify support
+ simple ssa support for memory locations
+ support for optional overflow/rangecheck boolean parameters for
operators
* a lot of unification of the ppc32/ppc64 code generators
........
r6380 | jonas | 2007-02-08 21:25:36 +0100 (Thu, 08 Feb 2007) | 4 lines
Changed paths:
M /branches/fpc_2_3/compiler/ncgld.pas
M /branches/fpc_2_3/compiler/tgobj.pas
A /branches/fpc_2_3/tests/webtbs/tw8283.pp
+ support for replacing the memory location of a temp (including
local variables) with that of another temp to avoid unnecessary
copies (mantis #8283)
........
r6381 | jonas | 2007-02-08 22:53:36 +0100 (Thu, 08 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/nflw.pas
A /branches/fpc_2_3/tests/webtbs/tw8282.pp
+ simplify support for ifn (based on patch by Florian)
........
r6386 | peter | 2007-02-09 13:48:53 +0100 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/htypechk.pas
M /branches/fpc_2_3/compiler/ncal.pas
M /branches/fpc_2_3/compiler/symconst.pas
* overflow,rangecheck optional parameters for operators, patch from 8281
........
r6391 | jonas | 2007-02-09 23:52:13 +0100 (Fri, 09 Feb 2007) | 4 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc/agppcgas.pas
M /branches/fpc_2_3/compiler/powerpc64/cpunode.pas
D /branches/fpc_2_3/compiler/powerpc64/nppcinl.pas
M /branches/fpc_2_3/compiler/ppcgen/ngppcinl.pas
* merged fsqrt(s) support to common powerpc unit, activate for ppc32
if -Op970 is used (still default for ppc64, since default cpu there
is already ppc970)
........
r6394 | jonas | 2007-02-10 18:58:47 +0100 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc/cgcpu.pas
M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas
* adapted a_jmp_name for darwin/ppc64
* merged g_intf_wrapper for ppc32 and ppc64, and added darwin/ppc64
support to it
........
r6396 | jonas | 2007-02-10 20:16:06 +0100 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/cgobj.pas
+ darwin/ppc64 support for g_indirect_sym_load
........
r6397 | jonas | 2007-02-10 20:22:49 +0100 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc/cgcpu.pas
M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas
+ darwin/ppc64 support to ppc64's fixref
* moved ppc32 a_load_store to cgppc and use it for darwin/ppc64 as
well (its relocatable symbols are only 32 bits large)
........
r6399 | jonas | 2007-02-10 22:02:37 +0100 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems.pas
+ system_x86_64_darwin identifier
+ set default source system for system_x86_64_darwin and
system_powerpc64_darwin
........
r6404 | jonas | 2007-02-10 23:01:23 +0100 (Sat, 10 Feb 2007) | 5 lines
Changed paths:
M /branches/fpc_2_3/compiler/aasmdata.pas
M /branches/fpc_2_3/compiler/aggas.pas
M /branches/fpc_2_3/compiler/cgobj.pas
M /branches/fpc_2_3/compiler/cgutils.pas
M /branches/fpc_2_3/compiler/cresstr.pas
M /branches/fpc_2_3/compiler/dbgdwarf.pas
M /branches/fpc_2_3/compiler/dbgstabs.pas
M /branches/fpc_2_3/compiler/ncgutil.pas
M /branches/fpc_2_3/compiler/ogelf.pas
M /branches/fpc_2_3/compiler/pdecvar.pas
M /branches/fpc_2_3/compiler/pmodules.pas
M /branches/fpc_2_3/compiler/symdef.pas
M /branches/fpc_2_3/compiler/systems.pas
+ system_x86_64_darwin identifier
+ systems_darwin set which collects all darwin variants
+ added support for darwin/ppc64 and darwin/x86_64 where needed in
the generic code
........
r6406 | jonas | 2007-02-10 23:24:32 +0100 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/cgobj.pas
* ifdef cpu64 -> ifdef cpu64bit
........
r6409 | jonas | 2007-02-11 00:34:04 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/pdecvar.pas
* fixed ppc64 compilation
........
r6413 | jonas | 2007-02-11 12:41:27 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/rtl/bsd/system.pp
M /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc
M /branches/fpc_2_3/rtl/darwin/signal.inc
+ darwin/ppc64 support for signal routines
........
r6415 | jonas | 2007-02-11 13:54:53 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems/i_linux.pas
* set abi of linux/ppc64 to abi_powerpc_sysv
........
r6416 | jonas | 2007-02-11 13:55:51 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc64/cputarg.pas
M /branches/fpc_2_3/compiler/systems/i_bsd.pas
M /branches/fpc_2_3/compiler/systems/t_bsd.pas
+ darwin/ppc64 source and target information
........
r6418 | jonas | 2007-02-11 14:19:55 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/rtl/powerpc64/math.inc
* darwin/ppc64 compilation fixes
........
r6419 | jonas | 2007-02-11 14:22:22 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc/cgcpu.pas
M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas
* darwin/ppc64 needs the 32 bit version of a_loadaddr_ref_reg
........
r6420 | jonas | 2007-02-11 14:22:55 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/utils/fpcm/fpcmmain.pp
+ darwin/ppc64 support
........
r6426 | jonas | 2007-02-11 16:13:19 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc64/rappcgas.pas
* fixed refaddr parsing for darwin/ppc64
........
r6427 | jonas | 2007-02-11 16:14:21 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc/agppcgas.pas
M /branches/fpc_2_3/compiler/powerpc64/agppcgas.pas
A /branches/fpc_2_3/compiler/ppcgen/agppcutl.pas
* moved ppc32/ppc64 assembler writer helpers to a common unit
........
r6430 | jonas | 2007-02-11 17:53:23 +0100 (Sun, 11 Feb 2007) | 4 lines
Changed paths:
D /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc
D /branches/fpc_2_3/rtl/darwin/powerpc/sighnd.inc
A /branches/fpc_2_3/rtl/darwin/powerpc64
A /branches/fpc_2_3/rtl/darwin/powerpc64/sig_cpu.inc
A /branches/fpc_2_3/rtl/darwin/powerpc64/sighnd.inc
A /branches/fpc_2_3/rtl/darwin/ppcgen
A /branches/fpc_2_3/rtl/darwin/ppcgen/ppchnd.inc (from /branches/fpc_2_3/rtl/darwin/powerpc/sighnd.inc:6422)
A /branches/fpc_2_3/rtl/darwin/ppcgen/sig_ppc.inc (from /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc:6422)
M /branches/fpc_2_3/rtl/darwin/signal.inc
* fixed ppc/ppc64 signal include handling (both real files are in
ppcgen, dummies in powerpc and powerpc64 which include those files)
(1st step because pre-commit filter can't handle replaced files)
........
r6431 | jonas | 2007-02-11 17:53:47 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
A /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc
A /branches/fpc_2_3/rtl/darwin/powerpc/sighnd.inc
* second step of signal include patch
........
r6432 | jonas | 2007-02-11 19:00:12 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems/t_bsd.pas
* changed darwin checks to use systems_darwin constant
........
r6433 | jonas | 2007-02-11 19:05:38 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
* handle non-multiple-of-4 offsets with 64 bit loads/stores for
darwin/ppc64
........
r6434 | jonas | 2007-02-11 19:05:56 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
D /branches/fpc_2_3/compiler/powerpc/agppcgas.pas
D /branches/fpc_2_3/compiler/powerpc64/agppcgas.pas
A /branches/fpc_2_3/compiler/ppcgen/agppcgas.pas (from /branches/fpc_2_3/compiler/ppcgen/agppcutl.pas:6427)
D /branches/fpc_2_3/compiler/ppcgen/agppcutl.pas
* completely merged ppc assembler writers
........
r6435 | jonas | 2007-02-11 19:06:40 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/rtl/darwin/console.pp
M /branches/fpc_2_3/rtl/darwin/termiosproc.inc
* fixed 64 bit compilation
........
r6436 | jonas | 2007-02-11 19:09:28 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/packages/extra/Makefile.fpc
* universal interfaces aren't 64 bit ready yet -> only compile for
darwin/ppc and darwin/i386
........
r6438 | jonas | 2007-02-11 19:22:34 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64
A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/ctest.o
A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/tcext3.o
A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/tcext4.o
A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/tcext5.o
+ compiled for darwin/ppc64
........
r6439 | jonas | 2007-02-11 20:24:42 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas
* patch from Thomas to fix linux/ppc64
........
r6440 | jonas | 2007-02-11 20:25:15 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems.pas
* fixed setting source OS for darwin/ppc64
........
r6444 | florian | 2007-02-11 22:24:20 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/globtype.pas
M /branches/fpc_2_3/compiler/nopt.pas
M /branches/fpc_2_3/compiler/nutils.pas
M /branches/fpc_2_3/compiler/optcse.pas
M /branches/fpc_2_3/compiler/psub.pas
+ first node cse implementation
........
r6445 | jonas | 2007-02-11 22:30:07 +0100 (Sun, 11 Feb 2007) | 6 lines
Changed paths:
M /branches/fpc_2_3/compiler/cresstr.pas
* hack to work around strange darwin/ppc64 linker bug: it seems to
have problems if you put a global symbol at the end of a section
without any data following (at least in case of the resource strings
section) -> add dummy byte at the end for darwin/ppc64 (otherwise
it messes up the address of the first symbol stub entry)
........
r6449 | jonas | 2007-02-11 23:23:44 +0100 (Sun, 11 Feb 2007) | 4 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems/i_bsd.pas
* cpupowerpc is defined for both ppc32 and ppc64 ->
changed to cpupowerpc32 to avoid defining source
wrongly on ppc64
........
r6450 | jonas | 2007-02-11 23:26:34 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/compiler/ppcgen/ngppcset.pas
* disable jump tables for darwin/ppc64 for now, don't work
yet for some reason
........
r6451 | florian | 2007-02-11 23:54:37 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/compiler/ncal.pas
M /branches/fpc_2_3/compiler/nutils.pas
M /branches/fpc_2_3/compiler/optcse.pas
* improved cse
* better complexity calculation for subscript nodes with classes or interfaces
........
r6456 | jonas | 2007-02-12 19:33:22 +0100 (Mon, 12 Feb 2007) | 4 lines
Changed paths:
M /branches/fpc_2_3/compiler/nutils.pas
+ support for notn,shln,shrn,equaln,unequaln,gtn,gten,ltn,lten in
node_cplexity()
* mark muln,divn,modn as more complex
........
r6469 | jonas | 2007-02-13 15:56:01 +0100 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/optcse.pas
* fixed when cross-compiling a 64 bit compiler from a 32 bit platform
........
r6471 | jonas | 2007-02-13 16:17:16 +0100 (Tue, 13 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc64/cputarg.pas
* include stabs support (can work on darwin/ppc64, but doesn't work
yet)
........
r6473 | jonas | 2007-02-13 16:45:48 +0100 (Tue, 13 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
M /branches/fpc_2_3/compiler/powerpc64/cpupara.pas
* R2 is a volatile and usable register under darwin/ppc64
* R13 is a reserved non-volatile register under darwin/ppc64 (tls)
........
r6479 | jonas | 2007-02-13 20:40:50 +0100 (Tue, 13 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems/i_bsd.pas
* maxCrecordalign seems to have to be 8 rather 4, in spite of what
the ABI docs say (although they are contradictory to some extent)
........
r6487 | jonas | 2007-02-14 15:57:40 +0100 (Wed, 14 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/tests/webtbs/tw8153a.pp
* fixed for darwin/ppc64
........
r6488 | jonas | 2007-02-14 15:58:56 +0100 (Wed, 14 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/tests/webtbs/tw7851a.pp
* fixed for darwin/ppc64
........
r6494 | jonas | 2007-02-15 19:36:55 +0100 (Thu, 15 Feb 2007) | 3 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems/i_bsd.pas
* set default debug info for darwin/ppc64 to dwarf2 since
it works better than stabs currently
........
r6500 | jonas | 2007-02-15 21:38:16 +0100 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/version.pas
* updated version to 2.3.0
........
r6505 | jonas | 2007-02-15 22:39:28 +0100 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/version.pas
* changed version to 2.3.1
........
r6511 | jonas | 2007-02-16 15:17:24 +0100 (Fri, 16 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/powerpc64/itcpugas.pas
* system_powerpc_darwin -> system_powerpc64_darwin
........
r6546 | daniel | 2007-02-18 15:48:54 +0100 (Sun, 18 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/ncginl.pas
M /branches/fpc_2_3/compiler/ncgld.pas
M /branches/fpc_2_3/compiler/ncgrtti.pas
M /branches/fpc_2_3/compiler/ncnv.pas
M /branches/fpc_2_3/compiler/ninl.pas
M /branches/fpc_2_3/compiler/nld.pas
M /branches/fpc_2_3/compiler/nutils.pas
M /branches/fpc_2_3/compiler/pinline.pas
M /branches/fpc_2_3/rtl/inc/astrings.inc
M /branches/fpc_2_3/rtl/inc/compproc.inc
M /branches/fpc_2_3/rtl/inc/sstrings.inc
M /branches/fpc_2_3/rtl/inc/text.inc
M /branches/fpc_2_3/rtl/inc/wstrings.inc
+ Val/str/read/write support for enumeration types.
........
r6547 | daniel | 2007-02-18 17:01:20 +0100 (Sun, 18 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/rtl/inc/sstrings.inc
* Fix val code that I broke.
........
r6571 | daniel | 2007-02-20 09:27:44 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/rtl/inc/astrings.inc
M /branches/fpc_2_3/rtl/inc/sstrings.inc
M /branches/fpc_2_3/rtl/inc/text.inc
M /branches/fpc_2_3/rtl/inc/wstrings.inc
* o2s -> ord2str, s2o -> str2ord
........
r6572 | daniel | 2007-02-20 09:33:30 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/ncgld.pas
M /branches/fpc_2_3/compiler/ncgrtti.pas
M /branches/fpc_2_3/compiler/ninl.pas
M /branches/fpc_2_3/compiler/nld.pas
* o2s -> ord2str, s2o -> str2ord
........
r6574 | daniel | 2007-02-20 12:07:58 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/rtl/inc/compproc.inc
* o2s -> ord2str, s2o -> str2ord
........
r6578 | daniel | 2007-02-20 22:18:49 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/rtl/inc/text.inc
* Change longint to valsint.
........
r6579 | daniel | 2007-02-20 22:29:09 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/ninl.pas
* Handle ordinal currency types.
........
r6580 | jonas | 2007-02-20 22:29:11 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/ncgrtti.pas
* fixed compilation for cpurequiresproperalignment
........
r6581 | jonas | 2007-02-20 22:30:21 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/ninl.pas
* fixed typo
........
r6582 | daniel | 2007-02-20 22:36:19 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/ninl.pas
* Set is_real to true.
........
r6590 | jonas | 2007-02-21 20:23:54 +0100 (Wed, 21 Feb 2007) | 2 lines
Changed paths:
M /branches/fpc_2_3/compiler/systems/i_bsd.pas
* set tf_dwarf_only_local_labels for darwin/ppc64
git-svn-id: trunk@6720 -
|
||
|---|---|---|
| .. | ||
| tu2002.pp | ||
| tw0555.pp | ||
| tw0630.pp | ||
| tw0701a.pp | ||
| tw0701b.pp | ||
| tw0711.pp | ||
| tw0719.pp | ||
| tw0735.pp | ||
| tw0736.pp | ||
| tw0738.pp | ||
| tw0739.pp | ||
| tw0748.pp | ||
| tw0751.pp | ||
| tw0753.pp | ||
| tw0754.pp | ||
| tw0755.pp | ||
| tw0760.pp | ||
| tw0761.pp | ||
| tw0769.pp | ||
| tw0772.pp | ||
| tw0776.pp | ||
| tw0784.pp | ||
| tw0788.pp | ||
| tw0789.pp | ||
| tw0793.pp | ||
| tw0797a.pp | ||
| tw0797b.pp | ||
| tw0801.pp | ||
| tw0802.pp | ||
| tw0803.pp | ||
| tw0809.pp | ||
| tw0810.pp | ||
| tw0812.pp | ||
| tw0813.pp | ||
| tw0814.pp | ||
| tw0815.pp | ||
| tw0816.pp | ||
| tw0819.pp | ||
| tw0825.pp | ||
| tw0839.pp | ||
| tw0848.pp | ||
| tw0852.pp | ||
| tw0859.pp | ||
| tw0866.pp | ||
| tw0868.pp | ||
| tw0869.pp | ||
| tw0870.pp | ||
| tw0873a.pp | ||
| tw0873b.pp | ||
| tw0876.pp | ||
| tw0877.pp | ||
| tw0879.pp | ||
| tw0881.pp | ||
| tw0882.pp | ||
| tw0890.pp | ||
| tw0891.pp | ||
| tw0892.pp | ||
| tw0895.pp | ||
| tw0896.pp | ||
| tw0900.pp | ||
| tw0902.pp | ||
| tw0909.pp | ||
| tw0911.pp | ||
| tw0912.pp | ||
| tw0918.pp | ||
| tw0919.pp | ||
| tw0922.pp | ||
| tw0925.pp | ||
| tw0932.pp | ||
| tw0934.pp | ||
| tw0935.pp | ||
| tw0937.pp | ||
| tw0938.pp | ||
| tw0944.pp | ||
| tw0947.pp | ||
| tw0961.pp | ||
| tw0965.pp | ||
| tw0966.pp | ||
| tw0976.pp | ||
| tw1021.pp | ||
| tw1023.pp | ||
| tw1041.pp | ||
| tw1044.pp | ||
| tw1046.pp | ||
| tw1050.pp | ||
| tw1061.pp | ||
| tw1066a.pp | ||
| tw1066b.pp | ||
| tw1068.pp | ||
| tw1071.pp | ||
| tw1073.pp | ||
| tw1081.pp | ||
| tw1090.pp | ||
| tw1092.pp | ||
| tw1096.pp | ||
| tw1097.pp | ||
| tw1103.pp | ||
| tw1104.pp | ||
| tw1111.pp | ||
| tw1117.pp | ||
| tw1122.pp | ||
| tw1123.pp | ||
| tw1124.pp | ||
| tw1132.pp | ||
| tw1133.pp | ||
| tw1152.pp | ||
| tw1157.pp | ||
| tw1157b.pp | ||
| tw1181.pp | ||
| tw1203.pp | ||
| tw1204.pp | ||
| tw1207.pp | ||
| tw1222.pp | ||
| tw1223.pp | ||
| tw1228.pp | ||
| tw1229.pp | ||
| tw1250.pp | ||
| tw1251b.pp | ||
| tw1255.pp | ||
| tw1269.pp | ||
| tw1275.pp | ||
| tw1279.pp | ||
| tw1283.pp | ||
| tw1284.pp | ||
| tw1286.pp | ||
| tw1295.pp | ||
| tw1299.pp | ||
| tw1310.pp | ||
| tw1318.pp | ||
| tw1323.pp | ||
| tw1327.pp | ||
| tw1331.pp | ||
| tw1333.pp | ||
| tw1348.pp | ||
| tw1351.pp | ||
| tw1364.pp | ||
| tw1365.pp | ||
| tw1374.pp | ||
| tw1375.pp | ||
| tw1376.pp | ||
| tw1398.pp | ||
| tw1401.pp | ||
| tw1407.pp | ||
| tw1408.pp | ||
| tw1409.pp | ||
| tw1412.pp | ||
| tw1414.pp | ||
| tw1416.pp | ||
| tw1430.pp | ||
| tw1433.pp | ||
| tw1445.pp | ||
| tw1450.pp | ||
| tw1451.pp | ||
| tw1470.pp | ||
| tw1472.pp | ||
| tw1477.pp | ||
| tw1479.pp | ||
| tw1485.pp | ||
| tw1489.pp | ||
| tw1501.pp | ||
| tw1532.pp | ||
| tw1539.pp | ||
| tw1567.pp | ||
| tw1573.pp | ||
| tw1592.pp | ||
| tw1617.pp | ||
| tw1622.pp | ||
| tw1623.pp | ||
| tw1634.pp | ||
| tw1658.pp | ||
| tw1677.pp | ||
| tw1681.pp | ||
| tw1696.pp | ||
| tw1699.pp | ||
| tw1709.pp | ||
| tw1720.pp | ||
| tw1735.pp | ||
| tw1737.pp | ||
| tw1744.pp | ||
| tw1754c.pp | ||
| tw1755.pp | ||
| tw1758.pp | ||
| tw1765.pp | ||
| tw1779.pp | ||
| tw1780.pp | ||
| tw1792.pp | ||
| tw1792a.pp | ||
| tw1798.pp | ||
| tw1808.pp | ||
| tw1820.pp | ||
| tw1825.pp | ||
| tw1850.pp | ||
| tw1851.pp | ||
| tw1856.pp | ||
| tw1862.pp | ||
| tw1863.pp | ||
| tw1867.pp | ||
| tw1873.pp | ||
| tw1883.pp | ||
| tw1888.pp | ||
| tw1889.pp | ||
| tw1896.pp | ||
| tw1901.pp | ||
| tw1902.pp | ||
| tw1907.pp | ||
| tw1908.pp | ||
| tw1909.pp | ||
| tw1910.pp | ||
| tw1915.pp | ||
| tw1917.pp | ||
| tw1920.pp | ||
| tw1923.pp | ||
| tw1930.pp | ||
| tw1931.pp | ||
| tw1932.pp | ||
| tw1935.pp | ||
| tw1936.pp | ||
| tw1938.pp | ||
| tw1948.pp | ||
| tw1950.pp | ||
| tw1964.pp | ||
| tw1996.pp | ||
| tw2001.pp | ||
| tw2002.pp | ||
| tw2004.pp | ||
| tw2028.pp | ||
| tw2030.pp | ||
| tw2031.pp | ||
| tw2037.pp | ||
| tw2040.pp | ||
| tw2041.pp | ||
| tw2045.pp | ||
| tw2046a.pp | ||
| tw2059.pp | ||
| tw2065.pp | ||
| tw2069.pp | ||
| tw2072.pp | ||
| tw2109.pp | ||
| tw2110.pp | ||
| tw2128.pp | ||
| tw2129.pp | ||
| tw2129b.pp | ||
| tw2131.pp | ||
| tw2145.pp | ||
| tw2158.pp | ||
| tw2159.pp | ||
| tw2163.pp | ||
| tw2176.pp | ||
| tw2177.pp | ||
| tw2178.pp | ||
| tw2185.pp | ||
| tw2186.pp | ||
| tw2187.pp | ||
| tw2196.pp | ||
| tw2197.pp | ||
| tw2198.pp | ||
| tw2210.pp | ||
| tw2214.pp | ||
| tw2220.pp | ||
| tw2226.pp | ||
| tw2229.pp | ||
| tw2233.pp | ||
| tw2242.pp | ||
| tw2250.pp | ||
| tw2259.pp | ||
| tw2260.pp | ||
| tw2266.pp | ||
| tw2267.pp | ||
| tw2268.pp | ||
| tw2269.pp | ||
| tw2274.pp | ||
| tw2277.pp | ||
| tw2280.pp | ||
| tw2289.pp | ||
| tw2291.pp | ||
| tw2294.pp | ||
| tw2296.pp | ||
| tw2300.pp | ||
| tw2305.pp | ||
| tw2306.pp | ||
| tw2307.pp | ||
| tw2311.pp | ||
| tw2317.pp | ||
| tw2318.pp | ||
| tw2318b.pp | ||
| tw2323.pp | ||
| tw2328.pp | ||
| tw2332.pp | ||
| tw2351.pp | ||
| tw2363.pp | ||
| tw2377.pp | ||
| tw2378.pp | ||
| tw2382.pp | ||
| tw2388.pp | ||
| tw2397.pp | ||
| tw2409.pp | ||
| tw2421.pp | ||
| tw2423.pp | ||
| tw2425.pp | ||
| tw2432.pp | ||
| tw2435.pp | ||
| tw2438.pp | ||
| tw2442.pp | ||
| tw2452.pp | ||
| tw2454.pp | ||
| tw2473.pp | ||
| tw2480.pp | ||
| tw2481.pp | ||
| tw2483.pp | ||
| tw2492.pp | ||
| tw2494.pp | ||
| tw2503.pp | ||
| tw2504.pp | ||
| tw2514.pp | ||
| tw2525.pp | ||
| tw2536.pp | ||
| tw2540.pp | ||
| tw2561.pp | ||
| tw2588.pp | ||
| tw2589.pp | ||
| tw2594.pp | ||
| tw2595.pp | ||
| tw2602.pp | ||
| tw2607.pp | ||
| tw2620.pp | ||
| tw2626.pp | ||
| tw2627.pp | ||
| tw2631.pp | ||
| tw2643.pp | ||
| tw2645.pp | ||
| tw2647.pp | ||
| tw2649.pp | ||
| tw2650.pp | ||
| tw2651.pp | ||
| tw2656.pp | ||
| tw2659.pp | ||
| tw2666.pp | ||
| tw2668.pp | ||
| tw2669.pp | ||
| tw2676.pp | ||
| tw2678.pp | ||
| tw2690.pp | ||
| tw2691.pp | ||
| tw2696.pp | ||
| tw2702.pp | ||
| tw2703.pp | ||
| tw2704.pp | ||
| tw2705.pp | ||
| tw2706.pp | ||
| tw2707.pp | ||
| tw2708.pp | ||
| tw2710.pp | ||
| tw2713.pp | ||
| tw2721.pp | ||
| tw2723.pp | ||
| tw2725.pp | ||
| tw2727.pp | ||
| tw2728.pp | ||
| tw2729.pp | ||
| tw2730.pp | ||
| tw2731.pp | ||
| tw2736.pp | ||
| tw2737.pp | ||
| tw2738.pp | ||
| tw2739.pp | ||
| tw2758.pp | ||
| tw2763.pp | ||
| tw2765.pp | ||
| tw2767.pp | ||
| tw2771.pp | ||
| tw2772.pp | ||
| tw2776.pp | ||
| tw2778.pp | ||
| tw2779.pp | ||
| tw2780.pp | ||
| tw2788.pp | ||
| tw2789.pp | ||
| tw2794.pp | ||
| tw2803.pp | ||
| tw2806.pp | ||
| tw2807.pp | ||
| tw2809.pp | ||
| tw2812.pp | ||
| tw2815.pp | ||
| tw2817.pp | ||
| tw2829.pp | ||
| tw2830.pp | ||
| tw2832.pp | ||
| tw2834.pp | ||
| tw2841.pp | ||
| tw2853.pp | ||
| tw2853a.pp | ||
| tw2853b.pp | ||
| tw2853c.pp | ||
| tw2853d.pp | ||
| tw2853e.pp | ||
| tw2859.pp | ||
| tw2865.pp | ||
| tw2876.pp | ||
| tw2883.pp | ||
| tw2885.pp | ||
| tw2886.pp | ||
| tw2891.pp | ||
| tw2892.pp | ||
| tw2897.pp | ||
| tw2899.pp | ||
| tw2904.pp | ||
| tw2908.pp | ||
| tw2911.pp | ||
| tw2912.pp | ||
| tw2913.pp | ||
| tw2916.pp | ||
| tw2920.pp | ||
| tw2923.pp | ||
| tw2926.pp | ||
| tw2927.pp | ||
| tw2942a.pp | ||
| tw2942b.pp | ||
| tw2943.pp | ||
| tw2944.pp | ||
| tw2946.pp | ||
| tw2949.pp | ||
| tw2953.pp | ||
| tw2956.pp | ||
| tw2958.pp | ||
| tw2966.pp | ||
| tw2975.pp | ||
| tw2976.pp | ||
| tw2983.pp | ||
| tw2984.pp | ||
| tw2998.pp | ||
| tw2999.pp | ||
| tw3004.pp | ||
| tw3005.pp | ||
| tw3010.pp | ||
| tw3012.pp | ||
| tw3023.pp | ||
| tw3028.pp | ||
| tw3038.pp | ||
| tw3041.pp | ||
| tw3045.pp | ||
| tw3048.pp | ||
| tw3063.pp | ||
| tw3064.pp | ||
| tw3073.pp | ||
| tw3082.pp | ||
| tw3083.pp | ||
| tw3093.pp | ||
| tw3101.pp | ||
| tw3104.pp | ||
| tw3109.pp | ||
| tw3111.pp | ||
| tw3113.pp | ||
| tw3124.pp | ||
| tw3131.pp | ||
| tw3137.pp | ||
| tw3143.pp | ||
| tw3144.pp | ||
| tw3157.pp | ||
| tw3160a.pp | ||
| tw3160b.pp | ||
| tw3160c.pp | ||
| tw3161.pp | ||
| tw3165.pp | ||
| tw3168.pp | ||
| tw3170.pp | ||
| tw3172.pp | ||
| tw3173.pp | ||
| tw3174.pp | ||
| tw3176.pp | ||
| tw3179.pp | ||
| tw3182.pp | ||
| tw3183.pp | ||
| tw3183a.pp | ||
| tw3184.pp | ||
| tw3185.pp | ||
| tw3190.pp | ||
| tw3197.pp | ||
| tw3207.pp | ||
| tw3210.pp | ||
| tw3212.pp | ||
| tw3214.pp | ||
| tw3216.pp | ||
| tw3217.pp | ||
| tw3222.pp | ||
| tw3226.pp | ||
| tw3227.pp | ||
| tw3227a.pp | ||
| tw3235.pp | ||
| tw3241a.pp | ||
| tw3252.pp | ||
| tw3255.pp | ||
| tw3257.pp | ||
| tw3259.pp | ||
| tw3261.pp | ||
| tw3263.pp | ||
| tw3265.pp | ||
| tw3272.pp | ||
| tw3274.pp | ||
| tw3280.pp | ||
| tw3281.pp | ||
| tw3286.pp | ||
| tw3292.pp | ||
| tw3294a.pp | ||
| tw3298.pp | ||
| tw3301.pp | ||
| tw3309.pp | ||
| tw3320.pp | ||
| tw3324.pp | ||
| tw3327.pp | ||
| tw3328.pp | ||
| tw3334.pp | ||
| tw3340.pp | ||
| tw3348.pp | ||
| tw3349.pp | ||
| tw3351.pp | ||
| tw3353.pp | ||
| tw3356.pp | ||
| tw3360.pp | ||
| tw3364.pp | ||
| tw3366.pp | ||
| tw3402.pp | ||
| tw3411.pp | ||
| tw3418.pp | ||
| tw3423.pp | ||
| tw3429.pp | ||
| tw3433.pp | ||
| tw3435.pp | ||
| tw3441.pp | ||
| tw3443.pp | ||
| tw3444.pp | ||
| tw3456.pp | ||
| tw3457.pp | ||
| tw3460.pp | ||
| tw3467.pp | ||
| tw3470.pp | ||
| tw3474.pp | ||
| tw3477.pp | ||
| tw3478.pp | ||
| tw3479.pp | ||
| tw3489.pp | ||
| tw3490.pp | ||
| tw3491.pp | ||
| tw3492.pp | ||
| tw3494.pp | ||
| tw3499.pp | ||
| tw3504.pp | ||
| tw3506.pp | ||
| tw3523.pp | ||
| tw3529.pp | ||
| tw3533.pp | ||
| tw3534.pp | ||
| tw3540.pp | ||
| tw3546.pp | ||
| tw3554.pp | ||
| tw3564.pp | ||
| tw3567.pp | ||
| tw3572.pp | ||
| tw3573.pp | ||
| tw3576.pp | ||
| tw3577.pp | ||
| tw3578.pp | ||
| tw3579.pp | ||
| tw3583.pp | ||
| tw3589.pp | ||
| tw3594.pp | ||
| tw3595.pp | ||
| tw3612.pp | ||
| tw3617.pp | ||
| tw3619.pp | ||
| tw3621.pp | ||
| tw3628.pp | ||
| tw3634.pp | ||
| tw3650.pp | ||
| tw3653.pp | ||
| tw3661.pp | ||
| tw3666.pp | ||
| tw3669.pp | ||
| tw3676.pp | ||
| tw3681.pp | ||
| tw3683.pp | ||
| tw3687.pp | ||
| tw3691.pp | ||
| tw3694.pp | ||
| tw3695.pp | ||
| tw3697.pp | ||
| tw3700.pp | ||
| tw3708.pp | ||
| tw3719.pp | ||
| tw3721.pp | ||
| tw3742.pp | ||
| tw3751.pp | ||
| tw3758.pp | ||
| tw3764.pp | ||
| tw3765.pp | ||
| tw3768.pp | ||
| tw3774.pp | ||
| tw3777.pp | ||
| tw3778.pp | ||
| tw3780.pp | ||
| tw3782.pp | ||
| tw3796.pp | ||
| tw3805.pp | ||
| tw3812.pp | ||
| tw3814.pp | ||
| tw3827.pp | ||
| tw3829.pp | ||
| tw3833.pp | ||
| tw3840.pp | ||
| tw3841.pp | ||
| tw3863.pp | ||
| tw3864.pp | ||
| tw3865.pp | ||
| tw3870.pp | ||
| tw3893.pp | ||
| tw3898.pp | ||
| tw3899.pp | ||
| tw3900.pp | ||
| tw3913.pp | ||
| tw3930.pp | ||
| tw3931a.pp | ||
| tw3939.pp | ||
| tw3952.pp | ||
| tw3953a.pp | ||
| tw3953b.pp | ||
| tw3964a.pp | ||
| tw3964b.pp | ||
| tw3967.pp | ||
| tw3968.pp | ||
| tw3970.pp | ||
| tw3971.pp | ||
| tw3973.pp | ||
| tw3977.pp | ||
| tw3977.txt | ||
| tw3997.pp | ||
| tw4006.pp | ||
| tw4007.pp | ||
| tw4009.pp | ||
| tw4010.pp | ||
| tw4013.pp | ||
| tw4015.pp | ||
| tw4038.pp | ||
| tw4043.pp | ||
| tw4055.pp | ||
| tw4056.pp | ||
| tw4058.pp | ||
| tw4068.pp | ||
| tw4078.pp | ||
| tw4080.pp | ||
| tw4086.pp | ||
| tw4089.pp | ||
| tw4093.pp | ||
| tw4098.pp | ||
| tw4100.pp | ||
| tw4104.pp | ||
| tw4115.pp | ||
| tw4119.pp | ||
| tw4136.pp | ||
| tw4140.pp | ||
| tw4150.pp | ||
| tw4151.pp | ||
| tw4152.pp | ||
| tw4155.pp | ||
| tw4162.pp | ||
| tw4173.pp | ||
| tw4188.pp | ||
| tw4199.pp | ||
| tw4201.pp | ||
| tw4202.pp | ||
| tw4209.pp | ||
| tw4215.pp | ||
| tw4219.pp | ||
| tw4223.pp | ||
| tw4229.pp | ||
| tw4229a.pp | ||
| tw4233.pp | ||
| tw4234.pp | ||
| tw4234a.pp | ||
| tw4239.pp | ||
| tw4240.pp | ||
| tw4247.pp | ||
| tw4253.pp | ||
| tw4254.pp | ||
| tw4260.pp | ||
| tw4266.pp | ||
| tw4272.pp | ||
| tw4277.pp | ||
| tw4278.pp | ||
| tw4290.pp | ||
| tw4294.pp | ||
| tw4308.pp | ||
| tw4330.pp | ||
| tw4332.pp | ||
| tw4336.pp | ||
| tw4350.pp | ||
| tw4352.pp | ||
| tw4388.pp | ||
| tw4390.pp | ||
| tw4398.pp | ||
| tw4427.pp | ||
| tw4428.pp | ||
| tw4450.pp | ||
| tw4477.pp | ||
| tw4487.pp | ||
| tw4489.pp | ||
| tw4496.pp | ||
| tw4519.pp | ||
| tw4520.pp | ||
| tw4529.pp | ||
| tw4533.pp | ||
| tw4534.pp | ||
| tw4537.pp | ||
| tw4540.pp | ||
| tw4541.pp | ||
| tw4557.pp | ||
| tw4566.pp | ||
| tw4574.pp | ||
| tw4599.pp | ||
| tw4613.pp | ||
| tw4616.pp | ||
| tw4624.pp | ||
| tw4632.pp | ||
| tw4633.pp | ||
| tw4634.pp | ||
| tw4635.pp | ||
| tw4640.pp | ||
| tw4669.pp | ||
| tw4675.pp | ||
| tw4678.pp | ||
| tw4700.pp | ||
| tw4704.pp | ||
| tw4705.pp | ||
| tw4722.pp | ||
| tw4763.pp | ||
| tw4768.pp | ||
| tw4778.pp | ||
| tw4789.pp | ||
| tw4809.pp | ||
| tw4826.pp | ||
| tw4881.pp | ||
| tw4893a.pp | ||
| tw4893b.pp | ||
| tw4893c.pp | ||
| tw4898.pp | ||
| tw4902.pp | ||
| tw4922.pp | ||
| tw4925.pp | ||
| tw4950.pp | ||
| tw4954.pp | ||
| tw4999.pp | ||
| tw5001.pp | ||
| tw5015.pp | ||
| tw5023.pp | ||
| tw5036.pp | ||
| tw5082.pp | ||
| tw5086.pp | ||
| tw5094.pp | ||
| tw5100.pp | ||
| tw5100a.pp | ||
| tw5641.pp | ||
| tw5896.pp | ||
| tw6129.pp | ||
| tw6184.pp | ||
| tw6203.pp | ||
| tw6435.pp | ||
| tw6491.pp | ||
| tw6493.pp | ||
| tw6624.pp | ||
| tw6641.pp | ||
| tw6684.pp | ||
| tw6686.pp | ||
| tw6687.pp | ||
| tw6700.pp | ||
| tw6735.pp | ||
| tw6742.pp | ||
| tw6767.pp | ||
| tw6865.pp | ||
| tw6868.pp | ||
| tw6960.pp | ||
| tw6977.pp | ||
| tw6980.pp | ||
| tw6989.pp | ||
| tw7006.pp | ||
| tw7071.pp | ||
| tw7100.pp | ||
| tw7104.pp | ||
| tw7105.pp | ||
| tw7143.pp | ||
| tw7161.pp | ||
| tw7173.pp | ||
| tw7179.pp | ||
| tw7195.pp | ||
| tw7200.pp | ||
| tw7227.pp | ||
| tw7242.pp | ||
| tw7262.pp | ||
| tw7276.pp | ||
| tw7281.pp | ||
| tw7285.pp | ||
| tw7329.pp | ||
| tw7372.pp | ||
| tw7379.pp | ||
| tw7381.pp | ||
| tw7391.pp | ||
| tw7425.pp | ||
| tw7440.pp | ||
| tw7446.pp | ||
| tw7489.pp | ||
| tw7527.pp | ||
| tw7567.pp | ||
| tw7568.pp | ||
| tw7637.pp | ||
| tw7643.pp | ||
| tw7679.pp | ||
| tw7719.pp | ||
| tw7756.pp | ||
| tw7803.pp | ||
| tw7806.pp | ||
| tw7808.pp | ||
| tw7817a.pp | ||
| tw7817b.pp | ||
| tw7847.pp | ||
| tw7851.pp | ||
| tw7851a.pp | ||
| tw7963.pp | ||
| tw7975.pp | ||
| tw7975a.pp | ||
| tw8018.pp | ||
| tw8028.pp | ||
| tw8049.pp | ||
| tw8055.pp | ||
| tw8090.pp | ||
| tw8140.pp | ||
| tw8140b.pp | ||
| tw8140f.pp | ||
| tw8140g.pp | ||
| tw8140h.pp | ||
| tw8141.pp | ||
| tw8145.pp | ||
| tw8148.pp | ||
| tw8150a.pp | ||
| tw8150d.pp | ||
| tw8153.pp | ||
| tw8153a.pp | ||
| tw8155.pp | ||
| tw8156.pp | ||
| tw8171.pp | ||
| tw8172.pp | ||
| tw8177.pp | ||
| tw8180.pp | ||
| tw8183.pp | ||
| tw8199.pp | ||
| tw8222.pp | ||
| tw8222a.pp | ||
| tw8222b.pp | ||
| tw8225.pp | ||
| tw8229.pp | ||
| tw8232.pp | ||
| tw8258.pp | ||
| tw8258a.pp | ||
| tw8264.pp | ||
| tw8282.pp | ||
| tw8283.pp | ||
| tw8304.pp | ||
| tw8312.pp | ||
| tw8321.pp | ||
| tw8371.pp | ||
| tw8391.pp | ||
| tw8434.pp | ||
| ub1873.pp | ||
| ub1883.pp | ||
| uw0555.pp | ||
| uw0701c.pp | ||
| uw0701d.pp | ||
| uw0701e.pp | ||
| uw0809.pp | ||
| uw1181.inc | ||
| uw1279.pp | ||
| uw1331.pp | ||
| uw2004.inc | ||
| uw2040.pp | ||
| uw2266a.inc | ||
| uw2266b.pas | ||
| uw2269.inc | ||
| uw2364.pp | ||
| uw2706a.pp | ||
| uw2706b.pp | ||
| uw2731.pp | ||
| uw2738.pp | ||
| uw2834.pp | ||
| uw2920.pp | ||
| uw2956.pp | ||
| uw2984.pp | ||
| uw3103.pp | ||
| uw3179a.pp | ||
| uw3179b.pp | ||
| uw3184a.pp | ||
| uw3184b.pp | ||
| uw3292a.pp | ||
| uw3340.pp | ||
| uw3353.pp | ||
| uw3356.pp | ||
| uw3429.pp | ||
| uw3474a.pp | ||
| uw3474b.pp | ||
| uw3968.pp | ||
| uw4056.pp | ||
| uw4140.pp | ||
| uw4352a.pp | ||
| uw4352b.pp | ||
| uw4352c.pp | ||
| uw4352d.pp | ||
| uw4352e.pp | ||
| uw4541.pp | ||
| uw6203.pp | ||
| uw6767.pp | ||
| uw7381.pp | ||
| uw8180.pp | ||