fpc/compiler
2013-08-25 16:52:37 +00:00
..
aarch64
alpha
arm * disable optimization LdrbAnd2Ldrb for arm thumb as it is currently done 2013-08-23 18:41:26 +00:00
avr * don't use the paracgsize in get_paraloc_def(), because it generally 2013-06-02 14:05:07 +00:00
generic
html
i386 + Implemented saving/restoring registers using PUSH/POP instructions on i386 targets with non-fixed stack. Provides some advantage in code size (e.g. the compiler becomes about 20KBytes smaller). 2013-08-07 09:59:07 +00:00
i8086 - disable cs_opt_regvar from -O2 on i8086, since it's not working properly yet 2013-08-24 23:06:10 +00:00
ia64
jvm * when automatically generating an overriding getter/setter method (because 2013-08-06 21:50:56 +00:00
m68k * don't use the paracgsize in get_paraloc_def(), because it generally 2013-06-02 14:05:07 +00:00
mips + MIPS internal linker: support TLS IE/LE and GPREL32 relocations, is now able to link tw14265. 2013-07-29 09:30:40 +00:00
msg + added i8086 memory model flags to the ppu flags and added a check that prevents the using of units compiled for different memory models 2013-08-25 16:45:04 +00:00
powerpc - Removed tai_label.is_global field, was used in just one place and is generally not needed: binding is controlled by 'bind' property of referenced AsmLabel. 2013-08-23 11:34:08 +00:00
powerpc64 * missing part of r24776, using a build server also has pitfalls :/ 2013-06-02 14:35:29 +00:00
ppcgen * set symbol type/binding of data referred by ppc and arm/darwin stubs (part 2013-08-17 16:26:37 +00:00
sparc * add a tdef to each parameter location and set it for all target 2013-06-02 10:24:02 +00:00
systems * don't overwrite result of librarysearchpath.FindFile() in 2013-08-22 21:37:06 +00:00
utils + added the new i8086 memory model flags to ppudump as well 2013-08-25 16:48:13 +00:00
vis
x86 * pass the option -w-orphan-labels to nasm to avoid the spurious warnings about labels without a trailing colon and without an instruction on the same line 2013-08-23 23:40:24 +00:00
x86_64 * In preparation for fixing Mantis #24791: Copy related code from tcgx86.g_proc_entry to tcgx86_64.g_proc_entry, and remove win64-specific stuff from tcgx86 version. 2013-08-06 07:34:50 +00:00
aasmbase.pas * indention fixes 2013-05-03 20:41:55 +00:00
aasmdata.pas + added optional Tasmsymtype parameter to TAsmData.RefAsmSymbol and WeakRefAsmSymbol to allow specifying things like AT_DATA for external symbols that reside in the data segment, which is needed for i8086 medium and compact memory models 2013-08-11 19:24:54 +00:00
aasmsym.pas
aasmtai.pas * Replaced tai_ent and tai_ent_end classes with tai_directive subtypes. Having separate classes for them is unnecessary complication. 2013-08-23 12:38:49 +00:00
aggas.pas * Replaced tai_ent and tai_ent_end classes with tai_directive subtypes. Having separate classes for them is unnecessary complication. 2013-08-23 12:38:49 +00:00
agjasmin.pas
aopt.pas
aoptbase.pas * Fixed label optimizer to work with MIPS, and enabled level 1 optimization for MIPS targets. 2013-07-03 14:40:24 +00:00
aoptcs.pas
aoptda.pas
aoptobj.pas + FindRegAllocBackward 2013-08-18 18:56:56 +00:00
asmutils.pas
assemble.pas - Removed TAbstractAssembler and TAbstractAssemblerClass, they are not used anymore. 2013-08-18 11:03:30 +00:00
browcol.pas
bsdcompile
catch.pas
ccharset.pas compiler, rtl: move cpXXXX.pas files from compiler to RTL\charmaps directory and cleanup them, enable charmaps building for the majority of targets 2013-03-12 01:35:25 +00:00
cclasses.pas + Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil. 2013-07-30 09:23:48 +00:00
cfidwarf.pas
cfileutl.pas * only call findclose if findfirst succeeded 2013-07-30 13:39:32 +00:00
cg64f32.pas * refactored cg64f32.splitparaloc64 to use cgpara.locations_count 2013-05-19 18:44:54 +00:00
cgbase.pas + support for R_SUBMMX and R_SUBMMY in generic_regname() 2013-08-07 12:41:47 +00:00
cghlcpu.pas
cgobj.pas * basic avx support for floating point operations (use -Cfavx to activate) 2013-06-14 20:03:01 +00:00
cgutils.pas * tlocation.value reverted back to longint on non 64-bit archs. This fixes the tset5.pp and tset5a.pp regressions on powerpc and probably other 32-bit platforms. 2013-04-28 17:52:06 +00:00
cmsgs.pas
comphook.pas
compiler.pas applied fix from trunk for building with fpc 2.6.x on unix 2013-03-09 18:35:24 +00:00
compinnr.inc
comprsrc.pas
constexp.pas * workaround for 2.6.x to avoid overflow errors when compiled with -CRiot 2013-06-26 21:40:52 +00:00
COPYING.txt * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:04:34 +00:00
cpid.pas
crefs.pas
cresstr.pas * i8086 medium model fixes in Tresourcestrings.CreateResourceStringData 2013-08-18 21:18:22 +00:00
cstreams.pas
cutils.pas + added min and max functions for Tconstexprint 2013-04-01 20:23:14 +00:00
cwindirs.pp
dbgbase.pas
dbgdwarf.pas * fixed definitions/uses of asmsymbols: always explicitly define local 2013-08-21 09:49:07 +00:00
dbgstabs.pas
dbgstabx.pas
defcmp.pas compiler: don't treat methods without self node (static class methods, class contructors, destructors, operators) as method pointers, fix comparison of procdef and procvardef to allow assignment of a static class method to a regular procedural variable (issue #24486) 2013-08-18 17:29:23 +00:00
defutil.pas + added is_farpointer(tdef) and is_hugepointer(tdef) helper functions to defutil 2013-06-10 20:50:05 +00:00
elfbase.pas + Added values for DT_FLAGS and DT_FLAGS_1 dynamic tags. 2013-03-29 14:46:44 +00:00
export.pas
expunix.pas
finput.pas * patch by Aleksa Todorovic: store relative include paths in PPUs, resolves #9961 2013-03-17 16:22:00 +00:00
fmodule.pas
fpccrc.pas
fpcdefs.inc * i8086 has no 32 bit rol/ror support so disabled inlined ror/rol for now 2013-08-11 16:12:37 +00:00
fppu.pas + added i8086 memory model flags to the ppu flags and added a check that prevents the using of units compiled for different memory models 2013-08-25 16:45:04 +00:00
gendef.pas
globals.pas + implemented the tiny memory model for i8086-msdos; we now produce working dos .com files as well 2013-06-02 23:02:10 +00:00
globstat.pas
globtype.pas + Implemented saving/restoring registers using PUSH/POP instructions on i386 targets with non-fixed stack. Provides some advantage in code size (e.g. the compiler becomes about 20KBytes smaller). 2013-08-07 09:59:07 +00:00
hlcg2ll.pas + def_cgmmsize() that returns a vector tcgsize for arraydefs (as generated 2013-06-02 10:24:08 +00:00
hlcgobj.pas * Replaced tai_ent and tai_ent_end classes with tai_directive subtypes. Having separate classes for them is unnecessary complication. 2013-08-23 12:38:49 +00:00
htypechk.pas
impdef.pas
import.pas
ldscript.pas
link.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
macho.pas
machoutils.pas
Makefile + enable jump optimizer for i8086 2013-05-01 13:54:13 +00:00
Makefile.fpc + enable jump optimizer for i8086 2013-05-01 13:54:13 +00:00
MPWMake
msgidx.inc + added i8086 memory model flags to the ppu flags and added a check that prevents the using of units compiled for different memory models 2013-08-25 16:45:04 +00:00
msgtxt.inc + added i8086 memory model flags to the ppu flags and added a check that prevents the using of units compiled for different memory models 2013-08-25 16:45:04 +00:00
nadd.pas * record/use the code page of string constants typecasted to an ansistring 2013-08-02 13:23:32 +00:00
nbas.pas * keep managed types in registers if possible. Under certain circumstances (if they don't require init/final code, 2013-06-23 15:16:30 +00:00
ncal.pas * make actualtargetnode a normal procedure using pointers to node so it can be used also when replacing nodes 2013-06-29 22:20:30 +00:00
ncgadd.pas + avx uses add to multiply by 2 2013-06-15 21:18:40 +00:00
ncgbas.pas * keep managed types in registers if possible. Under certain circumstances (if they don't require init/final code, 2013-06-23 15:16:30 +00:00
ncgcal.pas * far proc fixes in tcgcallnode.pass_generate_code 2013-06-09 14:21:03 +00:00
ncgcnv.pas + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to generate differently optimized code for branching and for conversion to register, typically saving a register and instruction per compare. 2013-07-19 14:06:47 +00:00
ncgcon.pas * i8086 specific code from tcgpointerconstnode.pass_generate_code moved to an i8086 specific overriden method 2013-05-24 17:16:55 +00:00
ncgflw.pas * Fixed register live range in for-loops: 2013-06-21 15:26:14 +00:00
ncginl.pas Inline Length(DynamicArray) 2013-08-07 22:07:08 +00:00
ncgld.pas * always use the varrec size retrieved from the system unit when advancing to the next element 2013-08-11 20:13:57 +00:00
ncgmat.pas * fixed tcgnotnode.second_64bit for 8/16-bit cpus after r24678 2013-06-01 14:05:53 +00:00
ncgmem.pas * handle also LOC_CREGISTER/LOC_CMMREGISTER in tcgvecnode.pass_generate_code, resolves #24705 2013-07-04 19:36:28 +00:00
ncgnstld.pas
ncgnstmm.pas
ncgobjc.pas
ncgopt.pas
ncgrtti.pas * fixed class VMT generation for the i8086 medium memory model (near code, far data) by setting correctly the Tasmsymtype to each symbol according to whether it points to code or data 2013-08-18 00:03:55 +00:00
ncgset.pas * 16-bit ALU fixes in tcgcasenode.genlinearcmplist 2013-03-24 22:40:27 +00:00
ncgutil.pas - Removed gen_proc_symbol procedure, no longer used, replaced by thlcgobj.gen_proc_symbol method. 2013-08-23 10:54:57 +00:00
ncgvmt.pas * fixed class VMT generation for the i8086 medium memory model (near code, far data) by setting correctly the Tasmsymtype to each symbol according to whether it points to code or data 2013-08-18 00:03:55 +00:00
ncnv.pas * record/use the code page of string constants typecasted to an ansistring 2013-08-02 13:23:32 +00:00
ncon.pas Fix for Mantis #24903. 2013-08-22 20:18:14 +00:00
nflw.pas * simplify body of for loop before unrolling 2013-08-11 21:13:22 +00:00
ngenutil.pas * i8086 medium model fixes in tnodeutils.InsertResourceTablesTable 2013-08-18 20:37:18 +00:00
ngtcon.pas * check range of enums and booleans in typed constant expressions when 2013-05-14 12:05:00 +00:00
ninl.pas * don't call the ansistring val variant for a zero based array if not necessary to avoid ansistring usage in embedded applications 2013-08-18 17:04:06 +00:00
nld.pas * keep managed types in registers if possible. Under certain circumstances (if they don't require init/final code, 2013-06-23 15:16:30 +00:00
nmat.pas * tmoddivnode.pass_typecheck: in the case of unsigned div/mod positive_const, check also the upper bound of the const, so it doesn't get truncated 2013-04-14 21:56:32 +00:00
nmem.pas * far pointer fix in taddrnode.pass_typecheck 2013-06-09 23:07:30 +00:00
nobj.pas * Moved all code responsible for writing VMTs and interface wrappers (nobj.TVMTWriter, ncgutil.gen_intf_wrappers, ptype.write_persistent_type_info) into a new unit ncgvmt.pas. 2013-04-19 13:31:27 +00:00
nobjc.pas
node.pas * make actualtargetnode a normal procedure using pointers to node so it can be used also when replacing nodes 2013-06-29 22:20:30 +00:00
nopt.pas
nset.pas
nstate.pas
nutils.pas * calculate complexity of exit nodes correctly 2013-08-11 21:13:20 +00:00
objcdef.pas
objcgutl.pas
objcutil.pas
ogbase.pas + Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil. 2013-07-30 09:23:48 +00:00
ogcoff.pas * Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes code a bit nicer to read. 2013-04-28 20:29:49 +00:00
ogelf.pas + Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil. 2013-07-30 09:23:48 +00:00
oglx.pas
ogmacho.pas
ogmap.pas + Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil. 2013-07-30 09:23:48 +00:00
ognlm.pas * Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes code a bit nicer to read. 2013-04-28 20:29:49 +00:00
optbase.pas
optcse.pas * make actualtargetnode a normal procedure using pointers to node so it can be used also when replacing nodes 2013-06-29 22:20:30 +00:00
optdead.pas
optdfa.pas + introduce cnf_call_never_returns to signal the dfa if a call node never returns 2013-04-21 16:53:25 +00:00
options.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
optloop.pas * store break/continue usage in a variable 2013-08-11 21:13:24 +00:00
opttail.pas
optutils.pas + has_life_info 2013-06-14 20:52:40 +00:00
optvirt.pas
owar.pas
owbase.pas
parabase.pas * add a tdef to each parameter location and set it for all target 2013-06-02 10:24:02 +00:00
paramgr.pas * missing part of r24776, using a build server also has pitfalls :/ 2013-06-02 14:35:29 +00:00
parser.pas
pass_1.pas
pass_2.pas
pbase.pas
pdecl.pas * record/use the code page of string constants typecasted to an ansistring 2013-08-02 13:23:32 +00:00
pdecobj.pas + introduce tvariantrecbranch to be able to store 2013-04-14 15:50:42 +00:00
pdecsub.pas - Reverted r25269 and commented out r25261. The former one is wrong because it changes unit initialization order. The latter one causes RTL build failures on some targets, needs testing and likely RTL/makefiles patching. 2013-08-16 15:17:25 +00:00
pdecvar.pas * merge i8086 branch by Nikolay Nikolov 2013-04-25 20:23:51 +00:00
pexports.pas
pexpr.pas * mark the current procedure if it has a non local exit, not the targetted one 2013-08-18 18:55:53 +00:00
pgenutil.pas Correctly specialize generics if locally declared types are used (e.g. two procedures could both define a different "TRec" type which is used to specialize a generic inside the procedures). 2013-07-26 09:02:24 +00:00
pinline.pas * convert function like used new into a appropriate nodes only in pass_1 so proper error checking can be carried out, resolves #24495 2013-05-31 14:55:49 +00:00
pmodules.pas - Reverted r25269 and commented out r25261. The former one is wrong because it changes unit initialization order. The latter one causes RTL build failures on some targets, needs testing and likely RTL/makefiles patching. 2013-08-16 15:17:25 +00:00
pp.lpi
pp.pas cpu_i8086 and system_i8086_msdos added to the systems.inc enums 2013-03-07 22:38:35 +00:00
pparautl.pas
ppc68k.lpi
ppc8086.lpi + i8086/n8086cnv.pas added to lazarus project 2013-06-10 01:19:22 +00:00
ppcaarch64.lpi
ppcarm.lpi
ppcavr.lpi
ppcjvm.lpi * jvm lazarus project file properly named 2013-04-28 08:39:20 +00:00
ppcmips.lpi
ppcmipsel.lpi
ppcppc64.lpi
ppcppc.lpi
ppcsparc.lpi
ppheap.pas
ppu.pas * incremented the ppu version as well after r25365 2013-08-25 16:52:37 +00:00
ppx86_64.lpi
procinfo.pas compiler: fix calling class methods from a nested routine of a static class method (mantis #0024865) 2013-08-17 04:44:19 +00:00
pstatmnt.pas Fix for Mantis #17598. When extended syntax is off allow the result of constructors to be dropped when the constructor is called as an instance method instead of a class method. 2013-07-09 07:56:45 +00:00
psub.pas * Mark procedures with shortstring value parameters as non-leaf, because such parameters generate a call (to fpc_shortstr_assign). 2013-07-11 08:21:45 +00:00
psystem.pas * Replaced tai_ent and tai_ent_end classes with tai_directive subtypes. Having separate classes for them is unnecessary complication. 2013-08-23 12:38:49 +00:00
ptconst.pas
ptype.pas * merge i8086 branch by Nikolay Nikolov 2013-04-25 20:23:51 +00:00
raatt.pas Add support in ARM assembler reader for ldr reg, =literal syntax 2013-07-21 16:06:57 +00:00
rabase.pas
rasm.pas
rautils.pas
README.txt
regvars.pas
rescmn.pas * add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044 2013-05-04 21:25:36 +00:00
rgbase.pas
rgobj.pas * coalesce more aggressive 2013-07-26 19:06:20 +00:00
scandir.pas Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible. 2013-06-13 10:51:42 +00:00
scanner.pas * merge i8086 branch by Nikolay Nikolov 2013-04-25 20:23:51 +00:00
script.pas
switches.pas
symbase.pas
symconst.pas + added po_far to tprocoptions 2013-06-08 16:34:30 +00:00
symcreat.pas
symdef.pas compiler: don't treat methods without self node (static class methods, class contructors, destructors, operators) as method pointers, fix comparison of procdef and procvardef to allow assignment of a static class method to a regular procedural variable (issue #24486) 2013-08-18 17:29:23 +00:00
symnot.pas
symsym.pas * make symbols generated in procedures global when auto-inlining is on 2013-08-18 17:32:47 +00:00
symtable.pas Finally refactor "b_needs_init_final" flag to be a symtable flag which is written to/loaded from the PPU (as discussed in the thread "Status report for "class helpers"" in fpc-devel on 29th January 2011). 2013-05-17 12:15:13 +00:00
symtype.pas Correctly specialize generics if locally declared types are used (e.g. two procedures could both define a different "TRec" type which is used to specialize a generic inside the procedures). 2013-07-26 09:02:24 +00:00
symutil.pas
systems.inc * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
systems.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
tgobj.pas * prevent previously freed temp blocks from getting lost occasionally (can 2013-03-27 17:16:34 +00:00
tokens.pas * Fixed unused var note. 2013-04-26 10:29:35 +00:00
verbose.pas
version.pas
widestr.pas compiler, rtl: move cpXXXX.pas files from compiler to RTL\charmaps directory and cleanup them, enable charmaps building for the majority of targets 2013-03-12 01:35:25 +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