fpc/compiler
2024-03-26 14:18:31 +00:00
..
aarch64 * a64: Fixed bug where unsigned min/max inlines used a signed comparison 2024-03-26 14:18:31 +00:00
arm * Fixed signature of insert_init_final_table 2024-03-05 07:56:14 +00:00
armgen * arm/a64: Fixed bug where shifter operand was not preserved in AND/CMP -> TST optimisation 2024-03-18 21:21:54 +00:00
avr Ensure register to be eliminated is de-allocated before applying optimization LdsMov2Lds. 2024-03-24 13:54:31 +00:00
generic
html
i386 * overflow checking for ti386inlinenode.second_abs_long 2024-03-17 10:24:20 +01:00
i8086 * Flags specific to TDerefNode have been moved to their own field 2024-03-02 21:31:21 +01:00
jvm * generate init_final table from actual uses clauses 2024-03-05 07:56:14 +00:00
llvm * fix building of llvm compiler after node flag refactoring 2024-03-05 22:23:39 +01:00
loongarch64 Restrict use of A_MOVE to ufromsize and utosize = OS_INT. (contributed by Jinyang He) 2024-02-18 20:18:50 +00:00
m68k m68k: fix tw40182 test 2024-01-09 10:57:11 +01:00
mips Fix storing of unaligned 64-bit to memory 2023-04-21 10:32:13 +01:00
msg * Fix latex error due to unescaped dollar 2024-02-18 21:39:04 +01:00
powerpc + support for .debug_loc and .debuc_loclist sections 2024-01-16 23:24:37 +01:00
powerpc64 Add dwarf CFI for powerpc64 cpu 2023-11-23 21:19:52 +01:00
ppcgen * Flags specific to TAddNode have been moved to their own field 2024-03-02 21:31:21 +01:00
riscv + set pi_do_call on RiscV as well if we check for fpu exceptions 2024-02-16 22:48:14 +01:00
riscv32 Change AVOID_OVERFLOW to avoid warning about inequality being always true 2023-10-26 07:47:10 +00:00
riscv64 * correct tripletcpustr, resolves #40301 2023-05-31 20:26:50 +02:00
sparc
sparc64 Fix for sparc64 specific code generation bug report #40252 2023-05-26 17:10:23 +02:00
sparcgen Add -32/-64 for sparc GNU assembler calls 2024-03-25 23:48:14 +01:00
systems Add $EMUL also for sparc CPU GNU linker call on solaris OS 2024-03-25 23:48:14 +01:00
utils * Add internal_endian field to tppudumpfile class 2024-01-25 11:00:28 +00:00
wasm32 * Flags specific to TAddNode have been moved to their own field 2024-03-02 21:31:21 +01:00
x86 * x86: New Op/TEST optimisation that rearranges register usage for the most efficient execution 2024-03-25 22:25:29 +00:00
x86_64 * x86: CMOVcc/Jcc pairs are now changed to MOV/Jcc if the register is not used if the jump doesn't branch 2024-03-10 21:09:59 +00:00
xtensa * Fix xtensa compilation 2024-03-05 07:56:14 +00:00
z80 Follow sdas documentation for .ascii limitations by using only printable chars and .byte for others 2024-02-12 14:03:02 +00:00
.gitignore git ignore msg2inc binary 2023-07-07 11:17:33 +02:00
aasmbase.pas + support for .debug_loc and .debuc_loclist sections 2024-01-16 23:24:37 +01:00
aasmcfi.pas
aasmcnst.pas * Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently 2024-02-13 19:44:36 +01:00
aasmdata.pas + introduced TAsmData.WeakRefAsmSymbolByClass 2024-02-25 07:18:22 +02:00
aasmdef.pas
aasmsym.pas
aasmtai.pas * SkipInstr now includes ait_align 2023-11-25 20:47:44 +00:00
aggas.pas + support for .debug_loc and .debuc_loclist sections 2024-01-16 23:24:37 +01:00
aopt.pas
aoptbase.pas
aoptda.pas
aoptobj.pas * FindRegAllocBackward will now return nil if it hits a dealloc for the register first 2024-02-11 21:39:19 +00:00
aoptutils.pas * New Boolean "SetAndTest" utility function 2024-02-03 20:30:46 +00:00
assemble.pas Swap real constant in internal assembler 2024-02-19 20:19:36 +01:00
blockutl.pas
browcol.pas * Remove loaded_from in tmodule. The same unit can be loaded from different places 2024-03-05 07:56:14 +00:00
catch.pas
ccharset.pas
cclasses.pas
cepiktimer.pas
cfidwarf.pas
cfileutl.pas * Allow to disable 8.3 filename search 2023-11-12 09:55:30 +01:00
cg64f32.pas
cgbase.pas + implemented WebAssembly code generator support for funcref and externref data 2023-06-07 05:25:57 +03:00
cgexcept.pas
cghlcpu.pas
cgobj.pas Attempt to fix tcalext3 big-endian powerpc64 failure 2023-11-20 01:05:10 +03:00
cgutils.pas + function needs_check_for_fpu_exceptions to unify fpu exception handling 2024-02-13 17:42:21 +01:00
cmsgs.pas
comphook.pas Add -vj option in options unit to set V_Parallel 2023-09-09 07:49:22 +00:00
compiler.pas * Fix build of nativent 2024-03-19 10:27:30 +01:00
compinnr.pas * Added support for 64-bit min/max intrinsics 2024-03-26 14:18:31 +00:00
comprsrc.pas
comptty.pas
constexp.pas
COPYING.txt
cprofile.pas
crefs.pas
cresstr.pas * Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently 2024-02-13 19:44:36 +01:00
cscript.pas
cstreams.pas
ctask.pas * Handle rename of module during parsing, rebuild hash list. Fixes broken test tb0406.pas 2024-03-07 10:26:22 +01:00
cutils.pas
dbgbase.pas Add globals to implementation _USES clause to prepare move of V_XXX constants to globals unit 2023-09-09 06:54:30 +00:00
dbgcodeview.pas
dbgdwarf.pas * Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently 2024-02-13 19:44:36 +01:00
dbgdwarfconst.pas
dbgstabs.pas
dbgstabx.pas
defcmp.pas * protect against comparisons of nested types of generics and specializations 2024-02-09 17:14:29 +01:00
defutil.pas * Added support for 64-bit min/max intrinsics 2024-03-26 14:18:31 +00:00
dirparse.pas
dwarfbase.pas
elfbase.pas
entfile.pas Fix writing of low qword of floatx80 real type into 10-byte array on big endian systems 2024-01-25 10:13:21 +00:00
export.pas + support 'promising last' exports 2023-06-16 11:00:19 +03:00
expunix.pas
finput.pas * Handle finish state separately 2024-03-05 07:56:14 +00:00
fmodule.pas * Fix tgeneric91, need to postpone some additional generic procedures 2024-03-07 16:12:24 +01:00
fpcdefs.inc
fpchash.pas
fpcp.pas * search using the real package name instead of the uppercased one so that an as-is cased package will be found as well 2024-01-07 18:09:50 +01:00
fpkg.pas
fppu.pas Fix post_load_or_compile tppumodule method for SHORT_ON_FILE_HANDLES code by adding from_module parameter 2024-03-06 14:16:37 +00:00
gendef.pas
globals.pas * Introduce task (Single main-level task at the moment, no change in behaviour). 2024-03-05 07:56:14 +00:00
globstat.pas * Restore messages state 2024-03-05 07:56:14 +00:00
globtype.pas * Define RTTI directive parameters 2024-01-02 07:09:21 +01:00
hlcg2ll.pas
hlcgobj.pas * use bit_set_reg_reg also to clear single bits in thlcgobj.a_load_regconst_subsetref_intern 2024-03-26 14:46:01 +01:00
htypechk.pas * Flags specific to TVecNode have been moved to their own field 2024-03-02 21:31:21 +01:00
impdef.pas
import.pas
ldscript.pas * SetString needs correctly typed argument 2023-07-25 16:06:53 +02:00
link.pas Try to compute correct page size for wlib call 2024-01-02 14:17:23 +01:00
macho.pas
machoutils.pas
Makefile human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
Makefile.fpc Avoid troubles with exported directories 2023-10-03 10:14:04 +00:00
MPWMake
msgidx.inc * complain about turned off support of c style operators only in the parser, 2024-02-11 11:05:05 +01:00
msgtxt.inc * complain about turned off support of c style operators only in the parser, 2024-02-11 11:05:05 +01:00
nadd.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
nbas.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
ncal.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
ncgadd.pas * Flags specific to TAddNode have been moved to their own field 2024-03-02 21:31:21 +01:00
ncgbas.pas * Flags specific to TAsmNode have been moved to their own field 2024-03-02 21:31:21 +01:00
ncgcal.pas
ncgcnv.pas
ncgcon.pas
ncgflw.pas + introduced thlcgobj.a_jmp_always_pascal_goto - same as .a_jmp_always, but generated by a pascal goto statement 2023-10-22 04:12:59 +03:00
ncghlmat.pas
ncginl.pas * Added support for 64-bit min/max intrinsics 2024-03-26 14:18:31 +00:00
ncgld.pas * Flags specific to TArrayConstructorNode have been moved to their own field 2024-03-02 21:31:21 +01:00
ncgmat.pas
ncgmem.pas * Flags specific to TDerefNode have been moved to their own field 2024-03-02 21:31:21 +01:00
ncgnstfl.pas
ncgnstld.pas
ncgnstmm.pas
ncgobjc.pas
ncgopt.pas
ncgrtti.pas * Atributes for class/record methods 2024-03-02 14:15:22 +01:00
ncgset.pas * fixed bug that caused 'c in ['a'..'z']' to fail on the WebAssembly target, when code is compiled with {$packset 1} 2024-01-10 03:11:13 +02:00
ncgutil.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
ncgvmt.pas * ensure that the legacy method table has the correct alignment on platforms that require it (e.g. SPARC64) 2024-01-07 18:09:51 +01:00
ncnv.pas * formatting 2024-03-02 21:31:21 +01:00
ncon.pas * Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently 2024-02-13 19:44:36 +01:00
nflw.pas * Added support for 64-bit min/max intrinsics 2024-03-26 14:18:31 +00:00
ngenutil.pas * Indentation and casing changes 2024-03-05 07:56:14 +00:00
ngtcon.pas * Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently 2024-02-13 19:44:36 +01:00
ninl.pas * Added support for 64-bit min/max intrinsics 2024-03-26 14:18:31 +00:00
nld.pas * formatting 2024-03-02 21:31:21 +01:00
nmat.pas * optimize also -(x+1) and -(1+x) into not(x) 2024-03-06 22:56:37 +01:00
nmem.pas * Added missing "override" directive for XML node dump routine on TDerefNode 2024-03-26 13:25:46 +00:00
nobj.pas
nobjc.pas
node.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
nopt.pas * Flags specific to TArrayConstructorNode have been moved to their own field 2024-03-02 21:31:21 +01:00
nset.pas * decide more sophisticately if a temp. var is needed for fixing #40618 2024-02-02 22:00:22 +01:00
nutils.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
objcasm.pas
objcdef.pas
objcgutl.pas
objcutil.pas
ogbase.pas Add writeInt8/writeUInt8 methods to fix some cross-endian generation issues 2024-02-19 20:19:35 +01:00
ogcoff.pas Also swap word/dword in case of cross-endian compilation 2024-01-20 21:35:24 +01:00
ogelf.pas * cosmetics 2024-02-19 22:27:06 +01:00
oglx.pas
ogmacho.pas
ogmap.pas * SetString needs correctly typed argument 2023-07-25 16:06:53 +02:00
ognlm.pas
ogomf.pas * use NtoLE instead of LEtoN in OMF DoRelocationFixup when converting from native to little endian. No functional changes, just better readability. 2023-11-02 14:28:48 +02:00
ogrel.pas + support for .debug_loc and .debuc_loclist sections 2024-01-16 23:24:37 +01:00
ogwasm.pas + support for .debug_loc and .debuc_loclist sections 2024-01-16 23:24:37 +01:00
omfbase.pas + support for .debug_loc and .debuc_loclist sections 2024-01-16 23:24:37 +01:00
optbase.pas * patch by Rika: Don’t pretend optinfo^.index can be aword(−1), resolves #40405 2024-03-03 22:49:28 +01:00
optconstprop.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
optcse.pas * Added support for 64-bit min/max intrinsics 2024-03-26 14:18:31 +00:00
optdead.pas
optdeadstore.pas * patch by Rika: Don’t pretend optinfo^.index can be aword(−1), resolves #40405 2024-03-03 22:49:28 +01:00
optdfa.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
options.pas do not display the changing assembler note, if the internal and the external assemblers are the same, or there's no internal assembler defined 2024-01-08 14:19:20 +01:00
optloadmodifystore.pas * Before r35961 (back in 2017) some simple assignment optimizations, such as "x:=x+y" to "inc(x,y)", were performed when -O2 in tassignmentnode.simplify. In r35961 these optimizations were moved to a separate pass which is enabled only when -O3 by cs_opt_use_load_modify_store. This separate pass can benefit from other optimization. But worse code is generated with -O2 since then. 2021-08-13 13:53:40 +03:00
optloop.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
opttail.pas
optutils.pas
optvirt.pas WPO: handle classes defined in localsymtables 2024-02-19 21:26:42 +01:00
owar.pas
owbase.pas
owomflib.pas Add globals to implementation _USES clause to prepare move of V_XXX constants to globals unit 2023-09-09 06:54:30 +00:00
parabase.pas
paramgr.pas
parser.pas * Fix build of nativent 2024-03-19 10:27:30 +01:00
pass_1.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
pass_2.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
pbase.pas * Properly handle finish state 2024-03-05 07:56:14 +00:00
pcp.pas
pdecl.pas * allow type = type ... ; syntax only for previously declared types, avoids also internal error for #40566 2024-02-20 23:14:31 +01:00
pdecobj.pas * Atributes for class/record methods 2024-03-02 14:15:22 +01:00
pdecsub.pas m68k: basic DOS syscall generation for human68k 2023-11-30 23:43:27 +00:00
pdecvar.pas * Attributes must be assigned only to elements before the first colon 2024-02-29 10:22:19 +01:00
pexports.pas + print an error message, in case 'promising' exports are used on non-WebAssembly platform 2023-06-16 15:44:58 +03:00
pexpr.pas * Flags specific to TArrayConstructorNode have been moved to their own field 2024-03-02 21:31:21 +01:00
pgentype.pas
pgenutil.pas * Fix tgeneric91, need to postpone some additional generic procedures 2024-03-07 16:12:24 +01:00
pinline.pas * Flags specific to TDerefNode have been moved to their own field 2024-03-02 21:31:21 +01:00
pkgutil.pas
pmodules.pas Be sure not to consume semicolon after _USES twice 2024-03-11 11:07:02 +00:00
pp.lpi
pp.pas
pparautl.pas Be sure not to add a symbol with empty name as an alias for function return variable 2024-02-23 16:00:05 +00:00
ppc68k.lpi
ppc8086.lpi
ppcaarch64.lpi
ppcarm.lpi
ppcavr.lpi
ppcjvm.lpi
ppcloongarch64.lpi + lazarus project for a loongarch64 compiler 2024-02-15 22:47:31 +01:00
ppcmips64el.lpi
ppcmips.lpi
ppcmipsel.lpi
ppcppc64.lpi
ppcppc64le.lpi
ppcppc.lpi
ppcriscv32.lpi
ppcriscv64.lpi
ppcsparc64.lpi
ppcsparc.lpi
ppcwasm32.lpi - removed the DEBUG_WASM_GOTO define from the .lpi file 2024-01-14 00:21:40 +02:00
ppcx64.lpi * Unicode resource strings 2023-07-25 16:06:53 +02:00
ppcx64llvm.lpi
ppcxtensa.lpi
ppcz80.lpi
ppheap.pas
ppu.pas * nf_pass1_done, nf_error, nf_processing and nf_do_not_execute 2024-03-24 18:14:49 +00:00
procdefutil.pas * allow a nested function that calls itself can be converted to a function reference 2023-12-30 14:47:38 +01:00
procinfo.pas * also keep track of captured def (necessary when functions are captured) 2023-12-29 20:26:45 +01:00
psabiehpi.pas
pstatmnt.pas * write correct type name in error message 2024-03-23 22:24:55 +01:00
psub.pas * Reduced the number of expensive calls to "GetUserCode" in DFA 2024-03-03 00:10:41 +00:00
psystem.pas * Define char as AnsiChar 2023-07-22 08:26:22 +00:00
ptconst.pas
ptype.pas * Atributes for class/record methods 2024-03-02 14:15:22 +01:00
raatt.pas
rabase.pas
rasm.pas
rautils.pas
README.txt
rescmn.pas
rgbase.pas
rgobj.pas Rename fields of tspillregsinfo record to avoid having same field names as treginfo record 2023-09-26 18:18:04 +00:00
scandir.pas * Introduce task (Single main-level task at the moment, no change in behaviour). 2024-03-05 07:56:14 +00:00
scanner.pas * set packenum and setalloc to defined values when changing mode, resolves #40056 2024-03-08 20:12:55 +01:00
switches.pas * fix #40655: apply changes to packrecords, packenum and setalloc using the recordpending*() functions so that they are applied correctly in case of them being used directly after a {$POP}{$PUSH} sequence 2024-02-20 23:52:52 +01:00
symbase.pas
symconst.pas * Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently 2024-02-13 19:44:36 +01:00
symcreat.pas * Remove freeold from set_current_scanner 2024-03-05 07:56:14 +00:00
symdef.pas * Allow use of attributes on fields and properties in records and classes 2024-02-25 19:57:39 +01:00
symsym.pas * Fix compilation with DEBUG_NODE_XML 2024-02-17 11:04:29 +01:00
symtable.pas * Indentation and casing changes 2024-03-05 07:56:14 +00:00
symtype.pas * improve pretty printing of symbols 2024-02-19 20:41:08 +01:00
symutil.pas
syscinfo.pas m68k: basic DOS syscall generation for human68k 2023-11-30 23:43:27 +00:00
systems.inc + added ld_int_wasi constant. Register the WASI internal linker. 2023-12-24 12:18:15 +02:00
systems.pas human68k: this system has internal sysinit 2023-11-30 23:43:27 +00:00
tgobj.pas
tokens.pas + also allow declaring an external as 'suspending first' 2023-06-13 09:56:44 +03:00
triplet.pas
verbose.pas Add -vj option in options unit to set V_Parallel 2023-09-09 07:49:22 +00:00
version.pas
versioncmp.pas
wasmbase.pas
widestr.pas
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