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 |
florian
|
b9796f6a7f
* unused units removed from uses clause
|
25 years ago |
Jonas Maebe
|
3974b23c97
+ support for optimizing simple sequences with div/idiv/mul opcodes
|
25 years ago |
Jonas Maebe
|
a86df1002b
* fixed some bugs in checksequence
|
25 years ago |
Jonas Maebe
|
1331a2e753
* fixed range check error
|
25 years ago |
Jonas Maebe
|
5be6c35518
* some small improvements
|
25 years ago |
Jonas Maebe
|
850e8de88b
* register contents were not cleared if there was only 1 instruction
|
25 years ago |
Jonas Maebe
|
a4fde73649
+ register renaming ("fixes" bug1088)
|
25 years ago |
peter
|
026edfb899
* moved to i386/
|
25 years ago |