michael
|
cf68b27bb9
+ Patch from peter to fix wrong pushing of ansistring function results in open array
|
22 years ago |
peter
|
6d57995944
* do not finalize function results
|
22 years ago |
Jonas Maebe
|
d03841dc16
* store register para's to memory before copying the valuepara's, because
|
22 years ago |
peter
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
peter
|
7f14891d66
* aktprocdef cleanup, aktprocdef is now always nil when parsing
|
22 years ago |
florian
|
b5d749d24d
* fixed passing of fpu values by fpu register
|
22 years ago |
peter
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
florian
|
0284016ee9
* fixed several issues with powerpc
|
22 years ago |
peter
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
peter
|
e248c0ece4
* fixed C style array of const
|
22 years ago |
daniel
|
25059e21b6
+ Implemented the actual register allocator
|
22 years ago |
Jonas Maebe
|
56132c1a9c
* assembler procedures now again get a stackframe if they have local
|
22 years ago |
olle
|
a069aadad0
* changed newasmsymbol to newasmsymboldata for data symbols
|
22 years ago |
peter
|
4a0b87ac59
* fix classmethod from classmethod call
|
22 years ago |
peter
|
c4ddcc78a8
* generic constructor working for i386
|
22 years ago |
peter
|
ec2a9a6ef8
* fix range error
|
22 years ago |
Jonas Maebe
|
d168ae15df
* lots of new regallocator fixes, both in generic and ppc-specific code
|
22 years ago |
daniel
|
18ab545cb7
* Fixed the optimizer
|
22 years ago |
daniel
|
86bcea6ef5
* Code generator converted to new register notation
|
22 years ago |
carl
|
2c19def917
* bugfix of FPU emulation code
|
22 years ago |
florian
|
2102ce7031
* fixed some PowerPC issues
|
22 years ago |
florian
|
34a91d9171
* fixed broken PowerPC compiler
|
22 years ago |
daniel
|
55a161bbbf
* Tregister changed into a record
|
22 years ago |
florian
|
cd4c8de820
* web bug #2214 fixed: ie 10 in const array constructors
|
22 years ago |
peter
|
af98b48c22
* stackpointer_alloc added for adjusting ESP. Win32 needs
|
22 years ago |
florian
|
fbbaf36800
* added missing then, Carl did you really a make fullcycle :) ?
|
23 years ago |
carl
|
6e46f3424c
* bugfix of problems with profile code which clobbers some registers
|
23 years ago |
carl
|
2f89d59534
* warning of portabilitiy problems with parasize / localsize
|
23 years ago |
carl
|
65113dcece
+ profiling support for Win32
|
23 years ago |
carl
|
c79bdd9179
* try to fix profiling for win32
|
23 years ago |