Jonas Maebe
|
a23630260b
+ "weakexternal" support for imported procedures and variables.
|
17 years ago |
daniel
|
573aa1cd34
* Make powerpc compile again.
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
Jonas Maebe
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
18 years ago |
Jonas Maebe
|
198a0008d0
* fixed -currency after r5896
|
18 years ago |
Jonas Maebe
|
e2193b1540
* fixed mixing of longint/dword to avoid 64 bit conversion
|
18 years ago |
Jonas Maebe
|
5522cbd7cd
* fixed typo which caused overflow checks not to be turned off when
|
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 |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 years ago |
Jonas Maebe
|
63123d3c62
* don't reuse loc_register
|
19 years ago |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 years ago |
Jonas Maebe
|
7f247e9305
* fix and suppress some rangecheck/overflow errors (regarding calculation
|
19 years ago |
peter
|
a3ab2053c9
* support multiple asmlabel types, renamed getlabel to
|
20 years ago |
Jonas Maebe
|
fdc8c1c0ae
* replace divisions by constants with a combination of mul, shift, add from
|
20 years ago |
Jonas Maebe
|
0f8e019c44
* fixed web bug tw4078 + added test
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
Jonas Maebe
|
a5c94ddccd
* removed some unused variables
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
Jonas Maebe
|
4f53d8367d
* introduced bug (x shl 65 = x shl 1 when shifting with a constant, but
|
20 years ago |
peter
|
c95a859f0a
* generic tlocation
|
21 years ago |
peter
|
d19663f3a8
* save standard registers moved to tcgobj
|
21 years ago |
peter
|
65c3ba277c
* ungetregister is now only used for cpuregisters, renamed to
|
21 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
Jonas Maebe
|
c2efd86268
+ integer division-by-zero detection support for ppc
|
21 years ago |
Jonas Maebe
|
8be1033511
* (64 bit int) shl/shr (value > 63) := 0
|
21 years ago |
Jonas Maebe
|
8953ed5494
* fixed tnotnode for < 32 bit quantities
|
21 years ago |
florian
|
6a01a7b4a6
* compilation of the powerpc compiler fixed
|
22 years ago |