| .. |
|
alpha
|
a23fa2e81e
* moved (unfinished) routines related to writing taicpu's to ppu files
|
19 years ago |
|
arm
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
html
|
fa0d3d79e0
no message
|
23 years ago |
|
i386
|
c238bb15d1
* .init section support
|
19 years ago |
|
ia64
|
32098ceea9
* first iA-64 register stuff
|
19 years ago |
|
m68k
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
mips
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
20 years ago |
|
msg
|
76dc5ab588
+ support of -fPIC (is equivalent to -Cg) so people won't be confused if ld tells them to recompile their code with -fPIC
|
19 years ago |
|
powerpc
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
powerpc64
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
ppcgen
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
sparc
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
systems
|
d4b4cb3096
* linux libraries must be build with -Bsymbolic to avoid symbol shadowing
|
19 years ago |
|
utils
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
vis
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
20 years ago |
|
x86
|
fc99b0ad48
* fixed floating point precision conversions for loc_mmregister and
|
19 years ago |
|
x86_64
|
36a500c38c
* don't coalescate with frame/stack pointer
|
19 years ago |
|
COPYING
|
d4b8a224a1
+ Added license to this library
|
21 years ago |
|
MPWMake
|
05d6f0e94d
macos: added a fake sysutils for use by compiler, and fixed some tests
|
19 years ago |
|
Makefile
|
ff40ed3264
* Makefiles regenerated
|
19 years ago |
|
Makefile.fpc
|
979094d0a2
* use echoredir for creating revision.inc
|
19 years ago |
|
README
|
012af1131e
* updated to help compiling the compiler
|
22 years ago |
|
aasmbase.pas
|
c238bb15d1
* .init section support
|
19 years ago |
|
aasmdata.pas
|
d8d25c2489
* fixed memory leaks in compiler.
|
19 years ago |
|
aasmsym.pas
|
a23fa2e81e
* moved (unfinished) routines related to writing taicpu's to ppu files
|
19 years ago |
|
aasmtai.pas
|
d85573da18
* dummy assignment to tai_cpu_abstract.Pass1 result to avoid warning
|
19 years ago |
|
aggas.pas
|
c238bb15d1
* .init section support
|
19 years ago |
|
aopt.pas
|
4010d66c2c
* arm cond. instruction support
|
19 years ago |
|
aoptbase.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
aoptcs.pas
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
20 years ago |
|
aoptda.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
aoptobj.pas
|
e4e6f8112d
* fixed some warnings about hidden constructors
|
19 years ago |
|
assemble.pas
|
4aa5f6401e
* don't write stabs with rva entries on linux
|
19 years ago |
|
browcol.pas
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
|
bsdcompile
|
26081ed999
* Simple script which specifies the right params for a try out BSD build
|
26 years ago |
|
catch.pas
|
05d6f0e94d
macos: added a fake sysutils for use by compiler, and fixed some tests
|
19 years ago |
|
cclasses.pas
|
a526430509
* add TFPHashList.FindIndexOf
|
19 years ago |
|
cfidwarf.pas
|
870be04a3f
* use dwarf_reg()
|
20 years ago |
|
cfileutils.pas
|
2f8c34a537
* findclose must always be called (also when findfirst didn't find
|
19 years ago |
|
cg64f32.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
cgbase.pas
|
f2a25e845d
* refactor gen_alloc_symtable so it depends on varsym type and not
|
19 years ago |
|
cgobj.pas
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
cgutils.pas
|
2e131baa4c
* code generator support for subsetreferences (memory locations which
|
19 years ago |
|
charset.pas
|
edffc31139
* fixed crash with empty codepage
|
20 years ago |
|
cmsgs.pas
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
|
comphook.pas
|
5c96c98aa2
* use fileage for retrieving file timestamps
|
19 years ago |
|
compiler.pas
|
fa493c7898
* move exception mask initialization to procedure compile
|
19 years ago |
|
compinnr.inc
|
cd5b9245f9
+ support for bitsizeof() function
|
19 years ago |
|
comprsrc.pas
|
7a2e0da7bd
* extra parameter for file searching functions
|
19 years ago |
|
cp437.pas
|
d704af7216
fix compilation for {$T+} linux/win
|
19 years ago |
|
cp850.pas
|
d704af7216
fix compilation for {$T+} linux/win
|
19 years ago |
|
cp8859_1.pas
|
d704af7216
fix compilation for {$T+} linux/win
|
19 years ago |
|
cresstr.pas
|
1b173fd0f3
+ Enable resourcestring in all modes
|
19 years ago |
|
cstreams.pas
|
785550d7e3
Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,2722-2723,2728-2730,2740,2769 via svnmerge from
|
20 years ago |
|
cutils.pas
|
ebfddc8225
+ ansistring overloads of upper/lower (to fix ansistring Replace)
|
19 years ago |
|
dbgbase.pas
|
e17b424e28
* refactor procsym procdef list
|
19 years ago |
|
dbgdwarf.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
dbgstabs.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
defcmp.pas
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
19 years ago |
|
defutil.pas
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
19 years ago |
|
export.pas
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
|
finput.pas
|
cfb7a70c66
* update cacheindex in get_file
|
19 years ago |
|
fmodule.pas
|
6562e40a3e
* ignore program module when resolving unit names during ppu load
|
19 years ago |
|
fpccrc.pas
|
c0b4678873
* Rename unit crc to fpccrc to avoid name conflict in packages
|
20 years ago |
|
fpcdefs.inc
|
876a3651d1
* varsets disabled completely for now
|
19 years ago |
|
fppu.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
gendef.pas
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
|
globals.pas
|
5e428406e0
* remove redundant initalization of LinkTypeSetExplicitly
|
19 years ago |
|
globtype.pas
|
fd2032dab2
+ start of embedded rtl
|
19 years ago |
|
htypechk.pas
|
03c7e345cd
* committed wrong version in previous revision
|
19 years ago |
|
impdef.pas
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
|
import.pas
|
bf1c390027
* refactor import library generation
|
19 years ago |
|
link.pas
|
adbe0ab1d2
* support linker options (-k) which are > 255 chars combined
|
19 years ago |
|
make_old.cmd
|
918d797b20
* make.cmd renamed to make_old.cmd
|
25 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
|
72556ae39f
* fix compile problem
|
21 years ago |
|
msgidx.inc
|
76dc5ab588
+ support of -fPIC (is equivalent to -Cg) so people won't be confused if ld tells them to recompile their code with -fPIC
|
19 years ago |
|
msgtxt.inc
|
76dc5ab588
+ support of -fPIC (is equivalent to -Cg) so people won't be confused if ld tells them to recompile their code with -fPIC
|
19 years ago |
|
nadd.pas
|
b486f926ce
* taddnode.first_addstring, avoid memory leak if
|
19 years ago |
|
nbas.pas
|
7781e842fc
* varset support fixed
|
19 years ago |
|
ncal.pas
|
d2c8e7429e
* include parameter types for checking abstract calls
|
19 years ago |
|
ncgadd.pas
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
ncgbas.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
ncgcal.pas
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
ncgcnv.pas
|
fc99b0ad48
* fixed floating point precision conversions for loc_mmregister and
|
19 years ago |
|
ncgcon.pas
|
fbc197f27a
* fixed writing of double constants on WinCE
|
19 years ago |
|
ncgflw.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
ncginl.pas
|
d401c0a198
* activated internal get_frame for ARM.
|
19 years ago |
|
ncgld.pas
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
ncgmat.pas
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
ncgmem.pas
|
84726ed76c
* copy unique return value to address register on m68k
|
19 years ago |
|
ncgopt.pas
|
3078a1927f
* remove ttype
|
19 years ago |
|
ncgrtti.pas
|
9ae8e9fa21
* refactor tclassheader in tvmtbuilder and tvmtwriter
|
19 years ago |
|
ncgset.pas
|
1d96dcc50d
* renamed nf_swaped to nf_swapped
|
19 years ago |
|
ncgutil.pas
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
19 years ago |
|
ncnv.pas
|
9a90410081
* ttypeconvnode.simplify, avoid a memory leak
|
19 years ago |
|
ncon.pas
|
bcd86ef782
* added support for very big/small currency constants for non x86 CPUs.
|
19 years ago |
|
nflw.pas
|
e4e6f8112d
* fixed some warnings about hidden constructors
|
19 years ago |
|
ninl.pas
|
b3c82a05c5
* Use fpc_Write_Text_Currency and fpc_Read_Text_Currency for currency.
|
19 years ago |
|
nld.pas
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
|
nmat.pas
|
bcd86ef782
* added support for very big/small currency constants for non x86 CPUs.
|
19 years ago |
|
nmem.pas
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
|
nobj.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
node.pas
|
1d96dcc50d
* renamed nf_swaped to nf_swapped
|
19 years ago |
|
nopt.pas
|
e4e6f8112d
* fixed some warnings about hidden constructors
|
19 years ago |
|
nset.pas
|
e4e6f8112d
* fixed some warnings about hidden constructors
|
19 years ago |
|
nstate.pas
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
|
nutils.pas
|
5988e6d117
* niln has a compelxity of 0 (so the inlining code doesn't try to take
|
19 years ago |
|
ogbase.pas
|
c238bb15d1
* .init section support
|
19 years ago |
|
ogcoff.pas
|
c238bb15d1
* .init section support
|
19 years ago |
|
ogelf.pas
|
c238bb15d1
* .init section support
|
19 years ago |
|
oglx.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
ogmap.pas
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
|
optcse.pas
|
3078a1927f
* remove ttype
|
19 years ago |
|
options.pas
|
d401c0a198
* activated internal get_frame for ARM.
|
19 years ago |
|
opttail.pas
|
d8d25c2489
* fixed memory leaks in compiler.
|
19 years ago |
|
optunrol.pas
|
85d63d9fa9
* settings refactored
|
19 years ago |
|
owar.pas
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
|
owbase.pas
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
|
parabase.pas
|
38c0ae73da
Merged revisions 2775,2788-2789 via svnmerge from
|
20 years ago |
|
paramgr.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
parser.pas
|
11aa2b483e
* kicked ignore_equal, usage was wrong anyways
|
19 years ago |
|
pass_1.pas
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
19 years ago |
|
pass_2.pas
|
e17b424e28
* refactor procsym procdef list
|
19 years ago |
|
pbase.pas
|
11aa2b483e
* kicked ignore_equal, usage was wrong anyways
|
19 years ago |
|
pdecl.pas
|
11aa2b483e
* kicked ignore_equal, usage was wrong anyways
|
19 years ago |
|
pdecobj.pas
|
56379c37a9
* write vmt always according to the order of definitions
|
19 years ago |
|
pdecsub.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
pdecvar.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
pexports.pas
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
|
pexpr.pas
|
bcd86ef782
* added support for very big/small currency constants for non x86 CPUs.
|
19 years ago |
|
pinline.pas
|
9e60d6791d
* show name of procedure/function called with too few parameters
|
19 years ago |
|
pmodules.pas
|
92538bcb2a
Fixed lineinfo compilation with -gl
|
19 years ago |
|
pp.lpi
|
b76211b426
* more improvements
|
19 years ago |
|
pp.pas
|
fa493c7898
* move exception mask initialization to procedure compile
|
19 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
|
4ace790492
* remove $Log
|
20 years ago |
|
ppc68k.lpi
|
0d38bda5c4
* small m68k-linux fixes
|
19 years ago |
|
ppcarm.lpi
|
8998a04bf6
* initial copy from i386
|
19 years ago |
|
ppheap.pas
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
19 years ago |
|
ppu.pas
|
bcd86ef782
* added support for very big/small currency constants for non x86 CPUs.
|
19 years ago |
|
procinfo.pas
|
85d63d9fa9
* settings refactored
|
19 years ago |
|
pstatmnt.pas
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
|
psub.pas
|
d3ded54ae0
* temporarily turn off self and vmt checking after calling
|
19 years ago |
|
psystem.pas
|
d401c0a198
* activated internal get_frame for ARM.
|
19 years ago |
|
ptconst.pas
|
bcd86ef782
* added support for very big/small currency constants for non x86 CPUs.
|
19 years ago |
|
ptype.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
raatt.pas
|
c238bb15d1
* .init section support
|
19 years ago |
|
rabase.pas
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
20 years ago |
|
rasm.pas
|
1684a6fc32
* replaced tdictionary with tfphashlist
|
19 years ago |
|
rautils.pas
|
fc66d46beb
+ added several warnings about use of references
|
19 years ago |
|
regvars.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
rgbase.pas
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
|
rgobj.pas
|
60069ce3d2
* fix IE with -sr and EXTDEBUG
|
19 years ago |
|
scandir.pas
|
96e1c482bc
* compiler part of first Nintendo DS port
|
19 years ago |
|
scanner.pas
|
2bc3bd8c4f
* ignoredirectives changed to tfphashlist
|
19 years ago |
|
script.pas
|
ad7d549965
+ implement pascal inline asm start/halt code for linux/i386
|
19 years ago |
|
switches.pas
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
|
symbase.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
symconst.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
symdef.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
symnot.pas
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
|
symsym.pas
|
b957d59391
* don't override varregable for tabstractvarsyms loaded from a ppu when
|
19 years ago |
|
symtable.pas
|
91dbd27a42
* cleanup deleting of defs
|
19 years ago |
|
symtype.pas
|
22a372f10b
* fixed bug where derefs with an index 65535 were not read correctly
|
19 years ago |
|
symutil.pas
|
3cae449fda
* moved rtti to ncgrtti
|
19 years ago |
|
systems.pas
|
fd2032dab2
+ start of embedded rtl
|
19 years ago |
|
tgobj.pas
|
2e6d438599
* changed ref parameter of gettemp/gettemptyped from var to out to fix
|
19 years ago |
|
tokens.pas
|
1b173fd0f3
+ Enable resourcestring in all modes
|
19 years ago |
|
verbose.pas
|
d80bfc692d
* don't open error file twice but close it first if necessary
|
19 years ago |
|
version.pas
|
7db8bc6498
* Revert version change
|
19 years ago |
|
widestr.pas
|
85d63d9fa9
* settings refactored
|
19 years ago |