..
alpha
* moved (unfinished) routines related to writing taicpu's to ppu files
2007-01-02 18:28:05 +00:00
arm
* Don't optimize (eliminate) arm fpu move instruction if it performs float type conversion. It fixes tb0519.pp on arm-linux.
2007-07-14 21:52:15 +00:00
html
i386
* fixed parsing of "rcl/rcr rm,imm" (mantis #9025 )
2007-08-12 13:50:52 +00:00
ia64
m68k
* Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977 .
2007-06-18 23:23:46 +00:00
mips
msg
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
powerpc
* treat procvardef parameters the same as records (fixes webtbs/tw9141)
2007-09-06 17:35:50 +00:00
powerpc64
* treat procvardef parameters the same as records (fixes webtbs/tw9141)
2007-09-06 17:35:50 +00:00
ppcgen
* fixed bug in ppc jumptable generation for case statements with
2007-08-26 11:15:14 +00:00
sparc
* fixed sparc bootstrap
2007-08-08 09:48:37 +00:00
systems
* also pass -arch parameter when creating bundles
2007-08-05 11:05:20 +00:00
utils
* fixed bug #9577 using short boolean eval. While fixing also fixed next IF.
2007-09-02 19:22:04 +00:00
vis
x86
* fixed parsing of "rcl/rcr rm,imm" (mantis #9025 )
2007-08-12 13:50:52 +00:00
x86_64
* fixed parsing of "rcl/rcr rm,imm" (mantis #9025 )
2007-08-12 13:50:52 +00:00
aasmbase.pas
+ .fini section support
2007-07-28 08:40:10 +00:00
aasmdata.pas
* Merged 2.3 branch changes:
2007-03-04 20:16:57 +00:00
aasmsym.pas
* moved (unfinished) routines related to writing taicpu's to ppu files
2007-01-02 18:28:05 +00:00
aasmtai.pas
* revert r8118
2007-07-22 19:59:00 +00:00
aggas.pas
* removed rodata support for ppc64 again because it doesn't work on
2007-08-24 17:19:52 +00:00
aopt.pas
aoptbase.pas
aoptcs.pas
aoptda.pas
aoptobj.pas
* fixed some warnings about hidden constructors
2007-01-02 14:18:12 +00:00
assemble.pas
* make cycle OPT=-gwl -Co -Cr on x86-64 fixed
2007-07-07 19:16:49 +00:00
browcol.pas
* Fix browcol.
2007-06-14 08:33:19 +00:00
bsdcompile
catch.pas
cclasses.pas
* optimized TLinkedList.clear so it can use regvars for everything in
2007-09-02 16:16:25 +00:00
cfidwarf.pas
cfileutl.pas
- removed some unused variables
2007-07-17 13:57:15 +00:00
cg64f32.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
cgbase.pas
* fixed sparc compilation after addr_lo/hi changes
2007-07-20 12:30:16 +00:00
cgobj.pas
* Fixed another placed where chained paralocs where not being processed.
2007-06-29 06:33:12 +00:00
cgutils.pas
* Merged 2.3 branch changes:
2007-03-04 20:16:57 +00:00
charset.pas
cmsgs.pas
- removed several ;;
2007-05-28 15:59:17 +00:00
comphook.pas
* added status.currentmodulestate
2007-05-24 06:21:31 +00:00
compiler.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
compinnr.inc
+ support for ISO Extended Pascal ReadStr() and WriteStr() routines
2007-05-14 17:34:01 +00:00
comprsrc.pas
* Small improvement to previous commit.
2007-08-28 21:06:15 +00:00
constexp.pas
* revert r8118
2007-07-22 19:59:00 +00:00
COPYING
cp437.pas
cp850.pas
cp866.pas
* added missing "reserved" field to new code page files to fix warnings
2007-05-31 15:07:48 +00:00
cp1251.pas
- removed some unused variables
2007-07-17 13:57:15 +00:00
cp8859_1.pas
cp8859_5.pas
* added missing "reserved" field to new code page files to fix warnings
2007-05-31 15:07:48 +00:00
crefs.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
cresstr.pas
* Merged 2.3 branch changes:
2007-03-04 20:16:57 +00:00
cstreams.pas
* fixed bootstrapping with 2.0.4
2007-07-18 12:15:55 +00:00
cutils.pas
* swapendian for 2.0.x
2007-07-22 16:13:43 +00:00
dbgbase.pas
+ added generation of debugging infos of parast and localst for methods
2007-03-30 21:34:55 +00:00
dbgdwarf.pas
- removed some unused variables
2007-07-17 13:57:15 +00:00
dbgstabs.pas
* revert r8118
2007-07-22 19:59:00 +00:00
defcmp.pas
* always demote type conversions which cannot represent part of the
2007-08-28 19:38:40 +00:00
defutil.pas
* revert r8118
2007-07-22 19:59:00 +00:00
export.pas
finput.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
fmodule.pas
+ support for {$linkframework x} to link to framework x (Darwin only)
2007-07-25 15:42:30 +00:00
fpccrc.pas
fpcdefs.inc
* changed cpurequiresproperalignment from a compile-time define into
2007-03-06 16:10:56 +00:00
fppu.pas
* save/load LinkOtherFrameworks to/from ppu files
2007-08-31 17:03:33 +00:00
gendef.pas
* renamed TStringList to TCmdStrList, in general use TCmdStr instead of shortstrings to fix bug #6351
2007-01-26 22:29:39 +00:00
globals.pas
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
globtype.pas
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
htypechk.pas
* Improved escape analysis so the improved tretopt no longer fails.
2007-09-05 13:29:22 +00:00
impdef.pas
+ workaround for non-working dircache on morphos/amiga
2007-01-14 21:32:58 +00:00
import.pas
link.pas
+ support for {$linkframework x} to link to framework x (Darwin only)
2007-07-25 15:42:30 +00:00
make_old.cmd
Makefile
* fixed dependency checking for source files in subdirectories relative
2007-08-22 07:04:23 +00:00
Makefile.fpc
+ eDSP instructions for arm
2007-02-11 15:10:27 +00:00
mdppc386.bat
mppc68k.bat
mppc386.bat
mppcsparc
MPWMake
msgidx.inc
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
msgtxt.inc
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
nadd.pas
* explicitly check for stringconstn next to stringdef in nadd, because
2007-08-12 11:31:19 +00:00
nbas.pas
* fixed tests/cg/opt/tretopt, and also in more cases
2007-09-02 21:27:37 +00:00
ncal.pas
* disabled inlining when passing a refcounted parameter typecasted to
2007-09-07 10:40:26 +00:00
ncgadd.pas
- removed/disabled all normalset code (except for bootstrapping), since
2007-05-20 11:19:36 +00:00
ncgbas.pas
* changed boolean fields in ttempinfo to a set for easier
2007-07-29 19:37:06 +00:00
ncgcal.pas
+ support for refcounted records returned by functions in 2 registers
2007-05-03 15:05:44 +00:00
ncgcnv.pas
+ support for widestring manager based widechar conversions
2007-08-12 20:01:08 +00:00
ncgcon.pas
* Completely fixed float constants in softfloat mode when compiler was compiled in hardfloat mode on arm-linux host.
2007-07-10 21:05:12 +00:00
ncgflw.pas
* write also asmblocklabel for a connected labelsym
2007-07-23 21:01:32 +00:00
ncginl.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
ncgld.pas
* changed boolean fields in ttempinfo to a set for easier
2007-07-29 19:37:06 +00:00
ncgmat.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
ncgmem.pas
* fixed calculation of offset of constant indexing of bitpacked arrays of
2007-06-29 15:34:11 +00:00
ncgopt.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
ncgrtti.pas
* Make elecount aword to handle u32bit typeconversions of array indexes.
2007-07-03 22:06:23 +00:00
ncgset.pas
* also check for valid min/maxlabel range for jumptable in case
2007-08-14 13:58:56 +00:00
ncgutil.pas
* fixed bug which caused SSA to be less effective for integer
2007-08-09 11:57:52 +00:00
ncnv.pas
* Improved escape analysis so the improved tretopt no longer fails.
2007-09-05 13:29:22 +00:00
ncon.pas
* Fix endian issue in ppuload/ppuwrite.
2007-07-02 06:18:38 +00:00
nflw.pas
* write also asmblocklabel for a connected labelsym
2007-07-23 21:01:32 +00:00
ninl.pas
* give an error for high(ansistring) and high(widestring)
2007-09-03 16:37:24 +00:00
nld.pas
* Improved escape analysis so the improved tretopt no longer fails.
2007-09-05 13:29:22 +00:00
nmat.pas
- removed unused variable after div-by-zero simplify patch
2007-09-02 21:06:50 +00:00
nmem.pas
* Improved escape analysis so the improved tretopt no longer fails.
2007-09-05 13:29:22 +00:00
nobj.pas
* create a new vmt entry also if return type differs
2007-07-22 19:47:55 +00:00
node.pas
* backup commit of more dfa stuff
2007-05-06 10:59:09 +00:00
nopt.pas
* Merged 2.3 branch changes:
2007-03-04 20:16:57 +00:00
nset.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
nstate.pas
nutils.pas
* also process all subnodes of try-except and try-finally in
2007-06-15 17:36:09 +00:00
ogbase.pas
+ .fini section support
2007-07-28 08:40:10 +00:00
ogcoff.pas
+ .fini section support
2007-07-28 08:40:10 +00:00
ogelf.pas
+ .fini section support
2007-07-28 08:40:10 +00:00
oglx.pas
ogmap.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
optbase.pas
+ first basically working (not all node types yet) dfa implementation determining life information
2007-05-06 21:33:39 +00:00
optcse.pas
* some node optimizer stuff cleaned up
2007-04-15 14:41:00 +00:00
optdfa.pas
* fixed dfa for raise nodes
2007-07-23 20:22:36 +00:00
options.pas
* missing not
2007-09-04 18:30:57 +00:00
opttail.pas
* write also asmblocklabel for a connected labelsym
2007-07-23 21:01:32 +00:00
optunrol.pas
* write also asmblocklabel for a connected labelsym
2007-07-23 21:01:32 +00:00
optutils.pas
+ give more sophisticated warnings about uninitalized variables when life info is available
2007-06-03 17:35:48 +00:00
owar.pas
owbase.pas
* do not use F field to get TObjectReader FileName as it is freed inside openfile method
2007-05-03 23:55:55 +00:00
parabase.pas
paramgr.pas
parser.pas
* cleanup current module status
2007-05-23 13:33:53 +00:00
pass_1.pas
+ support for simplifying simple inline functions down to a single
2007-03-13 22:27:55 +00:00
pass_2.pas
- removed caretn and related code
2007-05-04 10:53:25 +00:00
pbase.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
pdecl.pas
- removed some unused variables
2007-07-17 13:57:15 +00:00
pdecobj.pas
* save and restore aktobjectdef
2007-09-04 18:31:20 +00:00
pdecsub.pas
* for tp mode don't allow unitname reuse
2007-07-23 20:38:05 +00:00
pdecvar.pas
* Improved escape analysis so the improved tretopt no longer fails.
2007-09-05 13:29:22 +00:00
pexports.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
pexpr.pas
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
pinline.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
pmodules.pas
* only create PASCALFINALIZE for programs and libraries
2007-07-28 10:47:31 +00:00
pp.lpi
pp.pas
* move exception mask initialization to procedure compile
2007-01-07 12:24:39 +00:00
ppc68k.lpi
ppc.cfg
ppc.conf
ppc.dof
ppcarm.lpi
ppcppc.lpi
+ powerpc lazarus project file
2007-03-03 14:53:15 +00:00
ppcsparc.lpi
+ sparc lazarus project file
2007-04-05 10:22:24 +00:00
ppheap.pas
ppu.pas
* fixed tests/cg/opt/tretopt, and also in more cases
2007-09-02 21:27:37 +00:00
procinfo.pas
* proper handling of dummy result node in dfa, resolves #8717 and #8079
2007-07-23 08:57:31 +00:00
pstatmnt.pas
* fixed regression of webtbs/tw2789 caused by r8270 (setting vs_read
2007-08-12 19:52:57 +00:00
psub.pas
* also generate an implicit exception frame in case only the function
2007-09-01 14:18:09 +00:00
psystem.pas
- removed tai_file/tai_loc, no longer needed
2007-07-04 08:14:48 +00:00
ptconst.pas
* throw better error when variable values are used as typed consts, resolves #9333
2007-07-29 14:29:19 +00:00
ptype.pas
* disallow widechar sets (Delphi 7 compatible, and were handled wrongly
2007-08-14 14:27:59 +00:00
raatt.pas
+ .fini section support
2007-07-28 08:40:10 +00:00
rabase.pas
rasm.pas
rautils.pas
* Improved escape analysis so the improved tretopt no longer fails.
2007-09-05 13:29:22 +00:00
README
regvars.pas
rgbase.pas
rgobj.pas
* revert r8118
2007-07-22 19:59:00 +00:00
scandir.pas
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
scanner.pas
* revert r8118
2007-07-22 19:59:00 +00:00
script.pas
* fixed handling of paths/files with spaces in their name in link.res
2007-07-25 16:25:14 +00:00
switches.pas
+ forbid usage of $E on targets supporting no fpu emulation
2007-06-10 17:03:26 +00:00
symbase.pas
* cleanup deleting of defs
2007-01-11 20:46:57 +00:00
symconst.pas
+ support for specifying the minimal precision for floating point
2007-09-01 19:38:27 +00:00
symdef.pas
* shorten mangledname names much quicker for nested procedures
2007-07-23 21:36:16 +00:00
symnot.pas
symsym.pas
* fixed tests/cg/opt/tretopt, and also in more cases
2007-09-02 21:27:37 +00:00
symtable.pas
* for tp mode don't allow unitname reuse
2007-07-23 20:38:05 +00:00
symtype.pas
* Convert guid load/save to endian safe code.
2007-06-30 21:45:20 +00:00
symutil.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
systems.pas
* ignore pic directive/switch if the platform doesn't support pic, resolves #9281
2007-07-23 20:25:04 +00:00
tgobj.pas
* for ARM CPU records must be aligned in stack depending of record size to prevent misaligned error when the record is passed as parameter in registers. It fixes tcalext* tests for ARM.
2007-06-20 20:31:06 +00:00
tokens.pas
verbose.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
version.pas
* Merged 2.3 branch changes:
2007-03-04 20:16:57 +00:00
widestr.pas
+ support for widestring manager based widechar conversions
2007-08-12 20:01:08 +00:00