.. |
alpha
|
a835405a27
* fixed a compilation bug accmulator-->accumulator, in definition of return_result_reg
|
23 年之前 |
arm
|
1df13c788c
* fixed some MMX<->SSE
|
22 年之前 |
html
|
fa0d3d79e0
no message
|
23 年之前 |
i386
|
63c5e8cfdf
+ __HIGH() to retrieve high value
|
22 年之前 |
ia64
|
a835405a27
* fixed a compilation bug accmulator-->accumulator, in definition of return_result_reg
|
23 年之前 |
m68k
|
4f8c390198
* fixed regvars so they work with newra (at least for ppc)
|
22 年之前 |
msg
|
a8f6986077
* targets now in alfabetical order and lowercase
|
22 年之前 |
new
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 年之前 |
powerpc
|
6a01a7b4a6
* compilation of the powerpc compiler fixed
|
22 年之前 |
sparc
|
ac930a13e2
* changed to symbolic const for alignment
|
22 年之前 |
systems
|
d841f44994
* -Xd
|
22 年之前 |
utils
|
9fc4e555dd
* regenerated
|
22 年之前 |
vis
|
86bcea6ef5
* Code generator converted to new register notation
|
22 年之前 |
x86
|
57a2fe6ddb
+ some code for PIC support added
|
22 年之前 |
x86_64
|
0493cd3d2e
* more x86-64 fixes
|
22 年之前 |
Makefile
|
be740ce9ad
* regenerated
|
22 年之前 |
Makefile.fpc
|
1df13c788c
* fixed some MMX<->SSE
|
22 年之前 |
README
|
012af1131e
* updated to help compiling the compiler
|
22 年之前 |
aasmbase.pas
|
8ff5792776
* remove some unit dependencies
|
22 年之前 |
aasmtai.pas
|
1df13c788c
* fixed some MMX<->SSE
|
22 年之前 |
aggas.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
aopt.pas
|
4285e99853
* internal linker
|
23 年之前 |
aoptbase.pas
|
07783d2a0d
* powerpc target fixed, very simple units can be compiled
|
23 年之前 |
aoptcs.pas
|
c4ddcc78a8
* generic constructor working for i386
|
22 年之前 |
aoptda.pas
|
06ebac4e27
* readded missing revisions
|
23 年之前 |
aoptobj.pas
|
a496dbe1ff
* pass proccalloption to ret_in_xxx and push_xxx functions
|
23 年之前 |
assemble.pas
|
487650ab51
* -XP<prefix> support
|
22 年之前 |
browcol.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
browlog.pas
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 年之前 |
bsdcompile
|
26081ed999
* Simple script which specifies the right params for a try out BSD build
|
25 年之前 |
catch.pas
|
4b6df870be
* fix for snapshot building.
|
22 年之前 |
cclasses.pas
|
1df13c788c
* fixed some MMX<->SSE
|
22 年之前 |
cg64f32.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
cg64f64.pas
|
d91c880148
* cg.a_load_* get a from and to size specifier
|
22 年之前 |
cgbase.pas
|
46d9a10ecc
* some ideas for mm support implemented
|
22 年之前 |
cgobj.pas
|
947280d8e2
* some ideas for mm support implemented
|
22 年之前 |
charset.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 年之前 |
checkmem.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 年之前 |
cmsgs.pas
|
77d8f335aa
* vmtpointer_offset must be adjusted in after_pass1 as well
|
22 年之前 |
comphook.pas
|
fd278ee582
* print lineinfo for internalerror
|
22 年之前 |
compiler.pas
|
22f1ff8da4
* merged Wiktor's Watcom patches in 1.1
|
22 年之前 |
compinnr.inc
|
ef708fdab9
* Swap(QWord) constant support
|
23 年之前 |
comprsrc.pas
|
0210c33f15
* fixed resource compiler search if no utilty directory was given
|
22 年之前 |
cp437.pas
|
effb0aae89
- remove compilation warnings
|
22 年之前 |
cp850.pas
|
effb0aae89
- remove compilation warnings
|
22 年之前 |
cp8859_1.pas
|
effb0aae89
- remove compilation warnings
|
22 年之前 |
crc.pas
|
06ebac4e27
* readded missing revisions
|
23 年之前 |
cresstr.pas
|
bd7af8b12f
+ resource string tables are now aligned
|
23 年之前 |
cstreams.pas
|
68ce5a00e5
* cg64 patch
|
23 年之前 |
cutils.pas
|
6a8d5eb25d
* NEWRA branch merged
|
22 年之前 |
defcmp.pas
|
048fbd8228
* fixed 2729: overloading problem with methodvars and procvars
|
22 年之前 |
defines.inc
|
75f0602074
+ log added
|
23 年之前 |
defutil.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
depend
|
e525797c51
* updated copyright to 2000
|
25 年之前 |
dmisc.pas
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 年之前 |
export.pas
|
eb2ca8d10f
* rewrote the system handling
|
23 年之前 |
finput.pas
|
5af7a2c7a0
* sharedlib is placed in exe outputdir
|
22 年之前 |
fmodule.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
fpcdefs.inc
|
eb9a587759
+ support of NaN and Inf in the compiler as values of real constants
|
22 年之前 |
fppu.pas
|
22f1ff8da4
* merged Wiktor's Watcom patches in 1.1
|
22 年之前 |
gdb.pas
|
64655be168
* memory optimization (3-4%) : cleanup of tai fields,
|
23 年之前 |
gendef.pas
|
8e7124f9f8
+ emx target added
|
22 年之前 |
globals.pas
|
d841f44994
* -Xd
|
22 年之前 |
globtype.pas
|
b3ef859971
* default calling convention changed to stdcall
|
22 年之前 |
htypechk.pas
|
95f132db3d
* set_varstate cleanup
|
22 年之前 |
impdef.pas
|
487650ab51
* -XP<prefix> support
|
22 年之前 |
import.pas
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 年之前 |
link.pas
|
1fcc82e61a
* don't check exepath when linking on target
|
22 年之前 |
make_old.cmd
|
918d797b20
* make.cmd renamed to make_old.cmd
|
24 年之前 |
mdppc386.bat
|
1f4bac4fd0
* delphi fixes
|
24 年之前 |
mppc386.bat
|
07ad807864
* added -FE. to put the PPU's in the compiler dir
|
25 年之前 |
mppc68k.bat
|
0e8616ed1f
+ temporary variables now in temp_gen.pas unit
|
27 年之前 |
mppcsparc
|
14ac3dc2e2
* test now based on fpc/tests/test
|
22 年之前 |
msgidx.inc
|
81449fa691
* constant expr expected
|
22 年之前 |
msgtxt.inc
|
a8f6986077
* targets now in alfabetical order and lowercase
|
22 年之前 |
nadd.pas
|
95f132db3d
* set_varstate cleanup
|
22 年之前 |
nbas.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncal.pas
|
303b5252e4
* removed is_visible_for_proc
|
22 年之前 |
ncgadd.pas
|
6a01a7b4a6
* compilation of the powerpc compiler fixed
|
22 年之前 |
ncgbas.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgcal.pas
|
6a01a7b4a6
* compilation of the powerpc compiler fixed
|
22 年之前 |
ncgcnv.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgcon.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgflw.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncginl.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgld.pas
|
57a2fe6ddb
+ some code for PIC support added
|
22 年之前 |
ncgmat.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgmem.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgopt.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgset.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncgutil.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
ncnv.pas
|
a909ffdd35
* allow explicit typecasts from classrefdef, fixes 2728
|
22 年之前 |
ncon.pas
|
197cc64800
* Give message that constant expr is expected when a none constant
|
22 年之前 |
nflw.pas
|
b2343f4b16
* Register allocator splitted, ans abstract now
|
22 年之前 |
ninl.pas
|
95f132db3d
* set_varstate cleanup
|
22 年之前 |
nld.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
nmat.pas
|
95f132db3d
* set_varstate cleanup
|
22 年之前 |
nmem.pas
|
95f132db3d
* set_varstate cleanup
|
22 年之前 |
nobj.pas
|
303b5252e4
* removed is_visible_for_proc
|
22 年之前 |
node.pas
|
6a01a7b4a6
* compilation of the powerpc compiler fixed
|
22 年之前 |
nopt.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
nset.pas
|
b2343f4b16
* Register allocator splitted, ans abstract now
|
22 年之前 |
nstate.pas
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 年之前 |
nutils.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
ogbase.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 年之前 |
ogcoff.pas
|
29a382388e
* fix range check error after previous commit
|
22 年之前 |
ogelf.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 年之前 |
oglx.pas
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 年之前 |
ogmap.pas
|
9ed2ce8c12
* removed some notes/hints
|
22 年之前 |
options.pas
|
57a2fe6ddb
+ some code for PIC support added
|
22 年之前 |
owar.pas
|
06ebac4e27
* readded missing revisions
|
23 年之前 |
owbase.pas
|
4285e99853
* internal linker
|
23 年之前 |
paramgr.pas
|
1df13c788c
* fixed some MMX<->SSE
|
22 年之前 |
parser.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
pass_1.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
pass_2.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
pbase.pas
|
8af51ea6d3
* locals and paras are allocated in the code generation
|
22 年之前 |
pdecl.pas
|
6edadf3df5
* more proc directive for procvar fixes
|
22 年之前 |
pdecobj.pas
|
625de786dc
* tsymlist.def renamed to tsymlist.procdef
|
22 年之前 |
pdecsub.pas
|
e720d73bd9
* compare_paras() has a parameter to ignore hidden parameters
|
22 年之前 |
pdecvar.pas
|
d7d19e4e7f
* allow absolute with value for win32,wdos
|
22 年之前 |
pexports.pas
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 年之前 |
pexpr.pas
|
56ebcd1249
* self is not a token anymore. It is handled special when found
|
22 年之前 |
pinline.pas
|
95f132db3d
* set_varstate cleanup
|
22 年之前 |
pmodules.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
pp.pas
|
eb9a587759
+ support of NaN and Inf in the compiler as values of real constants
|
22 年之前 |
ppc.cfg
|
9465a13e71
+ Delphi 6 configuration file
|
23 年之前 |
ppc.conf
|
add30a428e
* Kylix fixes, mostly case names of units
|
24 年之前 |
ppc.dof
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 年之前 |
ppc.dpr
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 年之前 |
ppheap.pas
|
3390a23c26
* fix compilation failure
|
23 年之前 |
ppu.pas
|
8af51ea6d3
* locals and paras are allocated in the code generation
|
22 年之前 |
procinfo.pas
|
57a2fe6ddb
+ some code for PIC support added
|
22 年之前 |
pstatmnt.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
psub.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
psystem.pas
|
6684d2c520
+ added basic olevariant support
|
22 年之前 |
ptconst.pas
|
8af51ea6d3
* locals and paras are allocated in the code generation
|
22 年之前 |
ptype.pas
|
6edadf3df5
* more proc directive for procvar fixes
|
22 年之前 |
rautils.pas
|
9647af4066
* allow access to parent locals when the currnet localst has no
|
22 年之前 |
regvars.pas
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 年之前 |
rgobj.pas
|
1df13c788c
* fixed some MMX<->SSE
|
22 年之前 |
scandir.pas
|
6f78eac09f
+ support for a different set of compiler directives under $MODE MAC
|
22 年之前 |
scanner.pas
|
6f78eac09f
+ support for a different set of compiler directives under $MODE MAC
|
22 年之前 |
script.pas
|
b369a7ee9e
* better link on target support
|
22 年之前 |
switches.pas
|
06ebac4e27
* readded missing revisions
|
23 年之前 |
symbase.pas
|
8af51ea6d3
* locals and paras are allocated in the code generation
|
22 年之前 |
symconst.pas
|
95f132db3d
* set_varstate cleanup
|
22 年之前 |
symdef.pas
|
303b5252e4
* removed is_visible_for_proc
|
22 年之前 |
symnot.pas
|
158e9689d7
+ Notification implementation complete
|
22 年之前 |
symppu.pas
|
625de786dc
* tsymlist.def renamed to tsymlist.procdef
|
22 年之前 |
symsym.pas
|
303b5252e4
* removed is_visible_for_proc
|
22 年之前 |
symtable.pas
|
303b5252e4
* removed is_visible_for_proc
|
22 年之前 |
symtype.pas
|
625de786dc
* tsymlist.def renamed to tsymlist.procdef
|
22 年之前 |
symutil.pas
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 年之前 |
systems.pas
|
3a92a2a25a
* parameter alignment fixes
|
22 年之前 |
tgobj.pas
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
tokens.pas
|
b9d09a4e5c
* preparations for different default calling conventions
|
22 年之前 |
tpexcept.pas
|
06ebac4e27
* readded missing revisions
|
23 年之前 |
verbose.pas
|
f187323816
* -P to -ap
|
22 年之前 |
version.pas
|
41da381f1a
* fixed a lot of PowerPC related stuff
|
22 年之前 |
widestr.pas
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 年之前 |