fpc/compiler
2007-09-22 20:54:49 +00:00
..
alpha
arm * pass classes and interfaces by value if const is used, resolves #9674 2007-09-14 19:26:09 +00:00
html
i386 * fix temp release for 64bit compare 2007-09-18 21:05:40 +00:00
ia64
m68k * put Charlie's writeln debugger between DEBUG_CHARLIE conditional compilation symbols 2007-09-16 11:43:04 +00:00
mips
msg * indoniesan language update by Zaenal Mutaqin 2007-09-22 19:43:48 +00:00
powerpc * enabled tail recursion optimization for ppc 2007-09-08 22:47:34 +00:00
powerpc64 * constantified hardcoded minimum stackframe size required by the (powerpc64/linux) ABI 2007-09-19 20:55:47 +00:00
ppcgen * Some fixes for r8515: 2007-09-16 22:24:42 +00:00
sparc * sparc compiles again 2007-09-16 09:14:21 +00:00
systems * linker script: keep got and toc sections together; allows use of -Cg (PIC) in large programs (e.g. compiler) on powerpc64/linux 2007-09-21 00:05:51 +00:00
utils * fixed bug #9577 using short boolean eval. While fixing also fixed next IF. 2007-09-02 19:22:04 +00:00
vis
x86 + segment register support in g_concatcopy (should fix #9667, but I 2007-09-22 20:10:56 +00:00
x86_64 * fixed parsing of "rcl/rcr rm,imm" (mantis #9025) 2007-08-12 13:50:52 +00:00
aasmbase.pas + .fini section support 2007-07-28 08:40:10 +00:00
aasmdata.pas * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
aasmsym.pas
aasmtai.pas * don't overwrite cai_align with tai_align_abstract 2007-09-19 15:41:47 +00:00
aggas.pas * removed rodata support for ppc64 again because it doesn't work on 2007-08-24 17:19:52 +00:00
aopt.pas
aoptbase.pas
aoptcs.pas
aoptda.pas
aoptobj.pas
assemble.pas * make cycle OPT=-gwl -Co -Cr on x86-64 fixed 2007-07-07 19:16:49 +00:00
browcol.pas * Fix browcol. 2007-06-14 08:33:19 +00:00
bsdcompile
catch.pas
cclasses.pas * optimized TLinkedList.clear so it can use regvars for everything in 2007-09-02 16:16:25 +00:00
cfidwarf.pas
cfileutl.pas Use AllFilesMask fro RTL or define it 2007-09-18 14:33:58 +00:00
cg64f32.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
cgbase.pas * fixed sparc compilation after addr_lo/hi changes 2007-07-20 12:30:16 +00:00
cgobj.pas * improve powerpc64/linux stub for external procedures in units: also consider GOT change in call to this external procedure 2007-09-19 20:41:39 +00:00
cgutils.pas * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
charset.pas
cmsgs.pas - removed several ;; 2007-05-28 15:59:17 +00:00
comphook.pas * added status.currentmodulestate 2007-05-24 06:21:31 +00:00
compiler.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
compinnr.inc + support for ISO Extended Pascal ReadStr() and WriteStr() routines 2007-05-14 17:34:01 +00:00
comprsrc.pas * Small improvement to previous commit. 2007-08-28 21:06:15 +00:00
constexp.pas * revert r8118 2007-07-22 19:59:00 +00:00
COPYING
cp437.pas
cp850.pas
cp866.pas * added missing "reserved" field to new code page files to fix warnings 2007-05-31 15:07:48 +00:00
cp1251.pas - removed some unused variables 2007-07-17 13:57:15 +00:00
cp8859_1.pas
cp8859_5.pas * added missing "reserved" field to new code page files to fix warnings 2007-05-31 15:07:48 +00:00
crefs.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
cresstr.pas * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
cstreams.pas * fixed bootstrapping with 2.0.4 2007-07-18 12:15:55 +00:00
cutils.pas * swapendian for 2.0.x 2007-07-22 16:13:43 +00:00
dbgbase.pas + added generation of debugging infos of parast and localst for methods 2007-03-30 21:34:55 +00:00
dbgdwarf.pas * properly set the "current compilation directory" (all included files 2007-09-09 13:51:30 +00:00
dbgstabs.pas * avoid writing the stabs for a child class before those of a parent 2007-09-19 16:37:49 +00:00
defcmp.pas * always demote type conversions which cannot represent part of the 2007-08-28 19:38:40 +00:00
defutil.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
export.pas
finput.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
fmodule.pas + support for {$linkframework x} to link to framework x (Darwin only) 2007-07-25 15:42:30 +00:00
fpccrc.pas
fpcdefs.inc * changed cpurequiresproperalignment from a compile-time define into 2007-03-06 16:10:56 +00:00
fppu.pas * save/load LinkOtherFrameworks to/from ppu files 2007-08-31 17:03:33 +00:00
gendef.pas
globals.pas * first part of cfileutl cleanup 2007-09-17 21:20:37 +00:00
globtype.pas + -go<x> switch for debugging options (some global switches could be 2007-09-09 09:27:49 +00:00
htypechk.pas * Improved escape analysis so the improved tretopt no longer fails. 2007-09-05 13:29:22 +00:00
impdef.pas
import.pas
link.pas + support for {$linkframework x} to link to framework x (Darwin only) 2007-07-25 15:42:30 +00:00
make_old.cmd
Makefile * fixed dependency checking for source files in subdirectories relative 2007-08-22 07:04:23 +00:00
Makefile.fpc + eDSP instructions for arm 2007-02-11 15:10:27 +00:00
mdppc386.bat
mppc68k.bat
mppc386.bat
mppcsparc
MPWMake
msgidx.inc * don't allow starting new virtual trees in TP-style objects + test 2007-09-09 14:58:55 +00:00
msgtxt.inc * don't allow starting new virtual trees in TP-style objects + test 2007-09-09 14:58:55 +00:00
nadd.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
nbas.pas * nf_is_funcret node flag added 2007-09-20 20:24:30 +00:00
ncal.pas * fixed typo that broke non-i386 compilation after r8603 2007-09-22 20:46:45 +00:00
ncgadd.pas * Some fixes for r8515: 2007-09-16 22:24:42 +00:00
ncgbas.pas * no longer remove AsmBlockStart and AsmBlockEnd markers from 2007-09-22 19:01:44 +00:00
ncgcal.pas * fix non-x86 compile after r8558 2007-09-18 22:16:28 +00:00
ncgcnv.pas + support for widestring manager based widechar conversions 2007-08-12 20:01:08 +00:00
ncgcon.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
ncgflw.pas * write also asmblocklabel for a connected labelsym 2007-07-23 21:01:32 +00:00
ncginl.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
ncgld.pas * no refcount needed for all constants instead of only stringconst 2007-09-10 16:41:29 +00:00
ncgmat.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
ncgmem.pas * removed some unused variables 2007-09-08 08:45:12 +00:00
ncgopt.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
ncgrtti.pas * Make elecount aword to handle u32bit typeconversions of array indexes. 2007-07-03 22:06:23 +00:00
ncgset.pas * fixed overflow 2007-09-20 20:23:26 +00:00
ncgutil.pas * nf_is_funcret node flag added 2007-09-20 20:24:30 +00:00
ncnv.pas * refactor function result handling 2007-09-18 22:12:07 +00:00
ncon.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
nflw.pas * write also asmblocklabel for a connected labelsym 2007-07-23 21:01:32 +00:00
ninl.pas * give an error for high(ansistring) and high(widestring) 2007-09-03 16:37:24 +00:00
nld.pas * refactor function result handling 2007-09-18 22:12:07 +00:00
nmat.pas - removed unused variable after div-by-zero simplify patch 2007-09-02 21:06:50 +00:00
nmem.pas * Improved escape analysis so the improved tretopt no longer fails. 2007-09-05 13:29:22 +00:00
nobj.pas * don't allow starting new virtual trees in TP-style objects + test 2007-09-09 14:58:55 +00:00
node.pas * nf_is_funcret node flag added 2007-09-20 20:24:30 +00:00
nopt.pas * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
nset.pas * Some fixes for r8515: 2007-09-16 22:24:42 +00:00
nstate.pas
nutils.pas + callparan support in node_complexity() 2007-09-22 10:02:36 +00:00
ogbase.pas + .fini section support 2007-07-28 08:40:10 +00:00
ogcoff.pas + .fini section support 2007-07-28 08:40:10 +00:00
ogelf.pas + .fini section support 2007-07-28 08:40:10 +00:00
oglx.pas
ogmap.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
optbase.pas + first basically working (not all node types yet) dfa implementation determining life information 2007-05-06 21:33:39 +00:00
optcse.pas * fixed some crashes 2007-09-20 22:28:54 +00:00
optdfa.pas * fixed dfa for raise nodes 2007-07-23 20:22:36 +00:00
options.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
opttail.pas * refactor function result handling 2007-09-18 22:12:07 +00:00
optunrol.pas * invalid typecast 2007-09-17 19:40:36 +00:00
optutils.pas + give more sophisticated warnings about uninitalized variables when life info is available 2007-06-03 17:35:48 +00:00
owar.pas
owbase.pas * do not use F field to get TObjectReader FileName as it is freed inside openfile method 2007-05-03 23:55:55 +00:00
parabase.pas
paramgr.pas
parser.pas * cleanup current module status 2007-05-23 13:33:53 +00:00
pass_1.pas + support for simplifying simple inline functions down to a single 2007-03-13 22:27:55 +00:00
pass_2.pas * indenting of node names 2007-09-09 14:03:31 +00:00
pbase.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
pdecl.pas - removed some unused variables 2007-07-17 13:57:15 +00:00
pdecobj.pas * save and restore aktobjectdef 2007-09-04 18:31:20 +00:00
pdecsub.pas * fix invalid typecast 2007-09-11 22:13:31 +00:00
pdecvar.pas * the "external alignment" (i.e., that of their starting addresses) of 2007-09-08 18:13:28 +00:00
pexports.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
pexpr.pas * refactor function result handling 2007-09-18 22:12:07 +00:00
pinline.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
pmodules.pas * only create PASCALFINALIZE for programs and libraries 2007-07-28 10:47:31 +00:00
pp.lpi
pp.pas
ppc68k.lpi
ppc.cfg
ppc.conf
ppc.dof
ppcarm.lpi
ppcppc.lpi + powerpc lazarus project file 2007-03-03 14:53:15 +00:00
ppcsparc.lpi + sparc lazarus project file 2007-04-05 10:22:24 +00:00
ppheap.pas
ppu.pas * fixed tests/cg/opt/tretopt, and also in more cases 2007-09-02 21:27:37 +00:00
procinfo.pas * proper handling of dummy result node in dfa, resolves #8717 and #8079 2007-07-23 08:57:31 +00:00
pstatmnt.pas * fixed regression of webtbs/tw2789 caused by r8270 (setting vs_read 2007-08-12 19:52:57 +00:00
psub.pas * remove additional dot for import name of external function. Makes tprocext compile and run for powerpc64 (stub still not fully working, due to missing GOT loading in stub). 2007-09-16 21:32:29 +00:00
psystem.pas - removed tai_file/tai_loc, no longer needed 2007-07-04 08:14:48 +00:00
ptconst.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
ptype.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
raatt.pas + .fini section support 2007-07-28 08:40:10 +00:00
rabase.pas
rasm.pas
rautils.pas * Improved escape analysis so the improved tretopt no longer fails. 2007-09-05 13:29:22 +00:00
README
regvars.pas
rgbase.pas
rgobj.pas * revert r8118 2007-07-22 19:59:00 +00:00
scandir.pas + support for specifying the minimal precision for floating point 2007-09-01 19:38:27 +00:00
scanner.pas * better error messages for non-overloadable operators: 2007-09-08 10:49:16 +00:00
script.pas * fixed handling of paths/files with spaces in their name in link.res 2007-07-25 16:25:14 +00:00
switches.pas + forbid usage of $E on targets supporting no fpu emulation 2007-06-10 17:03:26 +00:00
symbase.pas
symconst.pas * avoid writing the stabs for a child class before those of a parent 2007-09-19 16:37:49 +00:00
symdef.pas + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
symnot.pas
symsym.pas * fixed tests/cg/opt/tretopt, and also in more cases 2007-09-02 21:27:37 +00:00
symtable.pas * added missing assignment check when searching for a symbol in a class, fixing bug #9673 2007-09-20 20:35:35 +00:00
symtype.pas * Convert guid load/save to endian safe code. 2007-06-30 21:45:20 +00:00
symutil.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
systems.pas * move systems_darwin constant to correct location 2007-09-20 21:08:08 +00:00
tgobj.pas * for ARM CPU records must be aligned in stack depending of record size to prevent misaligned error when the record is passed as parameter in registers. It fixes tcalext* tests for ARM. 2007-06-20 20:31:06 +00:00
tokens.pas
verbose.pas * Rework the constexprint to allow operations from low(int64) to high(qword). 2007-06-13 07:41:18 +00:00
version.pas * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
widestr.pas * make code page name parsing case insensitive (mantis #8930) 2007-09-22 20:54:49 +00:00

This directory contains the sources of the Free Pascal Compiler

If you want to compile/modify the compiler, please read first the
programmers manual.

To recompile the compiler, you can use the batch files :
 + mppc386.bat    if you want to build a cross compiler from i386 to m68k
 + mppcsparc      if you want to build a cross compiler from i386 to SPARC
 
 or
Use the make utility as following
  
      make OS_TARGET="compiler OS target" \
      CPU_TARGET="compiler CPU target" \
      FPCCPUOPT="Optimization level" \
      PP="compiler used to compile FPC" \
      COMPILER_OPTIONS="Options passed to compiler" \
      
      
If an option is omitted, then target CPU/OS will be same as current CPU/OS
 
Possibles targets are : linux go32v2 win32 os2 freebsd beos netbsd amiga
atari sunos qnx netware openbsd wdosx palmos macos macosx emx
   
Possible compiler switches (* marks a currently required switch):
  -----------------------------------------------------------------
  GDB*                support of the GNU Debugger
  I386                generate a compiler for the Intel i386+
  x86_64              generate a compiler for the AMD x86-64 architecture
  M68K                generate a compiler for the M68000
  SPARC               generate a compiler for SPARC
  POWERPC             generate a compiler for the PowerPC
  VIS                 generate a compile for the VIS
  DEBUG               version with debug code is generated
  EXTDEBUG            some extra debug code is executed
  SUPPORT_MMX         only i386: releases the compiler switch
                      MMX which allows the compiler to generate
                      MMX instructions
  EXTERN_MSG          Don't compile the msgfiles in the compiler, always
                      use external messagefiles, default for TP
  NOAG386INT          no Intel Assembler output
  NOAG386NSM          no NASM output
  NOAG386BIN          leaves out the binary writer, default for TP
  NORA386DIR          No direct i386 assembler reader
  TEST_GENERIC        Test Generic version of code generator
                      (uses generic RTL calls)
  -----------------------------------------------------------------
  cpuflags            The target processor has status flags (on by default)
  cpufpemu            The target compiler will also support emitting software
                       floating point operations
  cpu64bit            The target is a 64-bit processor
  -----------------------------------------------------------------

  Required switches for a i386 compiler be compiled by Free Pascal Compiler:
  GDB;I386

to build a compiler to SPARC target using a Win32/i386 you just use :
      make CPU_TARGET=SPARC