fpc/compiler
2025-03-22 21:16:03 +01:00
..
aarch64 Enable -Aas-clang for unix and embedded targets for aarch64 compiler 2025-03-07 07:06:56 +00:00
arm * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
armgen * ARMv7A / A64: Constant writes to memory merged to larger forms where possible 2024-11-03 15:02:51 +00:00
avr Check rjmp destination range. 2025-03-02 19:50:30 +02:00
generic * cleanup of 2.7.0 defines 2021-10-31 13:20:28 +01:00
html no message 2002-07-12 16:00:28 +00:00
i386 Add/actualize CPUX86_HAS_SSSE3. 2025-03-05 22:35:01 +01:00
i8086 * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
jvm * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
llvm + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 2025-02-08 14:27:48 +01:00
loongarch64 * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
m68k * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
mips * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
msg + added wasip2 to the compiler help screen (marked as experimental) 2025-03-10 21:56:41 +02: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 + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 2025-02-08 14:27:48 +01:00
riscv * comment fixed 2025-03-20 21:55:38 +01:00
riscv32 + RiscV32: use sext.b if available 2025-02-24 23:05:49 +01:00
riscv64 * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
sparc + cs_opt_consts for sparc 2024-05-08 23:13:05 +02:00
sparc64 + cs_opt_consts for sparc64 2024-05-11 23:41:33 +02:00
sparcgen * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
systems * removed tf_under_development from the wasip1 and wasip1threads targets, since they're now relatively stable (unlike wasip2) 2025-03-10 21:54:37 +02:00
utils * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
wasm32 * source linebuf as dyn array 2025-03-20 17:01:31 +01:00
x86 * x86: "OptPass2ADD" and "OptPass2SUB" now force another iteration if "OptPass2MOV" returned True 2025-03-02 14:00:57 +00:00
x86_64 Add/actualize CPUX86_HAS_SSSE3. 2025-03-05 22:35:01 +01:00
xtensa * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01:00
z80 * enclose {$define DEBUG_AOPTCPU} in {$ifdef EXTDEBUG} 2025-03-10 22:50:49 +01: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 + support for generating Dwarf CFI using .cfi_* directives 2019-03-03 17:15:03 +00:00
aasmcnst.pas * Fix tw13628b 2025-03-22 12:28:07 +01:00
aasmdata.pas + introduced TAsmData.WeakRefAsmSymbolByClass 2024-02-25 07:18:22 +02:00
aasmdef.pas * also generate indirect symbols for AB_PRIVATE_EXTERN symbols as these might be used from a unit in another package due to inlining 2019-11-21 21:44:12 +00:00
aasmsym.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
aasmtai.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
aggas.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
aopt.pas * simple clean ups after dyn. array conversion 2025-03-21 21:35:39 +01:00
aoptbase.pas * patch by lag programming: Code cleanup at function TAOptBase.RegInInstruction, resolves #40952 2024-10-15 22:51:39 +02:00
aoptda.pas * removed unused units 2017-05-09 19:53:14 +00:00
aoptobj.pas * Replace labeltable with dynamic array 2025-03-20 17:01:31 +01:00
aoptutils.pas * New Boolean "SetAndTest" utility function 2024-02-03 20:30:46 +00:00
assemble.pas * source linebuf as dyn array 2025-03-20 17:01:31 +01:00
blockutl.pas * extend tabstractprocdef.getcopyas by a parameter to control whether the copy should be registered or not 2022-05-26 21:42:59 +02:00
browcol.pas Browser information for generic records 2025-02-15 13:22:39 +00:00
catch.pas - disabled installation of SIGINT signal handler for Darwin, because 2009-02-28 18:07:21 +00:00
ccharset.pas * Use dynamic array instead of pointer for character map 2025-03-20 17:01:31 +01:00
cclasses.pas Avoid range error in tbitset.clear method 2025-03-21 09:26:57 +00:00
cepiktimer.pas * do not include fpcdefs in the cepiktimer unit 2020-11-28 16:02:49 +00:00
cfidwarf.pas Add loongarch64 architecture support to compiler 2023-02-05 19:18:48 +00:00
cfileutl.pas Every compile gets actual current directory (fix for Textmode IDE) 2025-01-10 18:38:22 +00:00
cg64f32.pas - Bug fix to new ADD/SUB optimisation where conditions are concerned 2021-11-17 20:18:57 +00:00
cgbase.pas Fix range check error inside tsuperregisterworklist.addnodup method 2025-03-21 09:11:08 +00:00
cgexcept.pas * fix LLVM after r48828 2021-02-27 22:07:58 +00:00
cghlcpu.pas + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 2025-02-08 14:27:48 +01:00
cgobj.pas + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 2025-02-08 14:27:48 +01:00
cgutils.pas + function needs_check_for_fpu_exceptions to unify fpu exception handling 2024-02-13 17:42:21 +01:00
cmsgs.pas * Use dynamic arrays for compiler messages 2025-03-20 17:01:31 +01:00
comphook.pas * oc_blue properly named as noted by Don Siders 2024-05-20 20:43:14 +02:00
compiler.pas * (hopefully) more consistent message when the compiler is stopped during showing the help screen, resolves #39455 2024-04-25 22:12:31 +02:00
compinnr.pas + random bits for quad support on RiscV 2025-01-06 15:21:18 +01:00
comprsrc.pas * Allow to process .fmx files just as .lfm/.dfm files 2025-02-07 16:12:05 +01:00
comptty.pas + enable colored output on darwin, resolves #38693 2021-04-01 16:32:52 +00:00
constexp.pas Simplify constexp.pas and fix certain edge cases. 2024-11-17 12:39:18 +00:00
COPYING.txt * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
cprofile.pas * proper naming 2020-01-06 14:58:06 +00:00
crefs.pas * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
cresstr.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
cscript.pas Add fForceUseForwardSlash to TLinkRes class, used for vlink linker on hosts using backslashes 2021-04-17 22:17:46 +00:00
cstreams.pas * patch by Rika to pass some strings by reference, resolves #39338 2021-11-09 22:41:52 +01:00
ctask.pas * Fix access violation: module can be reset while loading dependent units. Fixes issue #40705 2024-03-26 16:06:27 +01:00
cutils.pas Change CompareChar uses inside compiler/RTL to CompareByte. 2025-02-07 20:51:50 +03:00
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 * Fixed value of the LF_PAD13 enum element. 2021-01-24 14:29:39 +00:00
dbgdwarf.pas * WebAssembly debug info: make wasmtime happy by not emitting line info end 2024-09-15 11:15:17 +03:00
dbgdwarfconst.pas * spelling fixed 2023-03-26 15:55:37 +02:00
dbgstabs.pas * spelling fixes 2022-08-04 23:01:35 +02:00
dbgstabx.pas * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the 2020-04-26 10:42:07 +00:00
defcmp.pas * fix #41074: adjust conversion level of class/interface to pointer and class to interface conversions so that sub class to class conversions take precedence 2024-12-26 15:03:14 +01:00
defutil.pas * Fix typo 2025-03-11 09:56:55 +01:00
dirparse.pas - disallow enabling regvars for WebAssembly, because it's not supported, yet 2024-08-25 19:58:05 +03:00
dwarfbase.pas * improve dwarf cfi on avr 2022-09-28 22:47:06 +02:00
elfbase.pas + support for arm attributes 2019-10-09 17:45:40 +00:00
entfile.pas * Change pchar to dynamic array of ansichar 2025-03-20 17:01:31 +01:00
export.pas + support 'promising last' exports 2023-06-16 11:00:19 +03:00
expunix.pas * fixed llvm compiler compilation with -O3/-Oodfa 2018-12-18 21:13:56 +00:00
finput.pas * Use dyn array of char for macro contents 2025-03-20 17:01:31 +01:00
fmodule.pas * unitmap as dyn array 2025-03-20 17:01:31 +01:00
fpcdefs.inc cpuNbitalu is not the correct type for fpc_atomic_cmp_xchg_alu on webassembly 2025-01-08 12:06:52 +01:00
fpchash.pas * make UpdateFnv64 closer to the original algorithm as proposed by Gareth 2024-09-15 21:49:02 +02:00
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 Merged revision(s) 32508-32510, 32512 from branches/svenbarth/packages: 2016-04-15 14:42:24 +00:00
fppu.pas * Derefmap as dyn array 2025-03-20 17:01:31 +01:00
gendef.pas * partial fix #40934: don't remove the DEF file if cs_link_deffile is set (thus if the user explicitly wants the file) 2024-10-11 16:20:28 +02:00
globals.pas + take care of asmmode in $push/$pop, resolves #41190 2025-03-22 21:16:03 +01:00
globstat.pas * Restore messages state 2024-03-05 07:56:14 +00:00
globtype.pas * Convert symversions to dyn array of word 2025-03-20 17:01:31 +01:00
hlcg2ll.pas + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 2025-02-08 14:27:48 +01:00
hlcgobj.pas + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 2025-02-08 14:27:48 +01:00
htypechk.pas * allow type casted pointer constants being used as arrays which address can be takes, resolves #41177 2025-03-18 22:57:44 +01:00
impdef.pas - reverted partial commit of merge 2015-01-21 23:24:37 +00:00
import.pas * removed unused units 2017-05-09 19:53:14 +00:00
ldscript.pas * SetString needs correctly typed argument 2023-07-25 16:06:53 +02:00
link.pas * Use dyn array of boolean for isHandled 2025-03-20 17:01:31 +01:00
macho.pas Systematically include fpcdefs.inc at sart of all units used by compiler 2019-07-03 13:35:05 +00:00
machoutils.pas Systematically include fpcdefs.inc at sart of all units used by compiler 2019-07-03 13:35:05 +00:00
Makefile + added wasip2 to the NO_NATIVE_COMPILER_OS_LIST 2025-03-10 23:30:11 +02:00
Makefile.fpc + added wasip2 to the NO_NATIVE_COMPILER_OS_LIST 2025-03-10 23:30:11 +02:00
MPWMake Remove unused, obsolete -dBROWSERLOG option 2021-04-22 15:26:15 +00:00
nadd.pas * Call free instead of destroy 2025-03-21 14:25:19 +01:00
nbas.pas * "no_exit_statement_in_block" replaced with "not has_child_of_type(..., [exitn])" 2024-10-18 18:26:48 +00:00
ncal.pas * Call free instead of destroy 2025-03-21 14:25:19 +01:00
ncgadd.pas * generic second_addordinal can handle swapped nodes 2024-08-18 22:03:22 +02:00
ncgbas.pas * Flags specific to TAsmNode have been moved to their own field 2024-03-02 21:31:21 +01:00
ncgcal.pas * most of tcgcallparanode.secondcallparan's code was moved into two new methods: 2025-02-25 07:21:13 +02:00
ncgcnv.pas Add loongarch64 architecture support to compiler 2023-02-05 19:18:48 +00:00
ncgcon.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
ncgflw.pas * get rid of the hack that tlabelnode inherits from tunarynode and stores a statement in left, resolves #40964 2024-10-26 16:11:24 +02:00
ncghlmat.pas * replaced current_procinfo.currtrue/falselabel with storing the true/false 2015-08-27 18:28:57 +00:00
ncginl.pas * simplified code 2025-02-10 22:29:18 +01:00
ncgld.pas * revert check for boolean type when handling LOC_FLAG in tcgassignmentnode.pass_generate_code. This makes pas boolean the default, 2024-09-16 22:48:18 +02:00
ncgmat.pas - Bug fix to new ADD/SUB optimisation where conditions are concerned 2021-11-17 20:18:57 +00:00
ncgmem.pas * Fixed internal error 200411013 when typecasting and dereferencing nil into an array 2025-03-06 22:36:57 +01:00
ncgnstfl.pas * fix potential crash with copied goto nodes on nestedparentfp platforms 2019-09-14 17:22:23 +00:00
ncgnstld.pas * fixed crashes on platforms using parentfpstructs with generic routines 2019-05-14 19:19:14 +00:00
ncgnstmm.pas * Do not use the LOC_VOID location to indicate unused parameters. 2020-05-21 09:36:40 +00:00
ncgobjc.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
ncgopt.pas * removed unused units 2017-05-09 19:53:14 +00:00
ncgrtti.pas Extended RTTI: more Objective-C handling 2025-01-05 11:50:26 +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 * use proper value for Fnv64 initialization 2024-09-14 13:54:54 +02:00
ncnv.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
ncon.pas * Correct check 2025-03-21 14:10:53 +01:00
nflw.pas * Call free instead of destroy 2025-03-21 14:25:19 +01:00
ngenutil.pas Use TFPList.FreeAndNilDisposing in four more places. 2024-11-03 14:39:24 +00:00
ngtcon.pas * Do not set strval for unicode strings in tc_emit_stringdef 2025-03-21 14:38:37 +01:00
ninl.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
nld.pas Specialized fpc_copy_with_move_semantics for destructive copies. 2024-11-17 09:45:11 +00:00
nmat.pas + get_int_value 2024-04-16 23:11:16 +02:00
nmem.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
nobj.pas * avoid range check error in TVMTBuilder.intf_optimize_vtbls by early bailing out if a class has no interfaces 2024-04-21 19:26:01 +02:00
nobjc.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
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 * correctly calculate the number of labels of a c boolean in case statemnts, resolves #41025 2024-11-20 22:04:58 +01:00
nutils.pas * improve complexity calculation for tempref nodes 2025-02-15 21:41:57 +01:00
objcasm.pas * cleanup of VER3_0 defines 2021-11-17 22:19:57 +01:00
objcdef.pas objcdef: remove duplicate variant start check 2022-06-06 23:12:53 +02:00
objcgutl.pas Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
objcutil.pas objc: use compile-time macOS version checks 2022-09-16 11:21:05 +02:00
ogbase.pas * Change pchar to dynamic array of ansichar 2025-03-20 17:01:31 +01:00
ogcoff.pas * Dyn array for FSecTbl and FSymTbl 2025-03-20 17:01:31 +01:00
ogelf.pas * Convert symversions to dyn array of word 2025-03-20 17:01:31 +01:00
oglx.pas * refactored the internal linker ar object reader object creation to allow using 2015-08-14 13:52:45 +00:00
ogmacho.pas + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the 2020-04-25 12:59:25 +00:00
ogmap.pas * SetString needs correctly typed argument 2023-07-25 16:06:53 +02:00
ognlm.pas + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the 2020-04-25 12:59:25 +00:00
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 + added new target to the compiler: wasm32-wasip2. Not working, yet. 2025-03-10 21:53:40 +02: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 * do_optconstpropagate and do_optdeadstoreelim now set their 2024-09-22 12:13:14 +00:00
optcse.pas * don't mess with boolean and/or operations in mixed short/full evaluated expressions, resolves #41012 2024-11-16 17:27:16 +01:00
optdead.pas * removed unused units 2017-05-09 19:53:14 +00:00
optdeadstore.pas * do_optconstpropagate and do_optdeadstoreelim now set their 2024-09-22 12:13:14 +00:00
optdfa.pas * properly take care of tempinitcode when calculating def./use. sums of tempcreate nodes 2024-11-25 20:33:54 +01:00
options.pas * another ; after then removed, hopefully finally resolves #41171 2025-03-02 12:59:45 +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 * set types of start value calculation correctly when doing strength reduction, resolves #41054 2024-12-09 22:30:40 +01:00
opttail.pas * disable tail recursion optimisation if there is a copy-back parameter 2020-07-21 17:57:50 +00:00
optutils.pas * get rid of the hack that tlabelnode inherits from tunarynode and stores a statement in left, resolves #40964 2024-10-26 16:11:24 +02:00
optvirt.pas WPO: don't crash on TP-style objects with only abstract virtual methods 2025-01-01 15:23:06 +01:00
owar.pas * Dyn array for ReadArchive variables 2025-03-20 17:01:31 +01:00
owbase.pas * Change buffer to dyn array 2025-03-20 17:01:31 +01:00
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 TCGParaLocation: remove alignment gap 2022-06-04 22:26:40 +02:00
paramgr.pas * cleanup of VER3_0 defines 2021-11-17 22:19:57 +01:00
parser.pas * Call free instead of destroy 2025-03-21 14:25:19 +01:00
pass_1.pas * Call free instead of destroy 2025-03-21 14:25:19 +01: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 o based on a patch by Rika, resolves #39401: 2021-10-10 10:09:22 +02:00
pdecl.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
pdecobj.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
pdecsub.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
pdecvar.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
pexports.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
pexpr.pas * Call free instead of destroy 2025-03-21 14:25:19 +01:00
pgentype.pas * keep track of the current generic def in the specialization state 2024-12-27 16:32:06 +01:00
pgenutil.pas * Fix tgenconst13 2025-03-22 11:22:22 +01:00
pinline.pas * Call free instead of destroy 2025-03-21 14:25:19 +01:00
pkgutil.pas * patch by Marģers to unify internal error numbers, resolves #37888 2020-10-13 19:59:01 +00:00
pmodules.pas * Attributes for methods. Fixes issue 41001 2024-11-08 11:11:26 +01:00
pp.lpi * update version 2020-08-09 18:52:25 +00:00
pp.pas * Remove MMM after discussion on core 2025-03-11 09:57:26 +01:00
pparautl.pas * throw an error if varargs is used without appropriate calling conventions, resolves #40342 2024-05-14 22:44:12 +02:00
ppc68k.lpi * version update 2020-11-29 09:40:54 +00:00
ppc8086.lpi * use an enum instead of integer constants to represent inline numbers 2017-05-10 14:41:43 +00:00
ppcaarch64.lpi * update project file 2024-07-11 22:12:38 +02:00
ppcarm.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcavr.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcjvm.lpi * Undo changes to lpi files, committed by accident 2025-03-20 17:41:14 +01:00
ppcloongarch64.lpi + lazarus project for a loongarch64 compiler 2024-02-15 22:47:31 +01:00
ppcmips64el.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcmips.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcmipsel.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcppc64.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcppc64le.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcppc.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcriscv32.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcriscv64.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcsparc64.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcsparc.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcwasm32.lpi * Undo changes to lpi files, committed by accident 2025-03-20 17:41:14 +01:00
ppcx64.lpi * Do not enable new debug define 2025-03-20 17:42:08 +01:00
ppcx64llvm.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcxtensa.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppcz80.lpi * project files updated 2023-03-15 23:01:44 +01:00
ppheap.pas Always write filename, truncate directory part if needed 2016-08-21 22:24:07 +00:00
ppu.pas * Use dyn array of char for macro contents 2025-03-20 17:01:31 +01:00
procdefutil.pas * if an outer capturer is required then that outer capturer must not be optimized into a register (fixes compilation with -Ooregvar enabled (e.g. in -O3)) 2025-01-05 13:19:31 +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 * fix LLVM after r48828 2021-02-27 22:07:58 +00:00
pstatmnt.pas + take care of asmmode in $push/$pop, resolves #41190 2025-03-22 21:16:03 +01:00
psub.pas * fix #40979: don't recurse further into the nested hierarchy for code generation if the function is generic 2025-01-14 20:38:37 +01:00
psystem.pas Switch from functions for the Atomic*-family to intrinsics 2024-12-12 22:05:15 +01:00
ptconst.pas * ensure that nothing assembly related is generated for generics when a typed constant (this also includes local variable initializations) are parsed 2019-11-21 21:44:16 +00:00
ptype.pas * extend read_anon_type() so that it can take a genericdef as well 2024-04-12 17:34:58 +02:00
raatt.pas Add loongarch64 architecture support to compiler 2023-02-05 19:18:48 +00:00
rabase.pas * Use new and dispose for asmmodeinfos 2025-03-20 17:01:31 +01:00
rasm.pas * forgotten comment 2018-02-06 21:38:51 +00:00
rautils.pas Disable limitation of nonlocal setting for LLVM compiler 2025-02-23 09:22:10 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rescmn.pas + initial compiler support for WebAssembly resources. Requires WebAssembly 2024-06-25 03:07:55 +03:00
rgbase.pas + added the Z80 individual flag bits as subregisters 2020-05-11 19:17:31 +00:00
rgobj.pas * Use dynamic arrays instead of getmem for spill temp 2025-03-20 17:01:31 +01:00
scandir.pas + take care of asmmode in $push/$pop, resolves #41190 2025-03-22 21:16:03 +01:00
scanner.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
switches.pas + take care of asmmode in $push/$pop, resolves #41190 2025-03-22 21:16:03 +01:00
symbase.pas * Replace object with record where possible 2024-05-04 16:44:32 +02:00
symconst.pas Postponing building of VMT until inheritance chain is specialized 2024-12-08 17:54:50 +00:00
symcreat.pas * Invoke helper also needs generic ids 2025-02-27 17:36:43 +01:00
symdef.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
symsym.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
symtable.pas * Use dyn array of char for macro contents 2025-03-20 17:01:31 +01:00
symtype.pas * properly unlink unused type symbols from their defs to avoid 2024-09-20 22:49:08 +02:00
symutil.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
syscinfo.pas m68k: basic DOS syscall generation for human68k 2023-11-30 23:43:27 +00:00
systems.inc + added new target to the compiler: wasm32-wasip2. Not working, yet. 2025-03-10 21:53:40 +02:00
systems.pas + added new target to the compiler: wasm32-wasip2. Not working, yet. 2025-03-10 21:53:40 +02:00
tgobj.pas Add loongarch64 architecture support to compiler 2023-02-05 19:18:48 +00:00
tokens.pas + also allow declaring an external as 'suspending first' 2023-06-13 09:56:44 +03:00
triplet.pas Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
verbose.pas * Use dynamic arrays for compiler messages 2025-03-20 17:01:31 +01:00
version.pas Add loongarch64 architecture support to compiler 2023-02-05 19:18:48 +00:00
versioncmp.pas Missing file from b26703feaa 2022-09-16 15:22:05 +02:00
wasmbase.pas + added extra values to TWasmNameSubsectionType from the extended name section 2024-09-19 06:35:49 +03:00
widestr.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
wpo.pas Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from 2008-12-11 17:40:18 +00:00
wpobase.pas * Write byte dyn array 2025-03-20 17:01:31 +01:00
wpoinfo.pas * Change pointer-to-array of deref to dynamic array 2025-03-20 17:01:31 +01: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 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