florian
|
2f510f8f2f
* fixed to reflect last tconvtype change
|
23 years ago |
carl
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
Jonas Maebe
|
a15d8cfe39
* a_load_reg_reg() now has two size parameters: source and dest. This
|
23 years ago |
carl
|
ecb32b0ef0
* first_int_to_real moved to i386 (other one is generic)
|
23 years ago |
peter
|
425bb45ddc
* renamed current_library to objectlibrary
|
23 years ago |
peter
|
ac71268ce6
* saving of asmsymbols in ppu supported
|
23 years ago |
Jonas Maebe
|
6b83738e7d
+ generic implementation of tcg.g_flags2ref()
|
23 years ago |
florian
|
59abf2555b
* types.pas renamed to defbase.pas because D6 contains a types
|
23 years ago |
peter
|
4285e99853
* internal linker
|
23 years ago |
carl
|
d75603c2ed
* bugfix of hdisponen (base must be set, not index)
|
23 years ago |
peter
|
06ebac4e27
* readded missing revisions
|
23 years ago |
carl
|
21b3a10f02
+ defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
|
23 years ago |
peter
|
2992e1819c
* removed old logs and updated copyright year
|
23 years ago |
peter
|
4dcd96747e
* moved entry and exitcode to ncgutil and cgobj
|
23 years ago |
peter
|
6320530bdd
* removed newn and disposen nodes, the code is now directly
|
23 years ago |
carl
|
fb605f11b0
* changeregsize -> rg.makeregsize
|
23 years ago |
peter
|
8d0751ff97
* removed some more routines from cga
|
23 years ago |
peter
|
3bcfe33002
* fixed stackcheck that would be called recursively when a stack
|
23 years ago |
peter
|
5e7a1e3729
* removed unused units
|
23 years ago |
peter
|
5b242f7741
* tlocation,treference update
|
23 years ago |
Jonas Maebe
|
7fb55bf4e4
+ a_loadfpu_* and a_loadmm_* methods in tcg
|
23 years ago |
peter
|
b4cc4b7b01
* removed compiler warnings
|
23 years ago |
Jonas Maebe
|
f15dbd7bf0
* range checking is now processor independent (part in cgobj, part in
cg64f32) and should work correctly again (it needed some changes after
the changes of the low and high of tordef's to int64)
* maketojumpbool() is now processor independent (in ncgutil)
* getregister32 is now called getregisterint
|
24 years ago |
Jonas Maebe
|
b49f0958a6
* part of my fix for dynarray -> open array conversion, forgot to
|
24 years ago |
Jonas Maebe
|
a87a30b831
* fixed web bug #1665 (allow char to chararray type conversion) ("merged")
|
24 years ago |
peter
|
7312815d01
* int64->boolean fixed
|
24 years ago |
Jonas Maebe
|
f33d23922a
- removed unnecessary i386 pass_2 of as- and isnode and added dummy generic ones
|
24 years ago |
Jonas Maebe
|
fc6d300a95
* almost all second pass typeconvnode helpers are now processor independent
|
24 years ago |
Jonas Maebe
|
f256a47f04
* compilerproc implementation of set addition/substraction/...
|
24 years ago |
Jonas Maebe
|
06f9cd4c96
* some fixes in compilerprocs for chararray to string conversions
|
24 years ago |