florian
|
f6e456268f
|
* fixed make cycle
|
2003-09-24 21:15:49 +00:00 |
|
florian
|
0b48a6a3ec
|
* x86-64 adaptions
|
2003-09-24 17:12:36 +00:00 |
|
peter
|
8af51ea6d3
|
* locals and paras are allocated in the code generation
* tvarsym.localloc contains the location of para/local when
generating code for the current procedure
|
2003-09-23 17:56:05 +00:00 |
|
daniel
|
1e02028986
|
* Fixed incorrect movzx spilling
|
2003-09-14 14:22:51 +00:00 |
|
daniel
|
c82243df4d
|
* Add BTR to destination memory location check in spilling
|
2003-09-12 20:25:17 +00:00 |
|
daniel
|
079751b894
|
* Failed attempt to restore broken fastspill functionality
|
2003-09-10 19:14:31 +00:00 |
|
marco
|
305226dd23
|
* fix from peter for bts reg32,mem32 problem
|
2003-09-10 11:23:09 +00:00 |
|
florian
|
f495796796
|
* x86 instruction table updated to nasm 0.98.37:
- sse3 aka prescott support
- small fixes
|
2003-09-09 12:54:45 +00:00 |
|
peter
|
b9d09a4e5c
|
* preparations for different default calling conventions
* various RA fixes
|
2003-09-07 22:09:34 +00:00 |
|
peter
|
6a8d5eb25d
|
* NEWRA branch merged
|
2003-09-03 15:55:00 +00:00 |
|
peter
|
6b12cc11e5
|
* first spill the registers of top_ref before spilling top_reg
|
2003-08-21 17:20:19 +00:00 |
|
peter
|
b9afdc6a36
|
* fix reg-supreg range check error
|
2003-08-21 14:48:36 +00:00 |
|
daniel
|
2ce08bd157
|
* Some old register convention code removed
* A few changes to eliminate a few lines of code
|
2003-08-20 16:52:01 +00:00 |
|
daniel
|
ebb1f3a361
|
* New register coding now mandatory, some more convert_registers calls
removed.
|
2003-08-20 09:07:00 +00:00 |
|
daniel
|
82b0cf41a6
|
* Made internal assembler use new register coding
|
2003-08-20 07:48:03 +00:00 |
|
daniel
|
41211715ff
|
* Corrected a comment.
|
2003-08-19 13:58:33 +00:00 |
|
daniel
|
878498029f
|
* Fixed newra compilation
|
2003-08-15 14:44:20 +00:00 |
|
peter
|
52c73e80d1
|
* start of sparc support for newra
|
2003-08-11 21:18:20 +00:00 |
|
daniel
|
42c320cb29
|
* cs_regalloc renamed to cs_regvars to avoid confusion with register
allocator
* Some preventive changes to i386 spillinh code
|
2003-08-09 18:56:54 +00:00 |
|
daniel
|
268bfcf784
|
* Fixed register allocator. *Lots* of fixes.
|
2003-07-06 15:31:20 +00:00 |
|
Jonas Maebe
|
d29c96896f
|
* fixed newra cycle for x86
* added constants for indicating source and destination operands of the
"move reg,reg" instruction to aasmcpu (and use those in rgobj)
|
2003-06-14 14:53:50 +00:00 |
|
daniel
|
41e0bc4cec
|
* Register allocator finished
|
2003-06-03 13:01:59 +00:00 |
|
peter
|
414bd5fa22
|
* more sparc cleanup
* accumulator removed, splitted in function_return_reg (called) and
function_result_reg (caller)
|
2003-05-30 23:57:08 +00:00 |
|
peter
|
437ce7f8a2
|
* removed some unit dependencies
|
2003-05-22 21:32:28 +00:00 |
|
florian
|
754a34200a
|
* merged i386/aasmcpu and x86_64/aasmcpu to x86/aasmcpu
|
2003-04-25 12:43:40 +00:00 |
|
florian
|
37194d2f61
|
* fixed more problems with cpubase and x86-64
|
2002-04-25 16:12:09 +00:00 |
|