.. |
Makefile
|
87d00c3da9
* dependencies,mkdep target is not linux only
|
il y a 27 ans |
aasm.pas
|
d4854b6324
* all references to comp suppressed for m68k
|
il y a 27 ans |
ag386int.pas
|
9ec2dfaf4a
+ added tai_const_symbol_offset
|
il y a 27 ans |
ag386nsm.pas
|
9ec2dfaf4a
+ added tai_const_symbol_offset
|
il y a 27 ans |
ag68kgas.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
ag68kmit.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
ag68kmot.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
ag68kmpw.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
aopt386.pas
|
f2da32cd91
* changed optimizer switches + cleanup of DestroyRefs in daopt386.pas
|
il y a 27 ans |
asmutils.pas
|
e06ac8e64f
+ leal procsym,eax is now allowed
|
il y a 27 ans |
assemble.pas
|
aea3c488fb
+ fixpath() has an extra option to allow a ./ as path
|
il y a 27 ans |
browser.pas
|
63ff2ffbbc
* some memory leaks specific to usebrowser define fixed
|
il y a 27 ans |
catch.pas
|
fbfaf30c0b
Adapted to changed Signal call
|
il y a 27 ans |
cg386add.pas
|
1dab5a8cf0
* removed some erros after other errors (introduced by useexcept)
|
il y a 27 ans |
cg386cal.pas
|
6c1766feed
* bug fix for IOCHECK inside a procedure with iocheck modifier
|
il y a 27 ans |
cg386cnv.pas
|
fbf69c5127
* fixed char_to_string which did not set the .loc
|
il y a 27 ans |
cg386con.pas
|
c72691c843
+ pass_2 for cg386
|
il y a 27 ans |
cg386flw.pas
|
eadcc6ad1a
* new introduded problem with classes fix, the parent class wasn't set
|
il y a 27 ans |
cg386inl.pas
|
eea45c0432
+ terminated the include exclude implementation for i386
|
il y a 27 ans |
cg386ld.pas
|
fa1478ef99
* bugs in secondfuncret for result in subprocedures removed
|
il y a 27 ans |
cg386mat.pas
|
887c29f7a2
* fixed 'not not boolean', the location was not set to register
|
il y a 27 ans |
cg386mem.pas
|
852aeb1a13
+ check for access to index 0 of long/wide/ansi strings added,
|
il y a 27 ans |
cg386set.pas
|
7621dc0b56
* several memory leaks fixed
|
il y a 27 ans |
cg68kadd.pas
|
e4290ba94a
+ binary operators for ansi strings
|
il y a 27 ans |
cg68kcal.pas
|
6c1766feed
* bug fix for IOCHECK inside a procedure with iocheck modifier
|
il y a 27 ans |
cg68kcnv.pas
|
397be1fe09
* last memory leaks found when compiler
|
il y a 27 ans |
cg68kcon.pas
|
12a80cf3dc
* update smartlinking, uses getdatalabel
|
il y a 27 ans |
cg68kflw.pas
|
6155ef488c
* emitpushreferenceaddress gets now the asmlist as parameter
|
il y a 27 ans |
cg68kinl.pas
|
eea45c0432
+ terminated the include exclude implementation for i386
|
il y a 27 ans |
cg68kld.pas
|
a5f0168fbb
* wrong stabs info corrected once again !!
|
il y a 27 ans |
cg68kmat.pas
|
c3b3abdb65
* undid some changes of Peter that made the compiler wrong
|
il y a 27 ans |
cg68kmem.pas
|
6155ef488c
* emitpushreferenceaddress gets now the asmlist as parameter
|
il y a 27 ans |
cg68kset.pas
|
397be1fe09
* last memory leaks found when compiler
|
il y a 27 ans |
cga68k.pas
|
1a77339355
* several memory corruptions due to double freemem solved
|
il y a 27 ans |
cobjects.pas
|
33610c0fb1
+ tstringcontainer.init_no_doubles
|
il y a 27 ans |
comphook.pas
|
1dfbb756e9
* classes get a vmt allways
|
il y a 27 ans |
compiler.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
csopt386.pas
|
9a650233f0
* removed some unused vars
|
il y a 27 ans |
cws.txt
|
99db27959b
- all stuff moved to docs\internal.tex
|
il y a 27 ans |
daopt386.pas
|
e14a086c73
* changed TRegSet to a small set
|
il y a 27 ans |
depend
|
7f720c64ef
Added compiler call
|
il y a 27 ans |
dmisc.pas
|
af83d90357
* some changes to compile with Delphi
|
il y a 27 ans |
errorn.msg
|
9ec2dfaf4a
+ added tai_const_symbol_offset
|
il y a 27 ans |
export.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
files.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
gdb.pas
|
b2661d12be
+ browsing updated and developed
|
il y a 27 ans |
gendef.pas
|
1468993242
* new style for m68k/i386 infos and enums
|
il y a 27 ans |
hcodegen.pas
|
eadcc6ad1a
* new introduded problem with classes fix, the parent class wasn't set
|
il y a 27 ans |
htypechk.pas
|
b7dcdb0966
* fixed small typo
|
il y a 27 ans |
i386.pas
|
e06ac8e64f
+ leal procsym,eax is now allowed
|
il y a 27 ans |
import.pas
|
484da4b465
+ external dll_name name func support for linux
|
il y a 27 ans |
innr.inc
|
369e79adf9
+ assert() support
|
il y a 27 ans |
lin_targ.pas
|
484da4b465
+ external dll_name name func support for linux
|
il y a 27 ans |
link.pas
|
aea3c488fb
+ fixpath() has an extra option to allow a ./ as path
|
il y a 27 ans |
m68k.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
messages.pas
|
a0c582dc12
* merged fixes
|
il y a 27 ans |
mppc386.bat
|
e05ec93224
+ support of <procedure var type>:=<pointer> in delphi mode added
|
il y a 27 ans |
mppc68k.bat
|
0e8616ed1f
+ temporary variables now in temp_gen.pas unit
|
il y a 27 ans |
msgidx.inc
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
msgtxt.inc
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
opts386.pas
|
1468993242
* new style for m68k/i386 infos and enums
|
il y a 27 ans |
opts68k.pas
|
1468993242
* new style for m68k/i386 infos and enums
|
il y a 27 ans |
os2_targ.pas
|
e7013f1efd
* Faster keyword scanning.
|
il y a 27 ans |
parser.pas
|
1dab5a8cf0
* removed some erros after other errors (introduced by useexcept)
|
il y a 27 ans |
pass_1.pas
|
3d984e5bf1
* m68k compiler compiles again
|
il y a 27 ans |
pass_2.pas
|
eadcc6ad1a
* new introduded problem with classes fix, the parent class wasn't set
|
il y a 27 ans |
pbase.pas
|
d4ac5e456b
+ idtoken and only one token table
|
il y a 27 ans |
pdecl.pas
|
1dfbb756e9
* classes get a vmt allways
|
il y a 27 ans |
pexports.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
pexpr.pas
|
e659040083
* fixed filedef for typenodetype
|
il y a 27 ans |
pmodules.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |
popt386.pas
|
0e54f2bc9c
* bugfix in fpu optimizations for single division/substraction
|
il y a 27 ans |
pp.pas
|
6155ef488c
* emitpushreferenceaddress gets now the asmlist as parameter
|
il y a 27 ans |
ppc.dpr
|
af83d90357
* some changes to compile with Delphi
|
il y a 27 ans |
ppheap.pas
|
bf6369f1b5
* current_module old scanner tagged as invalid if unit is recompiled
|
il y a 27 ans |
ppovin.pas
|
6396267185
+ Compiler,Comphook unit which are the new interface units to the
|
il y a 27 ans |
ppu.pas
|
dac2986b7f
* ppu problems for m68k fixed (at least in cross compiling)
|
il y a 27 ans |
pstatmnt.pas
|
1a77339355
* several memory corruptions due to double freemem solved
|
il y a 27 ans |
psystem.pas
|
369e79adf9
+ assert() support
|
il y a 27 ans |
ptconst.pas
|
1a77339355
* several memory corruptions due to double freemem solved
|
il y a 27 ans |
ra386att.pas
|
f5923597a1
* fixed some opsize
|
il y a 27 ans |
ra386dir.pas
|
1a77339355
* several memory corruptions due to double freemem solved
|
il y a 27 ans |
ra386int.pas
|
c3b3abdb65
* undid some changes of Peter that made the compiler wrong
|
il y a 27 ans |
ra68kmot.pas
|
c3b3abdb65
* undid some changes of Peter that made the compiler wrong
|
il y a 27 ans |
scandir.inc
|
6eaa58b9c5
+ switch $APPTYPE for win32 added
|
il y a 27 ans |
scanner.pas
|
8e363906e2
* beter line info for conditionals
|
il y a 27 ans |
script.pas
|
94b52a3d7f
+ smartlinking works (only case jumptable left todo)
|
il y a 27 ans |
switches.pas
|
c3b3abdb65
* undid some changes of Peter that made the compiler wrong
|
il y a 27 ans |
symdef.inc
|
eadcc6ad1a
* new introduded problem with classes fix, the parent class wasn't set
|
il y a 27 ans |
symdefh.inc
|
eea45c0432
+ terminated the include exclude implementation for i386
|
il y a 27 ans |
symppu.inc
|
a5a58fef27
* don't count includefiles which are found in the includepath for a
|
il y a 27 ans |
symsym.inc
|
1dab5a8cf0
* removed some erros after other errors (introduced by useexcept)
|
il y a 27 ans |
symsymh.inc
|
1a77339355
* several memory corruptions due to double freemem solved
|
il y a 27 ans |
systems.pas
|
c7167e92ff
+ added options -lS and -lT for source and target os output
|
il y a 27 ans |
tcadd.pas
|
94dfc5edd8
* fixed u32bit - s32bit conversion problems
|
il y a 27 ans |
tccal.pas
|
1dab5a8cf0
* removed some erros after other errors (introduced by useexcept)
|
il y a 27 ans |
tccnv.pas
|
9c13c9cbb4
* better code generation for s:=s+[b] if b is in the range of
|
il y a 27 ans |
tccon.pas
|
ee6e14cd40
* splitted pass_1
|
il y a 27 ans |
tcflw.pas
|
a5f0168fbb
* wrong stabs info corrected once again !!
|
il y a 27 ans |
tcinl.pas
|
033303c21d
+ length(c) where C is a char is allways 1
|
il y a 27 ans |
tcld.pas
|
a5f0168fbb
* wrong stabs info corrected once again !!
|
il y a 27 ans |
tcmat.pas
|
887c29f7a2
* fixed 'not not boolean', the location was not set to register
|
il y a 27 ans |
tcmem.pas
|
39584dd9f6
* small problems with DOM and excpetions fixed (code generation
|
il y a 27 ans |
tcset.pas
|
3d984e5bf1
* m68k compiler compiles again
|
il y a 27 ans |
temp_gen.pas
|
7621dc0b56
* several memory leaks fixed
|
il y a 27 ans |
tgen68k.pas
|
6b807957b1
+ resetregistercount, resetusableregisters
|
il y a 27 ans |
tgeni386.pas
|
d666ac848e
+ ansistring operator +
|
il y a 27 ans |
todo.txt
|
166faa64f6
* crash preventions
|
il y a 27 ans |
token.inc
|
e7013f1efd
* Faster keyword scanning.
|
il y a 27 ans |
tpexcept.pas
|
1dab5a8cf0
* removed some erros after other errors (introduced by useexcept)
|
il y a 27 ans |
tree.pas
|
6c1766feed
* bug fix for IOCHECK inside a procedure with iocheck modifier
|
il y a 27 ans |
types.pas
|
a5f0168fbb
* wrong stabs info corrected once again !!
|
il y a 27 ans |
verbose.pas
|
1dab5a8cf0
* removed some erros after other errors (introduced by useexcept)
|
il y a 27 ans |
version.inc
|
5340ca9baa
* adapted to 0.99.5
|
il y a 27 ans |
win_targ.pas
|
7e40231ad7
* some dll support for win32
|
il y a 27 ans |