.. |
alpha
|
a835405a27
* fixed a compilation bug accmulator-->accumulator, in definition of return_result_reg
|
23 years ago |
html
|
fa0d3d79e0
no message
|
23 years ago |
i386
|
c577c78366
* removed ret_in_acc, it's the reverse of ret_in_param
|
22 years ago |
ia64
|
a835405a27
* fixed a compilation bug accmulator-->accumulator, in definition of return_result_reg
|
23 years ago |
m68k
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
msg
|
91bbc7bea3
* error when address of an abstract method is taken
|
22 years ago |
new
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
powerpc
|
d73c88ce9f
* fixed parameter passing by value of large sets, strings and method pointers
|
22 years ago |
sparc
|
5d902c46cb
* fixed generated code for compare instructions
|
22 years ago |
systems
|
ff172b6b2d
* fixed import crash with explicit provided name
|
22 years ago |
utils
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
vis
|
86bcea6ef5
* Code generator converted to new register notation
|
22 years ago |
x86
|
9ffa87206f
* removed radirect
|
22 years ago |
x86_64
|
72df326165
* some 64 bit adaptions in ncgadd
|
22 years ago |
Makefile
|
12cced8116
* don't clean rtl unit dir in ppuclean, this breaks the snapshot
|
22 years ago |
Makefile.fpc
|
12cced8116
* don't clean rtl unit dir in ppuclean, this breaks the snapshot
|
22 years ago |
README
|
e652444594
+ varargs directive
|
24 years ago |
aasmbase.pas
|
a069aadad0
* changed newasmsymbol to newasmsymboldata for data symbols
|
22 years ago |
aasmtai.pas
|
b42efec29d
* create rtti label using newasmsymboldata and update binding
|
22 years ago |
aggas.pas
|
7c733ebcca
* write sec_none info in extdebug
|
22 years ago |
aopt.pas
|
4285e99853
* internal linker
|
23 years ago |
aoptbase.pas
|
07783d2a0d
* powerpc target fixed, very simple units can be compiled
|
23 years ago |
aoptcs.pas
|
c4ddcc78a8
* generic constructor working for i386
|
22 years ago |
aoptda.pas
|
06ebac4e27
* readded missing revisions
|
23 years ago |
aoptobj.pas
|
a496dbe1ff
* pass proccalloption to ret_in_xxx and push_xxx functions
|
23 years ago |
assemble.pas
|
99c4b6cf86
* m68k fix
|
22 years ago |
browcol.pas
|
ab6df4aa5e
* adapted for removed funcretsym
|
22 years ago |
browlog.pas
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
bsdcompile
|
26081ed999
* Simple script which specifies the right params for a try out BSD build
|
25 years ago |
catch.pas
|
4290586968
* unix signalhandler has longint argument
|
22 years ago |
cclasses.pas
|
3f5541e996
+ some front end stuff for vs_hidden added
|
22 years ago |
cg64f32.pas
|
7a3e1b917c
* fixed Florian's quick hack :)
|
22 years ago |
cg64f64.pas
|
b59b436130
* x86-64 compiles
|
22 years ago |
cgbase.pas
|
05c05f2555
* failn removed
|
22 years ago |
cginfo.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
cgobj.pas
|
05c05f2555
* failn removed
|
22 years ago |
charset.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
checkmem.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
cmsgs.pas
|
77d8f335aa
* vmtpointer_offset must be adjusted in after_pass1 as well
|
22 years ago |
comphook.pas
|
fd278ee582
* print lineinfo for internalerror
|
22 years ago |
compiler.pas
|
8e7124f9f8
+ emx target added
|
22 years ago |
compinnr.inc
|
ef708fdab9
* Swap(QWord) constant support
|
23 years ago |
comprsrc.pas
|
8e7124f9f8
+ emx target added
|
22 years ago |
cp437.pas
|
effb0aae89
- remove compilation warnings
|
22 years ago |
cp850.pas
|
effb0aae89
- remove compilation warnings
|
22 years ago |
cp8859_1.pas
|
effb0aae89
- remove compilation warnings
|
22 years ago |
crc.pas
|
06ebac4e27
* readded missing revisions
|
23 years ago |
cresstr.pas
|
bd7af8b12f
+ resource string tables are now aligned
|
23 years ago |
cstreams.pas
|
68ce5a00e5
* cg64 patch
|
23 years ago |
cutils.pas
|
3c5e8e2b07
* quote names with hi-ascii chars
|
22 years ago |
defbase.pas
|
121ca40b39
* some variant <-> dyn. array stuff
|
23 years ago |
defcmp.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
defines.inc
|
75f0602074
+ log added
|
23 years ago |
defutil.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
depend
|
e525797c51
* updated copyright to 2000
|
25 years ago |
dmisc.pas
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
export.pas
|
eb2ca8d10f
* rewrote the system handling
|
23 years ago |
finput.pas
|
5af7a2c7a0
* sharedlib is placed in exe outputdir
|
22 years ago |
fmodule.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
fpcdefs.inc
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
fppu.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
gdb.pas
|
64655be168
* memory optimization (3-4%) : cleanup of tai fields,
|
23 years ago |
gendef.pas
|
8e7124f9f8
+ emx target added
|
22 years ago |
globals.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
globtype.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
htypechk.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
impdef.pas
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
import.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
link.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
make_old.cmd
|
918d797b20
* make.cmd renamed to make_old.cmd
|
24 years ago |
mdppc386.bat
|
1f4bac4fd0
* delphi fixes
|
24 years ago |
mppc386.bat
|
07ad807864
* added -FE. to put the PPU's in the compiler dir
|
25 years ago |
mppc68k.bat
|
0e8616ed1f
+ temporary variables now in temp_gen.pas unit
|
27 years ago |
mppcsparc
|
3610d66be1
* fiexed some error
|
22 years ago |
msgidx.inc
|
91bbc7bea3
* error when address of an abstract method is taken
|
22 years ago |
msgtxt.inc
|
91bbc7bea3
* error when address of an abstract method is taken
|
22 years ago |
nadd.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
nbas.pas
|
05c05f2555
* failn removed
|
22 years ago |
ncal.pas
|
b52ba06662
* constructors return in register
|
22 years ago |
ncgadd.pas
|
72df326165
* some 64 bit adaptions in ncgadd
|
22 years ago |
ncgbas.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
ncgcal.pas
|
05c05f2555
* failn removed
|
22 years ago |
ncgcnv.pas
|
47489f2376
* firstpass uses expectloc
|
22 years ago |
ncgcon.pas
|
c8ccd0f717
* fixed endian issues when writing out set constants
|
22 years ago |
ncgflw.pas
|
05c05f2555
* failn removed
|
22 years ago |
ncginl.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
ncgld.pas
|
8acf67d327
* fixed (last?) remaining -tvarsym(X).address to
|
22 years ago |
ncgmat.pas
|
c21ca3dfa0
+ added currency support based on int64
|
22 years ago |
ncgmem.pas
|
26d78ff5c9
* moved implicit exception frame from ncgutil to psub
|
22 years ago |
ncgopt.pas
|
a23e3f0a2f
* add string returns in LOC_REFERENCE
|
22 years ago |
ncgset.pas
|
a3a3311e41
* fixed endian issue in inlined in-test for smallsets
|
22 years ago |
ncgutil.pas
|
05c05f2555
* failn removed
|
22 years ago |
ncnv.pas
|
26d78ff5c9
* moved implicit exception frame from ncgutil to psub
|
22 years ago |
ncon.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
nflw.pas
|
05c05f2555
* failn removed
|
22 years ago |
ninl.pas
|
26d78ff5c9
* moved implicit exception frame from ncgutil to psub
|
22 years ago |
nld.pas
|
26d78ff5c9
* moved implicit exception frame from ncgutil to psub
|
22 years ago |
nmat.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
nmem.pas
|
15b0132f6f
* tloadnode does not support objectsymtable,withsymtable anymore
|
22 years ago |
nobj.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
node.pas
|
05c05f2555
* failn removed
|
22 years ago |
nopt.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
nset.pas
|
05c05f2555
* failn removed
|
22 years ago |
nstate.pas
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
nutils.pas
|
b7cbd27c9d
* fail checks vmt value before calling dispose
|
22 years ago |
ogbase.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
ogcoff.pas
|
29a382388e
* fix range check error after previous commit
|
22 years ago |
ogelf.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
oglx.pas
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
ogmap.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
options.pas
|
05c05f2555
* failn removed
|
22 years ago |
owar.pas
|
06ebac4e27
* readded missing revisions
|
23 years ago |
owbase.pas
|
4285e99853
* internal linker
|
23 years ago |
paramgr.pas
|
c577c78366
* removed ret_in_acc, it's the reverse of ret_in_param
|
22 years ago |
parser.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
pass_1.pas
|
47489f2376
* firstpass uses expectloc
|
22 years ago |
pass_2.pas
|
05c05f2555
* failn removed
|
22 years ago |
pbase.pas
|
fe6518a49c
* allow more tokens instead of only semicolon after inherited
|
22 years ago |
pdecl.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
pdecobj.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
pdecsub.pas
|
a467b84faa
* fixed various crashes
|
22 years ago |
pdecvar.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
pexports.pas
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
pexpr.pas
|
fcea95f596
* ifdef'd code that checked for failed inherited constructors
|
22 years ago |
pinline.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
pmodules.pas
|
76f18e2fc9
* fixed implicit init/final code for units, stack frame was wrong for ppc
|
22 years ago |
pp.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
ppc.cfg
|
9465a13e71
+ Delphi 6 configuration file
|
23 years ago |
ppc.conf
|
add30a428e
* Kylix fixes, mostly case names of units
|
24 years ago |
ppc.dof
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
ppc.dpr
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
ppheap.pas
|
3390a23c26
* fix compilation failure
|
23 years ago |
ppu.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
pstatmnt.pas
|
05c05f2555
* failn removed
|
22 years ago |
psub.pas
|
1a7f159fad
* only call destructor in except block when there is a destructor
|
22 years ago |
psystem.pas
|
05c05f2555
* failn removed
|
22 years ago |
ptconst.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
ptype.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
rautils.pas
|
8acf67d327
* fixed (last?) remaining -tvarsym(X).address to
|
22 years ago |
regvars.pas
|
8acf67d327
* fixed (last?) remaining -tvarsym(X).address to
|
22 years ago |
rgobj.pas
|
b899ea5469
* Bug fix in simplify
|
22 years ago |
scandir.pas
|
8e7124f9f8
+ emx target added
|
22 years ago |
scanner.pas
|
2b888374ce
* don't close inputfile when still closed
|
22 years ago |
script.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
switches.pas
|
06ebac4e27
* readded missing revisions
|
23 years ago |
symbase.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
symconst.pas
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
symdef.inc
|
51527ba1c9
+ merged Attila's changes for interfaces, not tested yet
|
25 years ago |
symdef.pas
|
0836ed1713
* patch from Peter for rtti symbols
|
22 years ago |
symdefh.inc
|
51527ba1c9
+ merged Attila's changes for interfaces, not tested yet
|
25 years ago |
symnot.pas
|
158e9689d7
+ Notification implementation complete
|
22 years ago |
symppu.inc
|
51527ba1c9
+ merged Attila's changes for interfaces, not tested yet
|
25 years ago |
symppu.pas
|
a261bbcfac
* type redefine fix for tb0437
|
22 years ago |
symsym.inc
|
319ddd55cb
* stabs fixing
|
25 years ago |
symsym.pas
|
b42efec29d
* create rtti label using newasmsymboldata and update binding
|
22 years ago |
symtable.pas
|
4ba5171726
* fix crash with hiding function result. The function result is now
|
22 years ago |
symtype.pas
|
564e9701f7
* also use gettypename for procdef always
|
22 years ago |
symutil.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
systems.pas
|
8e7124f9f8
+ emx target added
|
22 years ago |
tgobj.pas
|
043bb34e81
* fixed temp. management for CPUs were the temp. space grows upwards
|
22 years ago |
tokens.pas
|
8473dada93
* avoid problems with the ide in init/dome
|
22 years ago |
tpexcept.pas
|
06ebac4e27
* readded missing revisions
|
23 years ago |
verbose.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
version.pas
|
41da381f1a
* fixed a lot of PowerPC related stuff
|
22 years ago |
widestr.pas
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |