peter
|
47489f2376
* firstpass uses expectloc
|
22 years ago |
peter
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
daniel
|
25059e21b6
+ Implemented the actual register allocator
|
22 years ago |
peter
|
e21dab9739
* count address regs separate
|
22 years ago |
peter
|
c4ddcc78a8
* generic constructor working for i386
|
22 years ago |
peter
|
3f0491bb38
* changed reg2opsize to function
|
22 years ago |
daniel
|
e8f649f5c2
+ $define newra will enable new register allocator
|
22 years ago |
daniel
|
86bcea6ef5
* Code generator converted to new register notation
|
22 years ago |
carl
|
59d3edeec7
* Several bugfixes for m68k target (register alloc., opcode emission)
|
22 years ago |
daniel
|
7be2b727f2
* Work on register conversion
|
22 years ago |
daniel
|
7b2fd10fb4
* Converted some code in cgx86.pas to new register numbering
|
22 years ago |
daniel
|
6e507ba483
* Added register conversion
|
22 years ago |
daniel
|
fd4632c85b
* Added register convesrion procedure
|
22 years ago |
daniel
|
55a161bbbf
* Tregister changed into a record
|
22 years ago |
florian
|
b59b436130
* x86-64 compiles
|
22 years ago |
mazen
|
a835405a27
* fixed a compilation bug accmulator-->accumulator, in definition of return_result_reg
|
23 years ago |
mazen
|
41153e2b1a
+ return_result_reg and function_result_reg are now used, in all plateforms, to pass functions result between called function and its caller. See the explanation of each one
|
23 years ago |
carl
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
Jonas Maebe
|
3ab3c91e0a
- remove valuelow/valuehigh fields from tlocation, because they depend
|
23 years ago |
florian
|
af4302bc67
* more fixes for ppc calling conventions
|
23 years ago |
carl
|
9da171faf2
+ stab register indexes for powerpc (moved from gdb to cpubase)
|
23 years ago |
florian
|
b136cecacd
* first part of ppc calling conventions fix
|
23 years ago |
carl
|
448d40de1a
+ FPURESULTREG -> FPU_RESULT_REG
|
23 years ago |
florian
|
07783d2a0d
* powerpc target fixed, very simple units can be compiled
|
23 years ago |
peter
|
4285e99853
* internal linker
|
23 years ago |
peter
|
68ce5a00e5
* cg64 patch
|
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 |