peter
|
98dd65b0f3
* inlining is now also allowed in interface
|
23 years ago |
florian
|
e313bab4ff
* first part of procinfo rewrite
|
23 years ago |
peter
|
4285e99853
* internal linker
|
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 |
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
|
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
|
f9e7a027b9
* unnecessary loads of constants are now also remove by
|
24 years ago |
Jonas Maebe
|
fe8b328091
* added missing allocregbetween() call for a memtoreg() optimization
|
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
|
66567674ba
+ also replace mem references in modify operands with regs
|
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 |
Jonas Maebe
|
a022ac9bb2
* fixed bug due to short boolean evaluation
|
24 years ago |
peter
|
4e2655cdc5
* resulttype rewrite
|
24 years ago |
michael
|
d5ef327f9e
+ Patch from jonas so 1.0.2 can be used to cycle
|
24 years ago |
Jonas Maebe
|
7725beb1e3
* fixed crashing bug to due previous changes
|
24 years ago |
Jonas Maebe
|
e753af622e
* fixed webbug 1323
|
24 years ago |
peter
|
32b9cdb7cf
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
24 years ago |
Jonas Maebe
|
72bc010795
* when searching for constants in registers, the returned register
|
25 years ago |