peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 年之前 |
Jonas Maebe
|
7f247e9305
* fix and suppress some rangecheck/overflow errors (regarding calculation
|
19 年之前 |
peter
|
a3ab2053c9
* support multiple asmlabel types, renamed getlabel to
|
20 年之前 |
Jonas Maebe
|
fdc8c1c0ae
* replace divisions by constants with a combination of mul, shift, add from
|
20 年之前 |
Jonas Maebe
|
0f8e019c44
* fixed web bug tw4078 + added test
|
20 年之前 |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 年之前 |
fpc
|
50778076c3
initial import
|
20 年之前 |
Jonas Maebe
|
a5c94ddccd
* removed some unused variables
|
20 年之前 |
peter
|
e417e34496
* truncate log
|
20 年之前 |
Jonas Maebe
|
4f53d8367d
* introduced bug (x shl 65 = x shl 1 when shifting with a constant, but
|
20 年之前 |
peter
|
c95a859f0a
* generic tlocation
|
21 年之前 |
peter
|
d19663f3a8
* save standard registers moved to tcgobj
|
21 年之前 |
peter
|
65c3ba277c
* ungetregister is now only used for cpuregisters, renamed to
|
21 年之前 |
florian
|
8a9758c5e2
* logs truncated
|
21 年之前 |
Jonas Maebe
|
c2efd86268
+ integer division-by-zero detection support for ppc
|
21 年之前 |
Jonas Maebe
|
8be1033511
* (64 bit int) shl/shr (value > 63) := 0
|
21 年之前 |
Jonas Maebe
|
8953ed5494
* fixed tnotnode for < 32 bit quantities
|
21 年之前 |
florian
|
6a01a7b4a6
* compilation of the powerpc compiler fixed
|
22 年之前 |
peter
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 年之前 |
peter
|
c05cf49b35
* removed empty cga unit
|
22 年之前 |
peter
|
601160a0e3
* powerpc compiles again
|
22 年之前 |
Jonas Maebe
|
642d0f923b
* ppc compiles with -dnewra, haven't tried to compile anything with it
|
22 年之前 |
Jonas Maebe
|
68b629fd16
* fixed small bug where a location was set to LOC_CREGISTER instead of
|
22 年之前 |
Jonas Maebe
|
eb066d3b32
* calculate localsize also in g_return_from_proc since it's now called
|
22 年之前 |
peter
|
230a14ff68
* getregisterfpu size parameter added
|
22 年之前 |
Jonas Maebe
|
4ca3d9a2e9
* fixed shr of 64 bit values by non-immediate value
|
22 年之前 |
Jonas Maebe
|
b993c4e2db
* fixed shifts
|
22 年之前 |
florian
|
cca5ca2ab9
* fixed not node
|
22 年之前 |
Jonas Maebe
|
d168ae15df
* lots of new regallocator fixes, both in generic and ppc-specific code
|
22 年之前 |
daniel
|
86bcea6ef5
* Code generator converted to new register notation
|
22 年之前 |