Jonas Maebe
|
dc912b6358
* changed remaining "getregister32" calls to "getregisterint"
|
23 years ago |
Jonas Maebe
|
91f567bb66
* powerpc/cgcpu.pas compiles :)
|
23 years ago |
florian
|
cee59f5e0d
* handling of ansi- and widestring results improved
|
24 years ago |
peter
|
a059a1671d
* fixed crash with inlining after aktprocdef change
|
24 years ago |
peter
|
d2e1952377
* procsym definition rewrite
|
24 years ago |
peter
|
e37dbf904d
* calling convention rewrite
|
24 years ago |
peter
|
cb06c9bcb8
* array access for properties added
|
24 years ago |
Jonas Maebe
|
100a911290
* when calling an inline procedure inside a nested procedure, the
|
24 years ago |
Jonas Maebe
|
8b3905de23
* i386*: call and jmp read their first operand
|
24 years ago |
Jonas Maebe
|
105b7ae809
+ new createinternres() constructor for tcallnode to support setting a
|
24 years ago |
florian
|
9746f4c2d6
* some cg reorganisation
|
24 years ago |
florian
|
7db13ea48f
* some bugs fix:
|
24 years ago |
peter
|
81200dc9ef
* funcret moved from tprocinfo to tprocdef
|
24 years ago |
peter
|
ca8d604964
* various widestring updates, it works now mostly without charset
|
24 years ago |
peter
|
b10e754536
* alignmentinfo record added
|
24 years ago |
peter
|
55eb369653
* better const to var checking
|
24 years ago |
peter
|
25535227b4
* function returning int64 inlining fixed
|
24 years ago |
Jonas Maebe
|
7ca4933913
* added missign begin..end pair (noticed by Carl)
|
24 years ago |
peter
|
0c03535b5b
* registration of targets and assemblers
|
24 years ago |
peter
|
a7cf57524e
* symtable change to classes
|
24 years ago |
peter
|
4e2655cdc5
* resulttype rewrite
|
24 years ago |
peter
|
d8abf76f6b
* getsym redesign, removed the globals srsym,srsymtable
|
24 years ago |
florian
|
cfd15b7127
* behavior -Oa optimized
|
24 years ago |
peter
|
d61f29c799
* don't push high value for open array with cdecl;external;
|
24 years ago |
peter
|
32b9cdb7cf
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
25 years ago |
florian
|
a91a67f75b
* AfterConstructor isn't called anymore when a constructor failed
|
25 years ago |
Jonas Maebe
|
c91a23c27d
* new constant handling: from now on, hex constants >$7fffffff are
|
25 years ago |
Jonas Maebe
|
a8af566cd7
+ new integer regvar handling, should be much more efficient
|
25 years ago |
florian
|
ec796cc40b
* fixed web buzg 1275: problem with int64 functions results
|
25 years ago |
florian
|
b9796f6a7f
* unused units removed from uses clause
|
25 years ago |