..
aarch64
* simplification of and fix for AArch64 cpupara.is_hfa_internal() (patch by
2016-08-12 16:53:02 +00:00
arm
nutils.pas: Add new procedure:
2016-09-29 21:34:34 +00:00
avr
* various memory reference alignment fixes
2016-09-20 21:43:19 +00:00
generic
Moved tcontrollerdatatype out into cpuinfo.
2015-09-07 20:36:54 +00:00
html
i386
* various memory reference alignment fixes
2016-09-20 21:43:19 +00:00
i8086
Fix parameter loading of FPC_CHECKPOINTER to handle correctly references with offsets
2016-10-18 21:48:59 +00:00
jvm
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
2016-08-21 14:23:09 +00:00
llvm
+ LLVM 3.7 support in the LLVM IR writer
2016-09-20 21:44:06 +00:00
m68k
m68k: cleanup of the BuildRefExpression method in the assembler reader
2016-11-05 19:58:06 +00:00
mips
* Removed unused vars.
2016-09-01 20:01:54 +00:00
msg
m68k: refactor of the reglist and the regpair support in the assembler reader. also added support for float register lists for FMOVEM
2016-11-05 18:53:20 +00:00
powerpc
* due to the removal of addr_load_indirect also revert the changes to refaddr2str(_darwin)
2016-09-30 14:13:26 +00:00
powerpc64
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
2016-08-05 07:09:16 +00:00
ppcgen
* due to the removal of addr_load_indirect also revert the changes to refaddr2str(_darwin)
2016-09-30 14:13:26 +00:00
sparc
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
2016-08-05 07:09:16 +00:00
systems
atari: add tf_requires_proper_alignment to the atari target
2016-10-09 22:56:23 +00:00
utils
* Added example to samplecfg, to make clear which path is meant
2016-10-16 16:50:05 +00:00
x86
* more getsupreg(...)<>/=getsupreg(...) replaced by SuperRegisterEqual which is more safe, the former could break as the register could have different register types
2016-10-20 18:32:23 +00:00
x86_64
* Removed unused vars.
2016-09-01 20:01:54 +00:00
aasmbase.pas
* automatically generate necessary indirect symbols when a new assembler
2016-07-20 20:53:03 +00:00
aasmcnst.pas
+ tcalo_apply_constalign option to specify that the alignment should be
2016-10-06 06:25:05 +00:00
aasmdata.pas
* converted tnodeutils.InsertRuntimeInits() to the high level typed const
2016-09-07 16:09:06 +00:00
aasmdef.pas
- don't apply const_align() to alignments passed to high level typed
2016-10-06 06:25:02 +00:00
aasmsym.pas
aasmtai.pas
m68k: support register pair operands in assembler reader and writer, as used by some instructions (mainly DIVS/DIVU and friends) so we don't have to hack them as three operand instructions
2016-11-05 17:07:18 +00:00
aggas.pas
atari: the Atari GNU AS won't tolerate .section .fpc, much like the amiga one
2016-10-03 04:06:49 +00:00
aopt.pas
* i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same
2016-04-21 20:14:01 +00:00
aoptbase.pas
* TAOptBase.RegInRef compares using SuperRegistersEqual as TAOptBase.RegInOp does for top_reg already
2016-10-16 16:35:36 +00:00
aoptcs.pas
aoptda.pas
aoptobj.pas
* made some assembler optimizer methods class methods
2016-06-06 21:18:20 +00:00
aoptutils.pas
+ TX86AsmOptimizer.OptPass1VMOVAP for i386 and x86-64
2016-05-01 09:37:21 +00:00
assemble.pas
* handle the asd_cpu asd_cpu directive and keep track of the currently selected
2016-02-27 00:50:01 +00:00
blockutl.pas
Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capability to create it as unregistered if needed.
2015-11-20 11:15:30 +00:00
browcol.pas
catch.pas
ccharset.pas
cclasses.pas
Reset class fields FList and FHashList to nil after Destroy call
2016-07-06 06:14:37 +00:00
cfidwarf.pas
cfileutl.pas
Rectify display of shell command, do it if -vx option is used even without -vu
2016-08-28 13:02:34 +00:00
cg64f32.pas
* add "doregister" parameter to torddef.create, and don't register temporary
2015-10-13 15:59:06 +00:00
cgbase.pas
* get rid of addr_load_indirect again by having tcgx86 provide an internal implementation of both make_simple_ref() and a_load_ref_reg() so that make_direct_ref() can call the latter (and the latter the former) without fear of inifinite recursive calls due to the symbol; a_load_ref_reg() is additionally declared as "final" as a_load_ref_reg_internal() needs to be overloaded instead (which is the case for tcg8086)
2016-09-30 14:01:02 +00:00
cghlcpu.pas
cgobj.pas
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
2016-08-05 07:09:16 +00:00
cgutils.pas
* define avr => cpu8bitalu
2015-09-13 21:07:23 +00:00
cmsgs.pas
comphook.pas
compiler.pas
Use general_e_exception_raised if Compiler generates an uncaught exception
2015-09-23 16:49:24 +00:00
compinnr.inc
+ extension to iso mode: reset/rewrite can take a file name as a second parameter
2016-10-16 07:55:08 +00:00
comprsrc.pas
constexp.pas
Fix cycle for x86_64-win64 target with -Cr option
2016-01-28 15:07:40 +00:00
COPYING.txt
* updated FSF address (mantis #30198 , patch by Paul Gevers)
2016-10-02 12:56:59 +00:00
cpid.pas
crefs.pas
cresstr.pas
- don't apply const_align() to alignments passed to high level typed
2016-10-06 06:25:02 +00:00
cstreams.pas
Merged revision(s) 32302-32305, 32310 from branches/svenbarth/packages:
2016-02-19 17:13:58 +00:00
cutils.pas
+ Tconstexprint-version of ispowerof2() to correctly deal with constants
2016-03-06 14:16:47 +00:00
cwindirs.pp
dbgbase.pas
* don't write or reference debug information for a unit if it belongs to a/another package
2016-08-26 15:09:24 +00:00
dbgdwarf.pas
* emit a sizeint-sized string length for long string constants in the DWARF
2016-10-07 22:36:48 +00:00
dbgstabs.pas
* don't write or reference debug information for a unit if it belongs to a/another package
2016-08-26 15:09:24 +00:00
dbgstabx.pas
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
2016-08-05 07:09:16 +00:00
defcmp.pas
* compare floating point default parameter values bytewise instead of as
2016-10-02 12:56:49 +00:00
defutil.pas
* use sizesinttype instead of ptrsinttype for the index and high parameter of
2016-10-08 13:56:24 +00:00
dirparse.pas
elfbase.pas
entfile.pas
Merged revision(s) 31988, 31991-31993, 32136, 32308-32309, 32312, 32318 from branches/svenbarth/packages:
2016-04-15 13:39:41 +00:00
export.pas
New export option that enforces the use of the provided export name instead of using the name of the provided symbol. This is necessary to correctly handle overloaded functions, especially if one of them is an internproc one.
2016-04-29 15:03:18 +00:00
expunix.pas
* Removed unused vars.
2016-09-01 20:01:54 +00:00
finput.pas
+ implemented exporting of functions for the win16 target
2015-09-27 00:48:35 +00:00
fmodule.pas
Add a mechanism to keep track of assembler symbols that either publicly provided by a unit or used by a unit and that are not really baked by a Pascal symbol (e.g. public function aliases, RTTI & VMT symbol).
2016-07-22 13:08:32 +00:00
fpccrc.pas
fpcdefs.inc
* i386 and i8086 have an index register, so define cpurefshaveindexreg
2016-04-21 19:50:47 +00:00
fpcp.pas
* Removed unused vars.
2016-09-01 19:55:45 +00:00
fpkg.pas
Merged revision(s) 32508-32510, 32512 from branches/svenbarth/packages:
2016-04-15 14:42:24 +00:00
fppu.pas
Remember usage of checkpointer (-gc) option:
2016-09-27 14:46:09 +00:00
gendef.pas
globals.pas
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
2016-09-03 07:57:23 +00:00
globstat.pas
globtype.pas
Remember usage of checkpointer (-gc) option:
2016-09-27 14:46:09 +00:00
hlcg2ll.pas
* various memory reference alignment fixes
2016-09-20 21:43:19 +00:00
hlcgobj.pas
* use sizesinttype instead of ptrsinttype for the index and high parameter of
2016-10-08 13:56:24 +00:00
htypechk.pas
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
2016-08-21 14:23:09 +00:00
impdef.pas
import.pas
ldscript.pas
link.pas
* removed DLLsource global variable and replaced its uses with
2015-12-17 15:23:05 +00:00
macho.pas
macho.pas:
2016-03-19 12:18:16 +00:00
machoutils.pas
Makefile
Regenerated after: Fix fullcycle by setting EXCLUDE_80BIT_TARGETS to 1 if 80bit-real is not supported by current source CPU
2016-08-11 13:31:07 +00:00
Makefile.fpc
Fix fullcycle by setting EXCLUDE_80BIT_TARGETS to 1 if 80bit-real is not supported by current source CPU
2016-08-11 13:25:24 +00:00
MPWMake
msgidx.inc
m68k: refactor of the reglist and the regpair support in the assembler reader. also added support for float register lists for FMOVEM
2016-11-05 18:53:20 +00:00
msgtxt.inc
m68k: refactor of the reglist and the regpair support in the assembler reader. also added support for float register lists for FMOVEM
2016-11-05 18:53:20 +00:00
nadd.pas
* don't perform the "/ const" to "* (1/const)" transformation for comp-typed
2016-06-30 15:33:51 +00:00
nbas.pas
+ tempinfo flag ti_no_final_regsync which prevents that the final reg. sync. is emitted
2016-11-05 23:05:41 +00:00
ncal.pas
* formatting so lazarus can handle it
2016-10-16 19:53:12 +00:00
ncgadd.pas
* converted register_maybe_adjust_setbase() to the high level code generator
2015-12-05 18:03:37 +00:00
ncgbas.pas
+ tempinfo flag ti_no_final_regsync which prevents that the final reg. sync. is emitted
2016-11-05 23:05:41 +00:00
ncgcal.pas
* set the correct resultdef after converting a dynamic array to an open array
2016-09-11 17:12:04 +00:00
ncgcnv.pas
* use indirect imports for FPC_EMPTYCHAR if necessary
2016-08-12 14:20:17 +00:00
ncgcon.pas
+ tcalo_apply_constalign option to specify that the alignment should be
2016-10-06 06:25:05 +00:00
ncgflw.pas
* reference the extern assembler symbol of the VMT when catching an exception if it's from another unit
2016-08-19 12:41:06 +00:00
ncghlmat.pas
* replaced current_procinfo.currtrue/falselabel with storing the true/false
2015-08-27 18:28:57 +00:00
ncginl.pas
* set the alignment resulting from an aligned() call to the actual natural
2016-08-13 14:47:26 +00:00
ncgld.pas
* various memory reference alignment fixes
2016-09-20 21:43:19 +00:00
ncgmat.pas
+ support mmregisters in the generic unaryminus code for floats
2015-09-12 23:33:50 +00:00
ncgmem.pas
Fix parameter loading of FPC_CHECKPOINTER to handle correctly references with offsets
2016-10-18 21:48:59 +00:00
ncgnstld.pas
* ensure that we don't firstpass a tcgnestloadnode twice, as it
2015-12-28 15:06:36 +00:00
ncgnstmm.pas
ncgobjc.pas
ncgopt.pas
ncgrtti.pas
* fixed alignment for interface RTTI (patch by Alfred, mantis #30182 )
2016-10-09 12:34:01 +00:00
ncgset.pas
* left has been forced into a register of size uopdef a few statements
2016-07-14 15:20:53 +00:00
ncgutil.pas
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
2016-08-21 14:23:09 +00:00
ncgvmt.pas
* use sizeuinttype instead of ptruinttype for the array range type in the
2016-10-14 13:22:05 +00:00
ncnv.pas
* set the correct resultdef after converting a dynamic array to an open array
2016-09-11 17:12:04 +00:00
ncon.pas
- removed tdataconstnode, as it is no longer used and is not type safe.
2016-07-19 14:30:42 +00:00
nflw.pas
* load the function result from the parentfpstruct to its original location
2016-08-13 14:47:50 +00:00
ngenutil.pas
* emit the heap and stack sizes via Tai_const.Create_int_dataptr, instead of
2016-10-07 20:58:50 +00:00
ngtcon.pas
+ tcalo_apply_constalign option to specify that the alignment should be
2016-10-06 06:25:05 +00:00
ninl.pas
+ extension to iso mode: reset/rewrite can take a file name as a second parameter
2016-10-16 07:55:08 +00:00
nld.pas
* don't attempt to load the VMT of a niln when taking the address of a
2016-10-07 16:41:32 +00:00
nmat.pas
Avoid overflow error for single MinValue in rtl syshelph.inc for x86_64 CPU
2016-01-28 14:20:51 +00:00
nmem.pas
* use sizesinttype instead of ptrsinttype for the index and high parameter of
2016-10-08 13:56:24 +00:00
nobj.pas
* use sizesinttype instead of ptrsinttype to refer to vInstanceSize and
2016-10-04 15:25:13 +00:00
nobjc.pas
node.pas
+ write also node complexity when dumping a node tree
2016-02-28 18:44:43 +00:00
nopt.pas
nset.pas
* fixed tcasenode.simplify() in case we have to pass via a "less" branch of
2016-08-26 13:02:10 +00:00
nutils.pas
+ extension to iso mode: reset/rewrite can take a file name as a second parameter
2016-10-16 07:55:08 +00:00
objcasm.pas
* fixed bootstrap for Darwin/ppc with FPC 3.0 (workaround for
2016-05-03 09:01:55 +00:00
objcdef.pas
objcgutl.pas
* use .create_nil_codeptr instead of .create_pint(0) for writing the placeholder
2016-10-10 15:40:10 +00:00
objcutil.pas
Merged revision(s) 28691, 31914 from branches/svenbarth/packages:
2016-01-15 16:06:06 +00:00
ogbase.pas
* TObjSection.MemPos reverted back to qword after r33692, since it breaks the
2016-05-21 16:45:36 +00:00
ogcoff.pas
+ generate .debug_aranges sections for dwarf debug info: enables faster address to debug info translation
2016-04-08 20:19:59 +00:00
ogelf.pas
+ AT_METADATA symbol type for data that is unrelated to the program
2016-07-19 11:57:31 +00: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
+ AT_METADATA symbol type for data that is unrelated to the program
2016-07-19 11:57:31 +00:00
ogmap.pas
* the code for displaying a symbol address in the linker map file moved to a
2015-08-24 22:12:00 +00:00
ognlm.pas
* store a pointer to the used tasminfo record in every assembler writer, so
2015-09-12 23:32:13 +00:00
ogomf.pas
+ added an i8086-embedded target support to the compiler (RTL and makefile
2016-06-17 19:15:24 +00:00
omfbase.pas
* use OMF section names, starting with dot for the dwarf debug info for
2016-10-12 13:05:12 +00:00
optbase.pas
optconstprop.pas
optcse.pas
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
2016-08-21 14:23:09 +00:00
optdead.pas
optdeadstore.pas
optdfa.pas
* factored out SymbolCandidateForWarningOrHint
2016-03-13 19:14:26 +00:00
options.pas
Remember usage of checkpointer (-gc) option:
2016-09-27 14:46:09 +00:00
optloop.pas
* reset initcode after adding it to the statements list, so further iterations of loop optimization create a new one
2016-03-13 18:19:55 +00:00
opttail.pas
optutils.pas
+ PrintNodeDFA writes also the defsum
2016-03-13 18:19:52 +00:00
optvirt.pas
owar.pas
* refactored the internal linker ar object reader object creation to allow using
2015-08-14 13:52:45 +00:00
owbase.pas
* support writing more than 1024 zeros in tobjectwriter.writezeros
2015-08-24 01:09:53 +00:00
owomflib.pas
* support writing omf libraries with size greater than 251 blocks
2015-11-07 16:54:23 +00:00
parabase.pas
* also specify sret attribute at the caller side
2016-08-13 14:47:42 +00:00
paramgr.pas
* only copy the shiftval field from the original para location when creating
2015-12-05 18:03:59 +00:00
parser.pas
Use general_e_exception_raised if Compiler generates an uncaught exception
2015-09-23 16:49:24 +00:00
pass_1.pas
pass_2.pas
* fixed compilation of the compiler with -dEXTDEBUG after r31588
2015-09-12 11:55:54 +00:00
pbase.pas
pcp.pas
Merged revision(s) 31988, 31991-31993, 32136, 32308-32309, 32312, 32318 from branches/svenbarth/packages:
2016-04-15 13:39:41 +00:00
pdecl.pas
* set the realname of the reused generic dummy symbol to the parsed name as the casing might differ from the generic that triggered the creation of said dummy symbol
2016-09-16 15:09:22 +00:00
pdecobj.pas
* if the objecttype of the forward declaration mismatches use the objecttype previously parsed; fixes access violation of webtbf/tw11970.pp
2016-09-08 18:42:13 +00:00
pdecsub.pas
* revert r34712: the behavior with the class constructors is indeed Delphi compatible. However only one class constructor/destructor per class is allowed no matter how it's named.
2016-10-13 20:11:35 +00:00
pdecvar.pas
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
2016-09-03 07:57:23 +00:00
pexports.pas
Merged revision(s) 28691, 31914 from branches/svenbarth/packages:
2016-01-15 16:06:06 +00:00
pexpr.pas
* don't check for hints if we have a specialization with the same name as the to be used generic (though since the typedef would be errordef it wouldn't print anything anyway...)
2016-09-16 15:15:19 +00:00
pgentype.pas
Fully enable generic functions, procedures and methods by allowing inline specializations in procedure bodies as well.
2015-11-21 16:52:09 +00:00
pgenutil.pas
+ new overload for generate_specialization_phase1() which allows to pass a specific symbol name without the need to specify a file position
2016-09-16 15:10:51 +00:00
pinline.pas
Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures.
2016-06-03 21:25:49 +00:00
pkgutil.pas
* Removed unused vars.
2016-09-01 19:55:45 +00:00
pmodules.pas
* ensure that a finalization section is parsed before the generation of specializations as otherwise specializations in such sections would result in unresolved forward declarations
2016-09-30 15:41:35 +00:00
pp.lpi
pp.pas
* increase the maximum stack trace depth, when the compiler is compiled with -dEXTDEBUG
2016-09-27 15:54:00 +00:00
pparautl.pas
* use sizesinttype instead of ptrsinttype for the index and high parameter of
2016-10-08 13:56:24 +00:00
ppc68k.lpi
ppc8086.lpi
+ added an i8086-embedded target support to the compiler (RTL and makefile
2016-06-17 19:15:24 +00:00
ppcaarch64.lpi
* fixed exe output path
2016-03-28 20:44:08 +00:00
ppcarm.lpi
ppcavr.lpi
ppcjvm.lpi
ppcmips.lpi
ppcmipsel.lpi
ppcppc64.lpi
ppcppc.lpi
ppcsparc.lpi
ppheap.pas
Always write filename, truncate directory part if needed
2016-08-21 22:24:07 +00:00
ppu.pas
atari: initial support for TOS syscalls
2016-10-03 23:37:30 +00:00
ppx86_64.lpi
procinfo.pas
* replaced current_procinfo.currtrue/falselabel with storing the true/false
2015-08-27 18:28:57 +00:00
pstatmnt.pas
Revert r31262. Not doing type checking on generics leads to strange warnings (e.g. because variables are not considered as written). I better deal with the compile time errors one at a time than the warnings.
2016-03-24 20:58:04 +00:00
psub.pas
* changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint
2016-10-18 15:42:29 +00:00
psystem.pas
* use sizesinttype instead of ptrsinttype for the index and high parameter of
2016-10-08 13:56:24 +00:00
ptconst.pas
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
2016-09-03 07:57:23 +00:00
ptype.pas
* fix for Mantis #28753 : don't return generic dummys from single_type(); ensures that parameters correctly evaluate to error defs should generic dummies be used
2016-09-16 20:40:19 +00:00
raatt.pas
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
2016-08-05 07:09:16 +00:00
rabase.pas
rasm.pas
rautils.pas
m68k: support register pair operands in assembler reader and writer, as used by some instructions (mainly DIVS/DIVU and friends) so we don't have to hack them as three operand instructions
2016-11-05 17:07:18 +00:00
README.txt
regvars.pas
rescmn.pas
rgbase.pas
rgobj.pas
make rgobj.uses_registers also return true, when the rg never allocated an imreg, but there were direct cpu register allocations. this at least fixes some address regvar trashing on 68k in relation to syscalls' explicit paralocs
2016-11-03 01:45:34 +00:00
scandir.pas
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
2016-09-03 07:57:23 +00:00
scanner.pas
* reset c in dir_include if it will be re-read
2016-11-05 23:05:39 +00:00
script.pas
switches.pas
Add new Delphi compatible switch {$G+/-}, {$IMPORTEDDATA ON/OFF} which handles generation of indirect references for cross unit variable accesses if needed for the target.
2016-03-18 22:04:57 +00:00
symbase.pas
symconst.pas
atari: initial support for TOS syscalls
2016-10-03 23:37:30 +00:00
symcreat.pas
* simply disable warnings rather than initialise the function result in
2016-07-15 14:35:52 +00:00
symdef.pas
* use sizesinttype instead of ptrsinttype for the index and high parameter of
2016-10-08 13:56:24 +00:00
symsym.pas
- removed tabstractnormalvarsym.currentregloc: the new location will
2016-07-08 07:46:51 +00:00
symtable.pas
* fix for Mantis #27349 : nested classes might also reside inside records
2016-10-13 20:40:47 +00:00
symtype.pas
* as it seems that UnitImportSyms stores symbols that are already freed add an additional check to tderef.build() for tdef (in addition to tsym) to find code that triggers such cases more easily
2016-09-02 15:35:17 +00:00
symutil.pas
* compare floating point default parameter values bytewise instead of as
2016-10-02 12:56:49 +00:00
syscinfo.pas
atari: initial support for TOS syscalls
2016-10-03 23:37:30 +00:00
systems.inc
+ added an i8086-embedded target support to the compiler (RTL and makefile
2016-06-17 19:15:24 +00:00
systems.pas
Enable checkpointer support for all linux systems
2016-09-21 13:20:13 +00:00
tgobj.pas
* suppress (harmless) range error
2015-05-31 16:50:50 +00:00
tokens.pas
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
2016-09-03 07:57:23 +00:00
verbose.pas
version.pas
- removed leftover alpha, ia64 and vis code
2015-08-28 22:31:29 +00:00
widestr.pas
* fixed accidentally committed (harmless) typo in r32202
2015-11-04 13:03:45 +00:00
wpo.pas
wpobase.pas
wpoinfo.pas
Merged revision(s) 28689 from branches/svenbarth/packages:
2016-01-22 15:26:30 +00:00