peter
|
047a066711
* procinlinenode removed
|
22 years ago |
peter
|
072a55b73e
* methodpointer self pushing fixed
|
22 years ago |
peter
|
b1369666c4
* inline fixes
|
22 years ago |
Jonas Maebe
|
ff12c6c54f
* save fpu results in a normal fpu register on non-x86 processors
|
22 years ago |
Jonas Maebe
|
ae88588462
- undid previous commit, it was wrong
|
22 years ago |
Jonas Maebe
|
bee07d21a9
* fixed tests for whether a certain int register is unused
|
22 years ago |
Jonas Maebe
|
e65fb85ce9
* fixed ppc compiler
|
22 years ago |
peter
|
8ff5792776
* remove some unit dependencies
|
22 years ago |
Jonas Maebe
|
cb279b2029
* changed tt_persistant to tt_persistent :)
|
22 years ago |
peter
|
abca40f041
* regvar fixes
|
22 years ago |
peter
|
92ee1804b6
* removed selfpointer_offset, vmtpointer_offset
|
22 years ago |
Jonas Maebe
|
3a35aefdfd
* patch from Peter for int64 function results
|
22 years ago |
peter
|
05c05f2555
* failn removed
|
22 years ago |
peter
|
5e40220d67
* generate code for procvar first before pushing parameters. Made
|
22 years ago |
Jonas Maebe
|
02496a9934
* moved fpc_check_object call earlier for the ppc, so it can't destroy
|
22 years ago |
Jonas Maebe
|
3aeff19a60
* fixed procvar bug on the ppc (load procvar before loading para's,
|
22 years ago |
peter
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
peter
|
e2cbae0ff1
* vs_hidden replaced by is_hidden boolean
|
22 years ago |
florian
|
91bbc7bea3
* error when address of an abstract method is taken
|
22 years ago |
michael
|
cf68b27bb9
+ Patch from peter to fix wrong pushing of ansistring function results in open array
|
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 |
peter
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
daniel
|
6aa01a99a9
* Ifdefs around a lot of calls to cleartempgen
|
22 years ago |
peter
|
47489f2376
* firstpass uses expectloc
|
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 |
peter
|
ed82f9ff35
* do not load self when calling a non-inherited class constructor
|
22 years ago |
peter
|
ab7f62f3e1
* forgot to copy vmtrefaddr to selfrefaddr when self=vmt
|
22 years ago |