Jonas Maebe
|
c963543c74
* fixed typo in comments
|
18 years ago |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
peter
|
107974330c
* use aword(1) shl x, to prevent overflow with 1 shl 31
|
19 years ago |
Jonas Maebe
|
469ac311e0
* fixed r5214
|
19 years ago |
peter
|
3cae449fda
* moved rtti to ncgrtti
|
19 years ago |
Jonas Maebe
|
66cf666f65
* optimized storing constants into subsetreg/refs (a packed array of
|
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 |
tom_at_work
|
a7311621eb
* fixed bitmask generation code for subsetreg* methods on 64 bit platforms
|
19 years ago |
florian
|
67ba76f090
* several arm fixes
|
19 years ago |
Jonas Maebe
|
acd485d5fb
* removed some unused and assigned-but-not-used variables
|
19 years ago |
Jonas Maebe
|
0be55cf230
* fixed a missed "(1 shl 32) - 1 = 0" problem for x86
|
19 years ago |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 years ago |
Jonas Maebe
|
2e131baa4c
* code generator support for subsetreferences (memory locations which
|
19 years ago |
Jonas Maebe
|
d5aa230395
* removed things which shouldn't have been committed yet
|
19 years ago |
Jonas Maebe
|
dec97dea73
* forgot to commit in previous revision
|
19 years ago |
Jonas Maebe
|
c0f805ae6d
* fixed a_param_ref in case the paraloc size is different from the source size
|
19 years ago |
Jonas Maebe
|
b5ce7e454c
* fixed bug when assigning a negative value in a register to certain
|
19 years ago |
Jonas Maebe
|
32a9702965
* fixed loading of negative constants in some record regvar fields
|
19 years ago |
Jonas Maebe
|
7131a2beb6
+ a_load_loc_subsetreg
|
19 years ago |
Jonas Maebe
|
e344ee3cd7
+ support for register variables which contain records
|
19 years ago |
florian
|
f27fa0d24f
* forgotten commit of r3566
|
19 years ago |
florian
|
570c1bc3a5
* widestrings aren't ref. counted anymore on windows
|
19 years ago |
peter
|
0ec2921bbe
* split newasmsymbol to refasmsymbol and defineasmsymbol
|
19 years ago |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 years ago |
peter
|
588cccb3ca
* remove some obsolete i386 specific code
|
19 years ago |
Jonas Maebe
|
20160f1a35
* fixed a_param_ref for large parameters
|
19 years ago |
Jonas Maebe
|
7cdf9bbaac
* moved the indirect symbol stuff from nppcld to cgobj and ncgld, since
|
19 years ago |
tom_at_work
|
cb807cb2af
* more fixes (to the optimizations) for range check code generation
|
19 years ago |