florian
|
ae79ef2cb5
* don't range pointers converted to arrays, resolves #8191
|
18 years ago |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 years ago |
Jonas Maebe
|
b02fd37fbe
* removed some unused variables
|
18 years ago |
Jonas Maebe
|
b99c1e9fed
* fixed calculation of offset of constant indexing of bitpacked arrays of
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
Jonas Maebe
|
de75b34dba
* fixed another IE with indexing bitpacked arrays of composite types,
|
18 years ago |
Jonas Maebe
|
65e35ac401
* fixed internal error with bitpacked arrays of composite types whose
|
18 years ago |
Jonas Maebe
|
4ce4742bc8
* mark invisible high parameters of open arrays/arrays of const
|
18 years ago |
florian
|
eb8b2fb138
* be more carefull with unaligned load optimization
|
18 years ago |
florian
|
84726ed76c
* copy unique return value to address register on m68k
|
18 years ago |
Jonas Maebe
|
e04e668640
* give internalerror if trying to take the address of something else
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
3078a1927f
* remove ttype
|
19 years ago |
daniel
|
068c0f7952
* Cleaner implementation of pointer index to open array, codegen changes
|
19 years ago |
daniel
|
2450f5a778
+ First working concept of open_array_procedure(Pbyte_var[0..9]);
|
19 years ago |
Jonas Maebe
|
25059eb03d
* only potentially change size of vecn results in case of packed arrays
|
19 years ago |
Jonas Maebe
|
6be389e954
* fixed bug in r4674
|
19 years ago |
Jonas Maebe
|
cc6a91a9bc
* fixed packed arrays of enums in case of packenum 2/4
|
19 years ago |
Jonas Maebe
|
6997121c18
* also perform "SSA" for certain loads (currently derefn, righthand side of
|
19 years ago |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 years ago |
Jonas Maebe
|
1ab3d81541
* also use LOC_CSUBSETREF
|
19 years ago |
florian
|
8102053adc
* fixed compilation on 64 bit CPUs
|
19 years ago |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 years ago |
Jonas Maebe
|
c25aba7592
* cleaned up subsetreg support (put everything in a record)
|
19 years ago |
Jonas Maebe
|
df973fa1de
* fixed issue #6977 (add regvars occupied by the invisible high parameter
|
19 years ago |
Jonas Maebe
|
84d1fc929f
* properly set regvarability of parameters and local variables of inlined
|
19 years ago |
Jonas Maebe
|
e344ee3cd7
+ support for register variables which contain records
|
19 years ago |
florian
|
5e4ff16934
* access packed records with unaligned data accesses
|
19 years ago |
peter
|
0ec2921bbe
* split newasmsymbol to refasmsymbol and defineasmsymbol
|
19 years ago |