peter
|
4285e99853
* internal linker
|
23 years ago |
Jonas Maebe
|
09de3f8d5b
* fixed errors found with new -CR code from Peter when cycling with -O2p3r
|
23 years ago |
Jonas Maebe
|
e483612cf2
* IDIV reads edx too (but now the div/mod optimization fails :/ )
|
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
|
f6b3e2e37f
* synchronized cpubase between powerpc and i386
|
23 years ago |
peter
|
4dcd96747e
* moved entry and exitcode to ncgutil and cgobj
|
23 years ago |
carl
|
fb605f11b0
* changeregsize -> rg.makeregsize
|
23 years ago |
carl
|
b4f0af389d
+ generic FPC_CHECKPOINTER
|
23 years ago |
peter
|
3bcfe33002
* fixed stackcheck that would be called recursively when a stack
|
23 years ago |
carl
|
79b490d551
+ target_info.size_of_pointer -> pointer_size
|
23 years ago |
carl
|
39c86c857d
+ att_reg2str -> gas_reg2str
|
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
|
91f567bb66
* powerpc/cgcpu.pas compiles :)
|
23 years ago |
peter
|
d2e1952377
* procsym definition rewrite
|
24 years ago |
Jonas Maebe
|
e02d95ed13
+ replace mem accesses to locations to which a reg was stored recently with that reg
|
24 years ago |
Jonas Maebe
|
82f7cf0957
+ memory references are now replaced by register reads in "regular"
|
24 years ago |
Jonas Maebe
|
1fd6a2c5f8
* commented out some inactive code in csopt386
|
24 years ago |
Jonas Maebe
|
003549eba1
* the optimizer now keeps track of flags register usage. This fixes some
|
24 years ago |
florian
|
9746f4c2d6
* some cg reorganisation
|
24 years ago |
peter
|
81200dc9ef
* funcret moved from tprocinfo to tprocdef
|
24 years ago |
peter
|
a7cf57524e
* symtable change to classes
|
24 years ago |
peter
|
4e2655cdc5
* resulttype rewrite
|
24 years ago |
Jonas Maebe
|
87405bf710
* fixed potential bug in writeToMemDestroysContents
|
24 years ago |
peter
|
32b9cdb7cf
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
24 years ago |
Jonas Maebe
|
a4dcdea87d
* fixed range error
|
24 years ago |
Jonas Maebe
|
06af76dd6c
* invalidate regs that depend on a modified register
|
25 years ago |