daniel
|
97e87aaebc
* reginfo now also only allocated during register allocation
|
21 years ago |
daniel
|
7a6b6f4bd4
* Some minor stuff
|
21 years ago |
peter
|
2063100f51
* ignore hidden parameters when default parameters are used
|
21 years ago |
daniel
|
4a4b8f2a72
* Experiment: Compress strings to save memory
|
21 years ago |
florian
|
d38abc3a3f
+ setting of bit 6 of cr for c var args on ppc implemented
|
21 years ago |
florian
|
b52cee6639
* fixed ppc inlining stuff
|
21 years ago |
florian
|
9fd5217032
* some x86-64 compilation fixe
|
21 years ago |
florian
|
77f0eff7db
* better inheritence of procinfo flags of inlined procedures
|
21 years ago |
florian
|
2258e941af
+ inlined procedures inherit procinfo flags
|
21 years ago |
peter
|
57b4d5a0b9
* paralength is private again
|
21 years ago |
peter
|
52ffda0bc4
* varargspara is left-right, so adding paraitems needs insert
|
21 years ago |
peter
|
9aba5c8c7a
* fixed some crashes
|
22 years ago |
peter
|
b26e3c444a
* reversed offset calculation for caller side so it works
|
22 years ago |
peter
|
51384ca53c
* register calling is left-right
|
22 years ago |
peter
|
f663d2488f
* cross unit inlining fixed
|
22 years ago |
peter
|
a3c14e9c2d
* procvar default value support
|
22 years ago |
peter
|
25bf6452b4
* fixed calling classmethod for other object from classmethod
|
22 years ago |
peter
|
9168d87b35
* use explicit typecast when generating the high value
|
22 years ago |
peter
|
b34b0141d5
* support creating classes using <class of tobject>.create
|
22 years ago |
peter
|
19727a3609
* don't search for overloads in parents for constructors
|
22 years ago |
florian
|
6a06df943b
* fixed passing of dyn. arrays to open array parameters
|
22 years ago |
peter
|
4a1ecb07d1
* splitted buildderef and buildderefimpl to fix interface crc
|
22 years ago |
peter
|
6878c55c80
* write derefdata in a separate ppu entry
|
22 years ago |
peter
|
aaf9043988
* only search for overloaded constructors in classes
|
22 years ago |
peter
|
a57d25b3ed
* also search in parents for overloads when calling a constructor
|
22 years ago |
peter
|
303b5252e4
* removed is_visible_for_proc
|
22 years ago |
daniel
|
b2343f4b16
* Register allocator splitted, ans abstract now
|
22 years ago |
florian
|
8fcfcc6606
* fixed constructor call in class methods
|
22 years ago |
peter
|
95f132db3d
* set_varstate cleanup
|
22 years ago |
peter
|
e720d73bd9
* compare_paras() has a parameter to ignore hidden parameters
|
22 years ago |