..
aarch64
* don't restore SP if we hadn't stored it originally
2024-11-10 22:00:45 +01:00
arm
* ARMv7A / A64: Constant writes to memory merged to larger forms where possible
2024-11-03 15:02:51 +00:00
armgen
* ARMv7A / A64: Constant writes to memory merged to larger forms where possible
2024-11-03 15:02:51 +00:00
avr
+ avrsim6 controller type
2024-09-14 16:00:35 +02:00
generic
html
i386
* x86: New RET/lbl/RET optimisation
2024-10-27 08:17:10 +00:00
i8086
* x86: New RET/lbl/RET optimisation
2024-10-27 08:17:10 +00:00
jvm
* few types fixed
2024-04-26 22:54:27 +02: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
* handle adress registers properly in tcg64f68k.a_op64_reg_ref
2024-07-19 20:00:21 +02:00
mips
* MIPS64: make use of DMTC1 instruction
2024-10-18 21:53:26 +02:00
msg
* fix grammar
2024-11-08 16:37:11 +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
* more use of OptPass1OP
2024-11-14 22:58:37 +01:00
riscv32
* Risc-V: make use of sext.h instruction if available
2024-08-15 21:53:04 +02:00
riscv64
* RiscV64: fix abs(<longint>)
2024-10-14 21:10:10 +02: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
* unified g_concatcopy_move
2024-05-15 22:52:24 +02:00
systems
clearing the bss section on startup
2024-11-09 09:27:27 +00:00
utils
First compiler Build
2024-09-29 16:56:18 +03:00
wasm32
+ include unit aoptcpu in wasm32/cputarg.pas
2024-09-21 15:41:26 +03:00
x86
* formatting/readability
2024-11-10 09:33:51 +01:00
x86_64
* x86: New RET/lbl/RET optimisation
2024-10-27 08:17:10 +00:00
xtensa
Initial support for esp32-c6-s2-s3. Support for idf versions 5.0.6 and 5.2.1
2024-07-18 20:16:04 +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
+ emit a size directive for the internal dynarray const label. This fixes
2024-09-01 22:29:34 +03:00
aasmdata.pas
+ introduced TAsmData.WeakRefAsmSymbolByClass
2024-02-25 07:18:22 +02:00
aasmdef.pas
aasmsym.pas
aasmtai.pas
* create a TWasmGlobalAsmSymbol instead of TAsmSymbol when generating debug info
2024-09-11 01:12:33 +03:00
aggas.pas
* WebAssembly: refactored tai_local, so that it is a single directive,
2024-09-15 00:49:05 +03:00
aopt.pas
aoptbase.pas
* patch by lag programming: Code cleanup at function TAOptBase.RegInInstruction, resolves #40952
2024-10-15 22:51:39 +02:00
aoptda.pas
aoptobj.pas
+ add optimizer units (empty for now) for the WebAssembly target
2024-09-21 14:50:16 +03:00
aoptutils.pas
* New Boolean "SetAndTest" utility function
2024-02-03 20:30:46 +00:00
assemble.pas
Handle floatx80 records with gaps also in InternalAssembler
2024-09-18 18:54:44 +00: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
* 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
Outline freeing TFPList with disposing its items into TFPList.FreeAndNilDisposing.
2024-10-27 16:45:35 +00:00
cepiktimer.pas
cfidwarf.pas
Add loongarch64 architecture support to compiler
2023-02-05 19:18:48 +00:00
cfileutl.pas
* Allow to disable 8.3 filename search
2023-11-12 09:55:30 +01:00
cg64f32.pas
cgbase.pas
+ introduced cgbase.topcg2str and topcmp2str for converting TOpCg and TOpCmp to strings (useful for debug logging, etc)
2024-04-07 22:10:41 +03:00
cgexcept.pas
cghlcpu.pas
cgobj.pas
* unified g_concatcopy_move
2024-05-15 22:52:24 +02: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
* 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
* Added support for 64-bit min/max intrinsics
2024-03-26 14:18:31 +00:00
comprsrc.pas
* patch by Cyrax: Quote path - which is passed to Windres or alike program, resolves #36526
2022-04-08 22:42:05 +02:00
comptty.pas
constexp.pas
Simplify constexp.pas and fix certain edge cases.
2024-11-17 12:39:18 +00:00
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
* Fix access violation: module can be reset while loading dependent units. Fixes issue #40705
2024-03-26 16:06:27 +01:00
cutils.pas
Remove unused cutils functions.
2024-11-04 22:05:03 +00: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
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
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
- 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
entfile.pas
Fix compilation with -dDEBUG_PPU
2024-08-16 15:08:19 +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
* Do not free used units during reset, they can be in use during load cycle. Fixes issue #40852
2024-07-15 14:09:49 +02:00
fpcdefs.inc
+ define cpufpemu for MIPS in order to enable (optionally) FPU emulation
2024-09-29 20:25:32 +03: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
fppu.pas
Rename conditional: INTFPPU => DEBUG_GENERATE_INTERFACE_PPU
2024-08-16 15:33:12 +00: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
Outline freeing TFPList with disposing its items into TFPList.FreeAndNilDisposing.
2024-10-27 16:45:35 +00:00
globstat.pas
* Restore messages state
2024-03-05 07:56:14 +00:00
globtype.pas
+ enable strength reduction for -O3, probably an oversight for years that it was not included in -O3
2024-10-19 11:00:24 +02:00
hlcg2ll.pas
* MIPS64: make use of DMTC1 instruction
2024-10-18 21:53:26 +02:00
hlcgobj.pas
Omit FPC_INIT_FUNC_TABLE generation if no unit initialization is registered for current project.
2024-09-09 20:00:44 +00:00
htypechk.pas
Remove unused cutils functions.
2024-11-04 22:05:03 +00: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
First compiler Build
2024-09-29 16:56:18 +03:00
Makefile.fpc
First compiler Build
2024-09-29 16:56:18 +03:00
MPWMake
nadd.pas
+ print add node flags
2024-11-15 22:39: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
Use a set instead of boolean arguments to TCallCandidates.
2024-10-27 16:45:35 +00: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
Short version of the mips code genration bug
2022-10-29 21:34:00 +01:00
ncgcnv.pas
Add loongarch64 architecture support to compiler
2023-02-05 19:18:48 +00:00
ncgcon.pas
* patch by Rike: Use reverse_longword instead of manually reversing longword, resolves #39720
2022-05-13 22:38:03 +02: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
ncginl.pas
* second_abs: don't supply a separate 64 bit code path for high level cpu targets
2024-04-07 22:49:18 +02: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
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
Adding static properties to extended RTTI
2024-11-15 12:47:41 +00: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
* 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
* 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
ngenutil.pas
Use TFPList.FreeAndNilDisposing in four more places.
2024-11-03 14:39:24 +00:00
ngtcon.pas
Fixing bug where in const init no typecheck for symbol was performed
2024-10-09 19:48:53 +00:00
ninl.pas
* ensure that Default() symbols that use management operators are properly initalized/finalized
2024-10-11 18:00:01 +02: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
* Added missing "override" directive for XML node dump routine on TDerefNode
2024-03-26 13:25:46 +00: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
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
+ in on an empty set is always false, resolves #40745
2024-04-19 23:43:35 +02:00
nutils.pas
* properly process all child nodes of call nodes in foreachnode, resolves #40957
2024-10-19 23:41:46 +02:00
objcasm.pas
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
Immediately set the capacity
2024-07-08 20:17:11 +00:00
ogcoff.pas
Handle cross-endian case inside TCoffObjData.writereloc method
2024-09-16 18:58:40 +00:00
ogelf.pas
Immediately set the capacity
2024-07-08 20:17:11 +00: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
+ added a missing 'br 1' instruction in the code, generated by
2024-10-31 22:55:17 +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
optdeadstore.pas
* do_optconstpropagate and do_optdeadstoreelim now set their
2024-09-22 12:13:14 +00:00
optdfa.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
options.pas
* ignore the -gl parameter (and print a warning) on the embedded targets
2024-10-16 15:46:34 +03:00
optloadmodifystore.pas
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
* 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: 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
TCGParaLocation: remove alignment gap
2022-06-04 22:26:40 +02:00
paramgr.pas
parser.pas
Rename function to reset_all_default_types
2024-10-09 19:46:49 +00:00
pass_1.pas
* compilation with -dEXTDEBUG fixed
2024-03-28 15:07:35 +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
pdecl.pas
* give better error message for #40821
2024-06-16 10:51:45 +02:00
pdecobj.pas
* Attributes for methods. Fixes issue 41001
2024-11-08 11:11:26 +01:00
pdecsub.pas
* fix #40764 : declare procsyms of a class/object also as sp_generic_dummysym if a symbol in a parent class has it set so that the parser will treat it as a potential generic
2024-05-06 23:39:18 +02:00
pdecvar.pas
* do not eat the semicolon after an absolute expression to a symbol, noted in #40978
2024-10-30 22:45:48 +01:00
pexports.pas
* add procsyms from exports also to deffile if user explicitly asked for one
2024-10-11 16:20:28 +02:00
pexpr.pas
Fixing a bug where an empty postfix for enum was allowed
2024-11-07 21:09:37 +00:00
pgentype.pas
Outline freeing TFPList with disposing its items into TFPList.FreeAndNilDisposing.
2024-10-27 16:45:35 +00:00
pgenutil.pas
* compilation fixed
2024-10-27 17:54:34 +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
* Attributes for methods. Fixes issue 41001
2024-11-08 11:11:26 +01:00
pp.lpi
pp.pas
* fix alphabetical sorting of targets in comment
2024-09-29 17:39:41 +03: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
ppc8086.lpi
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
* project files updated
2023-03-15 23:01:44 +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
+ add optimizer units (empty for now) for the WebAssembly target
2024-09-21 14:50:16 +03:00
ppcx64.lpi
* Unicode resource strings
2023-07-25 16:06:53 +02: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
ppu.pas
* make UpdateFnv64 closer to the original algorithm as proposed by Gareth
2024-09-15 21:49:02 +02:00
procdefutil.pas
Immediately set the capacity
2024-07-08 20:17:11 +00: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
* 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
psub.pas
Outline freeing TFPList with disposing its items into TFPList.FreeAndNilDisposing.
2024-10-27 16:45:35 +00:00
psystem.pas
* Define char as AnsiChar
2023-07-22 08:26:22 +00:00
ptconst.pas
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
rasm.pas
rautils.pas
* fixed the WebAssembly inline asm call instruction with the internal assembler writer
2024-07-20 21:53:24 +03:00
README.txt
rescmn.pas
+ initial compiler support for WebAssembly resources. Requires WebAssembly
2024-06-25 03:07:55 +03:00
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
+ fix #40963 : print suitable messages for local unit, include, library and object paths if -vt is given
2024-10-25 17:13:23 +02:00
scanner.pas
Report correct error positions inside macros (at least more often).
2024-11-09 14:05:53 +00: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
* Replace object with record where possible
2024-05-04 16:44:32 +02:00
symconst.pas
* Fix creating thunk class when inherited interfaces are used
2024-05-04 16:44:32 +02:00
symcreat.pas
* Generate correct type name for procedural type arguments in thunk class
2024-10-15 15:59:09 +02:00
symdef.pas
Use TFPList.FreeAndNilDisposing in four more places.
2024-11-03 14:39:24 +00:00
symsym.pas
Optimize {$DEFINE x := y} and refactor tmacro.buftext.
2024-11-03 17:33:44 +00:00
symtable.pas
Optimize {$DEFINE x := y} and refactor tmacro.buftext.
2024-11-03 17:33:44 +00:00
symtype.pas
* properly unlink unused type symbols from their defs to avoid
2024-09-20 22:49:08 +02:00
symutil.pas
JVM: add typesym for anonymous record typed constants
2023-02-05 10:58:59 +01:00
syscinfo.pas
m68k: basic DOS syscall generation for human68k
2023-11-30 23:43:27 +00:00
systems.inc
First compiler Build
2024-09-29 16:56:18 +03:00
systems.pas
clearing the bss section on startup
2024-11-09 09:27:27 +00: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
Simplify constexp.pas and fix certain edge cases.
2024-11-17 12:39:18 +00: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
Remove conditionals that rely on not defined(FPC_HAS_CPSTRING).
2024-11-04 10:28:33 +00:00
wpo.pas
wpobase.pas
WPO: fix dead code detection, and handle procvars
2023-03-24 21:22:18 +01:00
wpoinfo.pas