peter
|
437ce7f8a2
* removed some unit dependencies
|
22 lat temu |
peter
|
f3fc72095f
* splitted defbase in defutil,symutil,defcmp
|
23 lat temu |
carl
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 lat temu |
peter
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 lat temu |
florian
|
d88d2ed099
* splitting of i386\cgcpu.pas into x86\cgx86.pas and i386\cgcpu.pas
|
23 lat temu |
florian
|
59abf2555b
* types.pas renamed to defbase.pas because D6 contains a types
|
23 lat temu |
florian
|
336808f6c3
* start of the new generic parameter handling
|
23 lat temu |
florian
|
07783d2a0d
* powerpc target fixed, very simple units can be compiled
|
23 lat temu |
peter
|
4285e99853
* internal linker
|
23 lat temu |
peter
|
68ce5a00e5
* cg64 patch
|
23 lat temu |
carl
|
b2ab15a9a3
* bugfix of missing popecx for shift operations
|
23 lat temu |
carl
|
33b79c188a
+ generic FPC_HELP_FAIL
|
23 lat temu |
carl
|
d75603c2ed
* bugfix of hdisponen (base must be set, not index)
|
23 lat temu |
peter
|
06ebac4e27
* readded missing revisions
|
23 lat temu |
carl
|
21b3a10f02
+ defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
|
23 lat temu |
peter
|
2992e1819c
* removed old logs and updated copyright year
|
23 lat temu |
peter
|
4a176c81bc
* removed n386ld and n386util units
|
23 lat temu |
carl
|
11a60a8a1e
* some small portability fixes
|
23 lat temu |
peter
|
4dcd96747e
* moved entry and exitcode to ncgutil and cgobj
|
23 lat temu |
peter
|
cc8c4d7093
* moved more routines from cga/n386util
|
23 lat temu |
carl
|
654e5540ee
* changeregsize -> rg.makeregsize
|
23 lat temu |
peter
|
3bcfe33002
* fixed stackcheck that would be called recursively when a stack
|
23 lat temu |
peter
|
5e7a1e3729
* removed unused units
|
23 lat temu |
Jonas Maebe
|
36699776ee
* optimized the code generated by the a_op_const_* and a_op64_const
|
23 lat temu |
peter
|
5b242f7741
* tlocation,treference update
|
23 lat temu |
Jonas Maebe
|
7fb55bf4e4
+ a_loadfpu_* and a_loadmm_* methods in tcg
|
23 lat temu |
peter
|
b4cc4b7b01
* removed compiler warnings
|
23 lat temu |
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 lat temu |
Jonas Maebe
|
91f567bb66
* powerpc/cgcpu.pas compiles :)
|
24 lat temu |
Jonas Maebe
|
bdf2593265
* fixed range check errors
|
24 lat temu |