fpc/compiler
Jonas Maebe d6966e545b + support for formal var/out parameters on the JVM target:
o primitive types are first boxed
   o the parameter is passed inside an array of one class instance
   o changing the parameter inside the routine (by assigning a value to it
     like in Delphi.NET and different from regular Pascal code) will replace
     this class instance (again boxing the value if required)
   o on return, the class instance is extracted, unboxed if required, and
     assigned back to the original location
   o formal const parameters are handled without the extra array indirection,
     since they cannot be changed

  TODO: while writing tjvmcallparanode.handleformalcopyoutpara() I forgot that
    calling getcopy on ttemprefnodes whose ttempcreatenode hasn't been copied
    yet works fine, so that code is more complex than needed. Still have to
    fix.

git-svn-id: branches/jvmbackend@18675 -
2011-08-20 08:23:33 +00:00
..
alpha - removed no more used constants 2011-08-13 20:54:01 +00:00
arm - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
avr - removed no more used constants 2011-08-13 20:54:01 +00:00
generic * Remove triple sources 2011-07-08 15:37:23 +00:00
html
i386 - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
ia64
jvm + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
m68k - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
mips - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
msg * differentiate between typecasts on the assignment side or not, because we 2011-08-20 08:06:20 +00:00
powerpc * create/destroy also the high level code generator for all architectures, 2011-08-20 07:21:16 +00:00
powerpc64 * create/destroy also the high level code generator for all architectures, 2011-08-20 07:21:16 +00:00
ppcgen - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
sparc - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
systems + support for JVM local variable and parameter debug information 2011-08-20 07:50:41 +00:00
utils * keep track of the number of abstract methods per class via a counter 2011-08-20 08:17:12 +00:00
vis - removed no more used constants 2011-08-13 20:54:01 +00:00
x86 + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +00:00
x86_64 - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
aasmbase.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
aasmdata.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
aasmsym.pas
aasmtai.pas + support for writing JVM line number information 2011-08-20 07:50:46 +00:00
aggas.pas * patch by Jeppe Johansen to support jumptable generation for case nodes on arm/thumb-2, resolves #19502 2011-08-16 22:39:00 +00:00
agjasmin.pas * fixed signature in enum class header (missed L-prefix) 2011-08-20 08:22:28 +00:00
aopt.pas
aoptbase.pas
aoptcs.pas
aoptda.pas
aoptobj.pas Rebase to revision 17096 2011-03-09 16:29:47 +00:00
asmutils.pas
assemble.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
browcol.pas
bsdcompile
catch.pas
ccharset.pas
cclasses.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
cfidwarf.pas
cfileutl.pas * factored searching the exe directories from FindExe() into 2011-08-20 07:38:21 +00:00
cg64f32.pas
cgbase.pas Rebase to revision 17096 2011-03-09 16:29:47 +00:00
cgobj.pas * introduce usage of TCGInt in the code generator units 2011-05-14 17:58:23 +00:00
cgutils.pas + support for constant array indices in treference for the JVM target 2011-08-20 07:52:27 +00:00
cmsgs.pas Implement support for $WARN XXX ON/OFF/ERROR 2011-06-28 10:03:07 +00:00
comphook.pas * catch EOSError, EIOError and IOutOfMemory exceptions inside the compiler 2011-08-07 09:18:07 +00:00
compiler.pas * catch EOSError, EIOError and IOutOfMemory exceptions inside the compiler 2011-08-07 09:18:07 +00:00
compinnr.inc + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
comprsrc.pas + when compiling for Darwin/ARM, pass the subarchitecture to the linker. 2011-08-02 20:41:39 +00:00
constexp.pas * Use extended for bestreal type if GENERIC_CPU is defined 2011-07-08 15:36:29 +00:00
COPYING.txt
cp437.pas
cp850.pas
cp866.pas
cp1251.pas
cp8859_1.pas
cp8859_5.pas
crefs.pas
cresstr.pas
cstreams.pas * patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740 2011-04-05 20:10:09 +00:00
cutils.pas + generate java.lang.Enum descendant classes for Pascal enum types 2011-08-20 08:15:28 +00:00
cwindirs.pp + added cwindirs for the time being to the compiler dir till a release with windirs in the rtl is released 2011-03-19 22:48:56 +00:00
dbgbase.pas
dbgdwarf.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
dbgstabs.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
defcmp.pas + support for automatically converting char/widechar to java.lang.String 2011-08-20 08:21:34 +00:00
defutil.pas * moved de2regtyp() from defutil to hlcgobj, so it can be overridden 2011-08-20 08:00:31 +00:00
export.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
expunix.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
finput.pas * fixed memory leaks when ending a macro 2011-08-20 08:14:00 +00:00
fmodule.pas + getpointerdef() function that returns a pointerdef for the passed def. 2011-08-20 08:20:51 +00:00
fpccrc.pas
fpcdefs.inc + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
fppu.pas + support for {$namespace x.y.z} directive to specify the namespace 2011-08-20 07:59:26 +00:00
gendef.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
globals.pas + odt_javaclass, odt_interfacejava objectdef types 2011-08-20 07:21:46 +00:00
globtype.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
hlcg2ll.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
hlcgobj.pas * when the user calls initialize(), force initialization to happen on the 2011-08-20 08:23:16 +00:00
htypechk.pas * use symbol type instead of sp_static flag to determine whether a final 2011-08-20 08:15:00 +00:00
impdef.pas
import.pas
jvmdef.pas + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
link.pas Add removal of braces for parameters in linker script 2011-07-01 14:28:18 +00:00
macho.pas
machoutils.pas
Makefile * also delete ppcjvm in the execlean target 2011-08-20 07:55:08 +00:00
Makefile.fpc * also delete ppcjvm in the execlean target 2011-08-20 07:55:08 +00:00
MPWMake
msgidx.inc * differentiate between typecasts on the assignment side or not, because we 2011-08-20 08:06:20 +00:00
msgtxt.inc * differentiate between typecasts on the assignment side or not, because we 2011-08-20 08:06:20 +00:00
nadd.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
nbas.pas * moved creating block/statement for reference temps into 2011-08-20 08:13:16 +00:00
ncal.pas + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
ncgadd.pas * reorder processing of left/right for add nodes somewhat to make 2011-08-20 07:48:42 +00:00
ncgbas.pas * properly deal with reference temps in tcgtempdeletenode.pass_generate_code 2011-08-20 08:22:38 +00:00
ncgcal.pas + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
ncgcnv.pas + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00
ncgcon.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
ncgflw.pas + try/except and try/finally support for JVM target: 2011-08-20 07:55:21 +00:00
ncginl.pas * converted SAR code to hlcgobj 2011-08-20 08:06:44 +00:00
ncgld.pas + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
ncgmat.pas + support for unaryminus for the JVM target (integer via generic code, float 2011-08-20 08:06:05 +00:00
ncgmem.pas + support for nested procedures for the JVM target 2011-08-20 08:12:59 +00:00
ncgnstld.pas * save/result nestsym to ppufile for inline routines 2011-08-20 08:23:04 +00:00
ncgnstmm.pas + support for nested procedures for the JVM target 2011-08-20 08:12:59 +00:00
ncgobjc.pas
ncgopt.pas + gethltemp() to allocate a temp specifying full type information even 2011-08-20 07:54:04 +00:00
ncgrtti.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
ncgset.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
ncgutil.pas * moved gen_entry_code/gen_exit_code from ncgutil to hlcgobj, 2011-08-20 08:05:33 +00:00
ncnv.pas * converted all enum handling for the JVM target so that it uses the 2011-08-20 08:15:54 +00:00
ncon.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
nflw.pas + try/except and try/finally support for JVM target: 2011-08-20 07:55:21 +00:00
ngenutil.pas * when the user calls initialize(), force initialization to happen on the 2011-08-20 08:23:16 +00:00
ngtcon.pas * make it possible to override parts of the typed constant code generation 2011-08-20 08:21:59 +00:00
ninl.pas + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
nld.pas + getpointerdef() function that returns a pointerdef for the passed def. 2011-08-20 08:20:51 +00:00
nmat.pas + support for qword div/mod via helper (the JVM only supports signed 2011-08-20 08:07:02 +00:00
nmem.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
nobj.pas * keep track of the number of abstract methods per class via a counter 2011-08-20 08:17:12 +00:00
nobjc.pas
node.pas
nopt.pas + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00
nset.pas + initial support for pascal booleans with sizes 2, 4 and 8 2011-06-26 15:02:37 +00:00
nstate.pas
nutils.pas + support class variables in propaccesslist_to_node() (use regular loadn, 2011-08-20 08:15:10 +00:00
objcdef.pas Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef). 2011-02-20 11:41:55 +00:00
objcgutl.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
objcutil.pas
ogbase.pas * Excluded oso_executable from attributes of user sections. User sections may currently be specified only for variables and typed consts, which are not executable. 2011-07-27 14:10:22 +00:00
ogcoff.pas * Another attempt to align section raw data size in COFF headers. Without this, image modification WinAPIs like BeginUpdateResource/EndUpdateResource typically corrupt the image. Resolves #16852 (at least partially). 2011-08-11 16:42:24 +00:00
ogelf.pas * Reverted r17556 and replaced it with more generic handling of 'rela'-styled relocations. Resolves #19416. 2011-05-27 18:19:08 +00:00
oglx.pas
ogmacho.pas + user section type 2011-03-20 15:42:28 +00:00
ogmap.pas
ognlm.pas Avoid line > 255 chars and range check error on THandle type 2011-06-27 20:58:02 +00:00
optbase.pas
optcse.pas * Avoid pointer typecast warning 2011-06-29 09:54:46 +00:00
optdead.pas
optdfa.pas
options.pas + basic defines for jvm target (CPUJVM, ...) 2011-08-20 07:36:29 +00:00
optloop.pas
opttail.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
optutils.pas
optvirt.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
owar.pas * patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740 2011-04-05 20:10:09 +00:00
owbase.pas * patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740 2011-04-05 20:10:09 +00:00
parabase.pas * fixed unit reloading after the addition of the def field to tcgpara 2011-08-20 08:17:17 +00:00
paramgr.pas + support for non-array/record var parameter on the JVM target using 2011-08-20 08:07:24 +00:00
parser.pas Implement support for $WARN XXX ON/OFF/ERROR 2011-06-28 10:03:07 +00:00
pass_1.pas
pass_2.pas * changed var-parameter of secondpass() into a value parameter: secondpass 2011-08-20 08:23:22 +00:00
pbase.pas + cs_unicodestrings global switch to indicate that the default string type 2011-08-20 07:57:45 +00:00
pdecl.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
pdecobj.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
pdecsub.pas * keep track of the number of abstract methods per class via a counter 2011-08-20 08:17:12 +00:00
pdecvar.pas * ifdefed pjvm usage 2011-08-20 08:20:23 +00:00
pexports.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
pexpr.pas + getpointerdef() function that returns a pointerdef for the passed def. 2011-08-20 08:20:51 +00:00
pinline.pas * when the user calls initialize(), force initialization to happen on the 2011-08-20 08:23:16 +00:00
pjvm.pas * changed initialization of records from constructing a new instance and 2011-08-20 08:23:27 +00:00
pmodules.pas * wrap the init/finalization code even when it is implicitly generated 2011-08-20 08:20:56 +00:00
pp.lpi * version update 2011-08-17 10:57:32 +00:00
pp.pas * define cpu32bit for the JVM target (used by psystem to initialise 2011-08-20 07:36:08 +00:00
ppc68k.lpi
ppc.cfg
ppc.conf
ppc.dof
ppcarm.lpi
ppcavr.lpi Rebase to revision 17096 2011-03-09 16:29:47 +00:00
ppcmipsel.lpi
ppcppc.lpi
ppcsparc.lpi
ppheap.pas
ppu.pas * keep track of the number of abstract methods per class via a counter 2011-08-20 08:17:12 +00:00
ppx86_64.lpi
procinfo.pas * implemented declaring and calling constructors for Java classes 2011-08-20 07:46:37 +00:00
pstatmnt.pas + try/except and try/finally support for JVM target: 2011-08-20 07:55:21 +00:00
psub.pas * wrap the init/finalization code even when it is implicitly generated 2011-08-20 08:20:56 +00:00
psystem.pas * moved $methodpointer type construction from psystem to pdecobj for JVM, 2011-08-20 08:09:50 +00:00
ptconst.pas * make it possible to override parts of the typed constant code generation 2011-08-20 08:21:59 +00:00
ptype.pas + getpointerdef() function that returns a pointerdef for the passed def. 2011-08-20 08:20:51 +00:00
raatt.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
rabase.pas
rasm.pas
rautils.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
README.txt
regvars.pas * Improvements of tprocinfo class: 2011-03-27 17:21:48 +00:00
rescmn.pas
rgbase.pas
rgobj.pas * made maxregs related information protected instead of private in trgobj, 2011-08-20 07:38:11 +00:00
scandir.pas + support for {$namespace x.y.z} directive to specify the namespace 2011-08-20 07:59:26 +00:00
scanner.pas - removed unused scanner.tscannerstate, inserttext_begin and inserttext_end 2011-08-20 08:20:13 +00:00
script.pas
switches.pas * Fix double WARN infinite loop 2011-06-29 09:52:03 +00:00
symbase.pas + TSymtablestack.getcopyuntil() method that creates a copy of a 2011-08-20 08:12:29 +00:00
symconst.pas + generate java.lang.Enum descendant classes for Pascal enum types 2011-08-20 08:15:28 +00:00
symcreat.pas * changed initialization of records from constructing a new instance and 2011-08-20 08:23:27 +00:00
symdef.pas + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
symnot.pas
symsym.pas * ifdefed jvmdef usage 2011-08-20 08:20:43 +00:00
symtable.pas * correctly handle explicit typecasts between records and jlobject/ 2011-08-20 08:01:29 +00:00
symtype.pas + symansistr conditional define that, when activated, makes the symbol/ 2011-08-20 08:13:50 +00:00
symutil.pas
systems.inc + support for JVM local variable and parameter debug information 2011-08-20 07:50:41 +00:00
systems.pas + support for nested procedures for the JVM target 2011-08-20 08:12:59 +00:00
tgobj.pas + support for regular arrays and open arrays 2011-08-20 07:55:27 +00:00
tokens.pas + list of keywords that are reserved in Java and the JVM, for future 2011-08-20 07:37:47 +00:00
verbose.pas Implement support for $WARN XXX ON/OFF/ERROR 2011-06-28 10:03:07 +00:00
version.pas * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
widestr.pas + ansistring support. Items of note: 2011-08-20 08:10:39 +00:00
wpo.pas
wpobase.pas
wpoinfo.pas

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 haiku
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
  cpu64bitaddr        The targets use a 64-bit address space (pointers and
                       the default integer type are 64 bit)
  cpu64bitalu         The target cpu has 64-bit registers available (unless
                       cpu64bitaddr is also defined, pointers and default
                       integer type remain 32 bit, but the cpu can perform
                       64 bit calculations directly without needing helpers)
  -----------------------------------------------------------------

  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