..
aarch64
* according to Jonas iOS doesn't zero extend results in the callee either, so check removed
2023-09-14 11:48:03 +02:00
arm
Disable overflow/range check in some part of the arm code
2023-10-30 12:59:19 +00:00
avr
Only perform OpCp2Op optimization when the first Op is ANDI and comparison is against 0.
2023-03-10 23:27:48 +01:00
generic
Merge of several commits related to enhancements in PPU writing
2019-11-04 08:50:42 +00:00
html
i386
* x86: Code generation fixes where FLAGS
2024-06-04 22:53:51 +02:00
i8086
* x86: Code generation fixes where FLAGS
2024-06-04 22:53:51 +02:00
jvm
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
llvm
* fixed LLVM compilation after r43860
2024-06-09 17:51:39 +02:00
m68k
m68k: always use ELF objects with vasm for improved cross-compatibility with other tools and compilers
2022-09-29 12:08:04 +02:00
mips
+ sanity checks in mips and sparc register allocator
2023-06-09 07:53:29 +01:00
msg
* copyright year for compiler logo updated
2024-01-20 21:17:34 +01:00
powerpc
Add dwarf CFI for 32-bit powerpc cpu
2023-12-04 20:37:06 +00:00
powerpc64
Add dwarf CFI for powerpc64 cpu
2023-12-04 20:36:23 +00:00
ppcgen
Add system_powerpc_wii to supported_targets of powerpc generic GNU assembler
2022-10-24 10:35:02 -05:00
sparc
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
sparc64
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
sparcgen
+ sanity checks in mips and sparc register allocator
2023-06-09 07:53:29 +01:00
systems
* make eabihf/eabi changeable at compilation time
2023-04-06 22:02:58 +02:00
utils
Update compiler/utils Makefile using latest fixes fpcmake utility
2023-10-04 03:52:50 -05:00
x86
* fix compilation after last commit
2024-06-04 22:56:05 +02:00
x86_64
* x86: Code generation fixes where FLAGS
2024-06-04 22:53:51 +02:00
aasmbase.pas
+ gcc_except_table section
2022-08-06 14:16:18 +02:00
aasmcfi.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
aasmcnst.pas
* free the placeholder for the count of the dynamic array in end_dynarray_const() and document it as such
2022-04-09 15:05:32 +02:00
aasmdata.pas
The Important Ones:
2018-09-26 12:50:46 +00:00
aasmdef.pas
* add ability to disable the generation of an indirect symbol if needed (useful if that's done by the constant builder)
2017-01-29 17:42:00 +00:00
aasmsym.pas
aasmtai.pas
Do allocate a new regset for top_regset for ARM compiler to avoid heap memory corruption
2024-05-02 21:34:20 +00:00
aggas.pas
Extend ait_ua_elf_const2str to all aitconst_XXX to fix mips/mipsel RTTI generation
2023-05-25 21:37:47 +00:00
aopt.pas
* removed unused units
2017-05-09 19:53:14 +00:00
aoptbase.pas
+ define cpudelayslot: set during compiler compilation for CPUs having branch instructions with delay slot (MIPS, SPARC)
2017-08-20 17:20:38 +00:00
aoptda.pas
* removed unused units
2017-05-09 19:53:14 +00:00
aoptobj.pas
* manually fix unwanted stripping of exception frame info based on a patch by Gareth J. Moreton
2022-01-23 17:32:40 +01:00
aoptutils.pas
* unified usage of MatchOpType
2017-05-07 16:18:33 +00:00
assemble.pas
Avoid float_raise call in FPC_SOFT_FPUX80 code
2023-05-25 21:37:47 +00:00
blockutl.pas
--- Merging r42998 into '.':
2019-11-10 16:12:48 +00:00
browcol.pas
catch.pas
ccharset.pas
Merge of several commits related to enhancements in PPU writing
2019-11-04 08:50:42 +00:00
cclasses.pas
* broken compilation after r39347 fixed
2018-06-30 12:30:25 +00:00
cfidwarf.pas
* Fixed padding of CFI-structures on non-32bit architectures
2022-06-29 11:09:43 +02:00
cfileutl.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
cg64f32.pas
* handle LOC_(C)SUBSETREG/REF in second_NegNot_assign
2021-10-24 12:40:38 +02:00
cgbase.pas
* don't convert the fpu parameters size from tcgsize -> int -> float_tcgsize
2022-02-13 12:02:28 +01:00
cghlcpu.pas
cgobj.pas
* don't convert the fpu parameters size from tcgsize -> int -> float_tcgsize
2022-02-13 12:02:28 +01:00
cgutils.pas
* keep track of the temp position separately from the offset in references,
2018-04-22 17:03:16 +00:00
cmsgs.pas
+ implemented support for codepage aware compiler messages. It can be enabled
2017-06-08 16:11:33 +00:00
comphook.pas
--- Merging r40738 into '.':
2020-12-30 14:33:38 +00:00
compiler.pas
--- Merging r44456 into '.':
2020-09-16 19:35:09 +00:00
compinnr.pas
# revisions: 43409,43473,43474,43482
2020-01-14 13:28:25 +00:00
comprsrc.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
constexp.pas
Merge commit #45733 to fixes branch:
2021-07-13 09:44:53 +00:00
COPYING.txt
cpid.pas
crefs.pas
cresstr.pas
* removed unused units
2017-05-09 19:53:14 +00:00
cscript.pas
* quote assembly filenames in Unix script, fixes sh errors with smartlinked small filenames like unitname(1), etc
2018-01-06 10:17:18 +00:00
cstreams.pas
* broken compilation after r39347 fixed
2018-06-30 12:30:25 +00:00
cutils.pas
* avoid overflows of execution weight
2018-08-16 20:45:36 +00:00
cwindirs.pp
dbgbase.pas
* revert r37968: it does more harm than good
2018-01-15 16:41:22 +00:00
dbgcodeview.pas
+ added new debug output option -godwarfomflinnum for generating line number
2018-05-17 14:38:50 +00:00
dbgdwarf.pas
* correct Dwarf-4 line info header as noted by Martin on the mailing list
2024-06-07 23:03:11 +02:00
dbgstabs.pas
Second trial to fix commit 48688
2022-01-16 17:14:14 +00:00
dbgstabx.pas
------------------------------------------------------------------------
2021-05-31 21:27:48 +00:00
defcmp.pas
--- Merging r45365 into '.':
2020-12-19 21:21:05 +00:00
defutil.pas
* cleaning up tcgsize: it makes no sense to declare every combination and type
2022-02-13 12:00:45 +01:00
dirparse.pas
elfbase.pas
* The MaybeSwapXXXHeader functions moved from ogelf to the elfbase unit, so they
2018-06-14 13:01:08 +00:00
entfile.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
export.pas
* removed unused units
2017-05-09 19:53:14 +00:00
expunix.pas
* removed unused units
2017-05-09 19:53:14 +00:00
finput.pas
fmodule.pas
* Fix for issue #39379 by bart broersma
2021-09-30 19:41:44 +00:00
fpccrc.pas
fpcdefs.inc
+ -ib parameter to print the code generator backend type: FPC or LLVM
2023-09-28 16:50:34 +02:00
fpcp.pas
* removed unused units
2017-05-09 19:53:14 +00:00
fpkg.pas
fppu.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
gendef.pas
Add obsolete prefix to cpu_ia64, system_ia64_win64 and system_ia64_embedded, ia64 specfic code has been removed in rev 30836 dated 2015-05-09
2017-08-04 08:54:34 +00:00
globals.pas
+ -ib parameter to print the code generator backend type: FPC or LLVM
2023-09-28 16:50:34 +02:00
globstat.pas
# revisions: 40702,40703,40704,40747,40750,40765,41277,41535,41536,41537,41548,41549,41770
2019-11-05 16:08:58 +00:00
globtype.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
hlcg2ll.pas
* handle LOC_(C)SUBSETREG/REF in second_NegNot_assign
2021-10-24 12:40:38 +02:00
hlcgobj.pas
* x86: Code generation fixes where FLAGS
2024-06-04 22:53:51 +02:00
htypechk.pas
* nil =/<> dyn. array is a valid expression, so isbinaryoperatoroverloadable needs to take care of it, resolves #39933
2022-10-04 22:18:35 +02:00
impdef.pas
import.pas
* removed unused units
2017-05-09 19:53:14 +00:00
ldscript.pas
link.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
macho.pas
Merge of several commits related to enhancements in PPU writing
2019-11-04 08:50:42 +00:00
machoutils.pas
Merge of several commits related to enhancements in PPU writing
2019-11-04 08:50:42 +00:00
Makefile
* update version for Makefiles
2024-07-20 21:54:34 +02:00
Makefile.fpc
* update version for Makefiles
2024-07-20 21:54:34 +02:00
MPWMake
msgidx.inc
Prevent usage of internal linker in cross-endian configuration.
2023-11-20 22:30:22 +01:00
msgtxt.inc
* copyright year updated
2024-01-20 21:16:23 +01:00
nadd.pas
* might_have_sideeffects gets flags: if mhs_exceptions is passed, nodes which might cause an exception are considered as having a side effect
2021-08-24 10:43:24 +02:00
nbas.pas
--- Merging r44096 into '.':
2021-01-10 14:10:52 +00:00
ncal.pas
Short version of the mips code genration bug
2023-06-09 07:53:29 +01:00
ncgadd.pas
* removed unused units
2017-05-09 19:53:14 +00:00
ncgbas.pas
Merged revision(s) 47683, 47749 from trunk:
2020-12-17 15:22:03 +00:00
ncgcal.pas
Short version of the mips code genration bug
2023-06-09 07:53:29 +01:00
ncgcnv.pas
* Patch by J. Gareth "Kit" Moreton (issue #39343 ). Added missing allocation
2021-09-07 21:37:19 +02:00
ncgcon.pas
* fix proposed by Christo Crause: properly handle pointer constant nodes on avr, resolves #38321
2021-10-24 12:40:38 +02:00
ncgflw.pas
* use node unit so make the last commit work
2024-09-23 21:40:15 +02:00
ncghlmat.pas
ncginl.pas
* handle LOC_(C)SUBSETREG/REF in second_NegNot_assign
2021-10-24 12:40:38 +02:00
ncgld.pas
Fix for issue 39603, cherry-picked commits 6f749cf4
, 98483496
, cc7d67d0
and f562a8d9
.
2022-09-16 18:57:25 +02:00
ncgmat.pas
+ support mmx shifting
2018-02-27 21:40:12 +00:00
ncgmem.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
ncgnstfl.pas
ncgnstld.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
ncgnstmm.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
ncgobjc.pas
* removed unused units
2017-05-09 19:53:14 +00:00
ncgopt.pas
* removed unused units
2017-05-09 19:53:14 +00:00
ncgrtti.pas
# revisions: 40702,40703,40704,40747,40750,40765,41277,41535,41536,41537,41548,41549,41770
2019-11-05 16:08:58 +00:00
ncgset.pas
* fix false possitive tconstexprint range errors after r41441 (mantis #35144 )
2021-08-27 10:02:15 +02:00
ncgutil.pas
* if sub nodes of a commutative node contain conditionally executed nodes, these sub nodes might not be swapped
2021-08-16 23:11:06 +02:00
ncgvmt.pas
TOC handling: clean up
2022-03-20 13:45:15 +01:00
ncnv.pas
* even if currency is handled by torddef, it is a real number, so using / is perfectly right, resolves #38718
2021-08-24 00:00:50 +02:00
ncon.pas
-- Zusammenführen von r43620 in ».«:
2019-12-01 20:29:52 +00:00
nflw.pas
* The label which is generated by traisenode is not a jump target. Mark
2024-09-23 21:34:49 +02:00
ngenutil.pas
# revisions: 45519,46865,46918
2020-10-11 15:53:29 +00:00
ngtcon.pas
--- Merging r43186 into '.':
2020-07-11 14:40:18 +00:00
ninl.pas
* cherry picked commit did not compile, fixing it, resolves #24863
2022-01-08 23:06:11 +01:00
nld.pas
--- Merging r39877 into '.':
2018-11-12 08:36:43 +00:00
nmat.pas
--- Merging r43264 into '.':
2020-12-17 22:08:25 +00:00
nmem.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
nobj.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
nobjc.pas
* broken compilation after r39347 fixed
2018-06-30 12:30:25 +00:00
node.pas
-- Zusammenführen von r39934 in ».«:
2020-11-15 14:05:21 +00:00
nopt.pas
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
2018-04-03 16:41:01 +00:00
nset.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
nutils.pas
* might_have_sideeffects gets flags: if mhs_exceptions is passed, nodes which might cause an exception are considered as having a side effect
2021-08-24 10:43:24 +02:00
objcasm.pas
objcdef.pas
* removed unused units
2017-05-09 19:53:14 +00:00
objcgutl.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
objcutil.pas
* removed unused units
2017-05-09 19:53:14 +00:00
ogbase.pas
* patch by Alfred Glänzer (manually "cherry picked"): Fix for internal error 200603061 on fixes, resolves #40758
2024-05-04 22:40:50 +02:00
ogcoff.pas
+ gcc_except_table section
2022-08-06 14:16:18 +02:00
ogelf.pas
+ gcc_except_table section
2022-08-06 14:16:18 +02:00
oglx.pas
ogmacho.pas
* changed type used for section alignment from byte/shortint to longint, so the
2017-10-25 15:47:29 +00:00
ogmap.pas
* removed unused units
2017-05-09 19:53:14 +00:00
ognlm.pas
* changed type used for section alignment from byte/shortint to longint, so the
2017-10-25 15:47:29 +00:00
ogomf.pas
------------------------------------------------------------------------
2021-05-31 13:01:23 +00:00
omfbase.pas
+ gcc_except_table section
2022-08-06 14:16:18 +02:00
optbase.pas
Marge of more trunk fixes into fixes branch.
2018-12-23 22:27:05 +00:00
optconstprop.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
optcse.pas
* rest of the previous accidental partial commit
2019-02-07 19:56:21 +00:00
optdead.pas
* removed unused units
2017-05-09 19:53:14 +00:00
optdeadstore.pas
* removed unused units
2017-05-09 19:53:14 +00:00
optdfa.pas
--- Merging r40202 into '.':
2019-01-01 21:59:57 +00:00
options.pas
Try to adapt to missing as_default in fixes branch
2023-11-20 23:03:15 +01:00
optloadmodifystore.pas
+ enabled the load-modify-store optimization for the double argument version
2017-07-21 13:17:18 +00:00
optloop.pas
* do not unroll loops if the counter variable is accessed outside the current scope
2018-06-03 15:12:48 +00:00
opttail.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
optutils.pas
* explicitly reset successor if noreturn is set
2021-08-23 23:53:22 +02:00
optvirt.pas
* removed unused units
2017-05-09 19:53:14 +00:00
owar.pas
owbase.pas
owomflib.pas
Merge commits 39912, 39914, 40001, 40115, 40132 and 40163
2018-12-10 21:18:24 +00:00
parabase.pas
* removed temppos field again from parameter locations: they're not allocated
2018-04-27 19:18:55 +00:00
paramgr.pas
Merged revision(s) 49339 from trunk:
2021-05-07 05:17:17 +00:00
parser.pas
* Merge r43604 to fix i8086-embedded utils compilation
2019-12-09 12:32:16 +00:00
pass_1.pas
* removed unused units
2017-05-09 19:53:14 +00:00
pass_2.pas
Merged revision(s) 47683, 47749 from trunk:
2020-12-17 15:22:03 +00:00
pbase.pas
* a symbol might be specified using a partial namespace path as long as the missing part is a namespace symbol,
2018-05-05 17:18:45 +00:00
pcp.pas
Merge of several commits related to enhancements in PPU writing
2019-11-04 08:50:42 +00:00
pdecl.pas
* 0 is a valid label in iso mode, resolves #37428
2022-12-04 11:43:48 +01:00
pdecobj.pas
# revisions: 42328,42329
2019-11-05 16:22:23 +00:00
pdecsub.pas
- Adds intrinsics to save/restore SREG when disabling interrupts.
2021-10-24 12:40:36 +02:00
pdecvar.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
pexports.pas
pexpr.pas
--- Merging r45365 into '.':
2020-12-19 21:21:05 +00:00
pgentype.pas
pgenutil.pas
* fix #39869 : correctly check whether the recorded token stream still needs to be parsed (the replay depth of the scanner needs to be *larger* than what it was before starting the playback)
2022-08-26 16:10:43 +02:00
pinline.pas
Merged revision(s) 39802, 39816-39817 from trunk:
2020-11-25 21:24:41 +00:00
pkgutil.pas
* check that the PPU version of a unit loaded for package adjustment matches exactly (we don't accept different versions when loading PPUs normally, so why should we with packages?)
2018-01-14 21:16:37 +00:00
pmodules.pas
Merged revision(s) 47390 from trunk:
2021-05-01 14:09:57 +00:00
pp.lpi
- removed missing file from project
2017-04-30 20:48:35 +00:00
pp.pas
-- Aufzeichnung der Informationen für Zusammenführung von r43005 in ».«:
2019-11-09 22:07:33 +00:00
pparautl.pas
--- Merging r42998 into '.':
2019-11-10 16:12:48 +00:00
ppc68k.lpi
ppc8086.lpi
* use an enum instead of integer constants to represent inline numbers
2017-05-10 14:41:43 +00:00
ppcaarch64.lpi
ppcarm.lpi
* version update
2018-01-31 18:52:18 +00:00
ppcavr.lpi
+ version update
2018-01-31 18:46:23 +00:00
ppcjvm.lpi
ppcmips.lpi
ppcmipsel.lpi
ppcppc64.lpi
ppcppc.lpi
ppcsparc64.lpi
+ basics for sparc64 support, we continue to use the name "sparc" for sparc32, both sparc are identified by sparcgen (dirs, defines etc.)
2017-05-30 21:17:17 +00:00
ppcsparc.lpi
+ basics for sparc64 support, we continue to use the name "sparc" for sparc32, both sparc are identified by sparcgen (dirs, defines etc.)
2017-05-30 21:17:17 +00:00
ppcx64.lpi
Merged revision(s) 47634, 47655 from trunk:
2021-03-26 06:18:40 +00:00
ppcx64llvm.lpi
* made lazarus project names more systematic
2017-12-28 14:34:04 +00:00
ppheap.pas
ppu.pas
Merge of several commits related to enhancements in PPU writing
2019-11-04 08:50:42 +00:00
procdefutil.pas
Merged revision(s) 44172, 44188, 45457 - 45458, 45645, 46218, 46953 from trunk:
2020-12-17 21:31:16 +00:00
procinfo.pas
Merge commits 42525 and 45891 that add
2020-08-04 10:30:50 +00:00
pstatmnt.pas
* 0 is a valid label in iso mode, resolves #37428
2022-12-04 11:43:48 +01:00
psub.pas
Merged revision(s) 47683, 47749 from trunk:
2020-12-17 15:22:03 +00:00
psystem.pas
# revisions: 43409,43473,43474,43482
2020-01-14 13:28:25 +00:00
ptconst.pas
* removed unused units
2017-05-09 19:53:14 +00:00
ptype.pas
Merged revision(s) 47794-47795, 47826 from trunk:
2021-02-11 21:30:38 +00:00
raatt.pas
# revisions: 39998, requested by Pierre.
2019-05-06 09:41:54 +00:00
rabase.pas
rasm.pas
* forgotten comment
2018-02-06 21:38:51 +00:00
rautils.pas
* remove obsolete comment from rautils/ConcatConstant, issue reported/initial patch by Marcel Kilgus in QLForum.co.uk
2022-09-29 10:29:42 +02:00
README.txt
rescmn.pas
rgbase.pas
+ added individual bits of the x86 flags register as subregisters
2017-04-26 13:52:52 +00:00
rgobj.pas
* do not join register deallocations/allocations as it makes no use and causes later on trouble in
2021-11-28 15:22:20 +01:00
scandir.pas
--- Merging r43264 into '.':
2020-12-17 22:08:25 +00:00
scanner.pas
* fix conversion of true/false macro definitions to boolean values
2023-12-07 23:16:49 +01:00
switches.pas
* allow $MinEnumSize, $PackSet and $PackRecords to be used with $Push and $Pop
2018-06-12 19:40:45 +00:00
symbase.pas
# revisions: 43566,43567,43568,43586,43629,43823
2020-01-14 10:41:39 +00:00
symconst.pas
* Objective-Pascal inferred result type and improved category method searching
2019-08-31 11:43:41 +00:00
symcreat.pas
--- Merging r42998 into '.':
2019-11-10 16:12:48 +00:00
symdef.pas
* an objectdef also requires an init for its members if a member (or a member of one of the parents) has a complex initialization
2022-08-26 16:12:29 +02:00
symsym.pas
Merged revision(s) 47634, 47655 from trunk:
2021-03-26 06:18:40 +00:00
symtable.pas
* fix for #39310 by fixing various small issues in tabstractrecordsymtable.has_single_field:
2022-01-30 22:42:10 +01:00
symtype.pas
Merge of several commits related to enhancements in PPU writing
2019-11-04 08:50:42 +00:00
symutil.pas
--- Merging r42998 into '.':
2019-11-10 16:12:48 +00:00
syscinfo.pas
Add arm-palmos target to list supporting po_syscall
2017-09-15 20:25:59 +00:00
systems.inc
+ -ib parameter to print the code generator backend type: FPC or LLVM
2023-09-28 16:50:34 +02:00
systems.pas
Remove trunk-only as_XXX values
2023-11-20 23:03:15 +01:00
tgobj.pas
Merge of commits 39916, 39925 and 39963
2019-01-10 12:22:58 +00:00
tokens.pas
Merged revision(s) 43114-43115, 46943 from trunk:
2020-11-25 22:42:41 +00:00
triplet.pas
* merged macOS/AArch64 support + revisions these changes depended on
2020-09-15 19:40:36 +00:00
verbose.pas
+ implemented support for codepage aware compiler messages. It can be enabled
2017-06-08 16:11:33 +00:00
version.pas
* version updated to 3.2.4-rc1
2024-07-20 21:48:37 +02:00
widestr.pas
wpo.pas
wpobase.pas
wpoinfo.pas
* removed unused units
2017-05-09 19:53:14 +00:00