reiniero
|
050be49b16
* fcl-db: correct test committed in r27868
|
vor 11 Jahren |
sergei
|
92cf25b9a5
* Reworked i386 division by constant optimization to reuse code from powerpc64. The algorithm is slightly different, signed version is one instruction shorter, unsigned one is one instruction longer (typically). The new algorithm is easily scalable for x86_64 target, unlike the old one.
|
vor 11 Jahren |
sergei
|
90d2009a31
* Moved procedures calculating "magic" numbers for division by constants from powerpc64/cgcpu.pas to cgutils.pas, so they can be reused for all targets.
|
vor 11 Jahren |
Károly Balogh
|
af95876eba
arm: an attempt to improve the a_op_const_ref patch in r27881
|
vor 11 Jahren |
Károly Balogh
|
5b262df7d0
arm: have a CPU specific op_const_ref, so the reference doesn't get fixed up both in a_load_reg_ref and a_load_ref_reg
|
vor 11 Jahren |
Károly Balogh
|
17657ca11d
m68k: more minor reference usage tweaking, hopefully fixes Mantis 26286
|
vor 11 Jahren |
svenbarth
|
94f47443f0
Mantis #25043 was fixed by partial specializations addition in revision 27861
|
vor 11 Jahren |
svenbarth
|
6f962e817a
Mantis #24072 was fixed by partial specializations addition in revision 27861
|
vor 11 Jahren |
svenbarth
|
49a9f4c1ea
Fix for Mantis #26123.
|
vor 11 Jahren |
Károly Balogh
|
381cf72023
m68k: minor bits, addq/subq works also on address regs, remove reference validity check in a_op_const_ref because we have fixref() later anyway
|
vor 11 Jahren |
svenbarth
|
34394d6925
Fix for Mantis #26180. Accept undefineddef as first parameter type of an Assert if it is used inside a generic.
|
vor 11 Jahren |
svenbarth
|
aca48a4cf2
Fix for Mantis #26288. Types declared inside a generic must have the df_generic flag set. Period.
|
vor 11 Jahren |
svenbarth
|
12f5cb85e8
Forgot to include option to trash variables for the test for Mantis #26271.
|
vor 11 Jahren |
svenbarth
|
4a0d27ebfe
Fix for Mantis #26271: Don't trash local variables that are used for the Default() intrinsic.
|
vor 11 Jahren |
reiniero
|
a025a87c19
* fcl-db: test sql scanner: fix test case
|
vor 11 Jahren |
svenbarth
|
1bbcc08a8b
Fix for Mantis #26176. Don't handle "type helper" as unique.
|
vor 11 Jahren |
svenbarth
|
9ab5affd55
Contrary to popular believe the VMT for a generic needs to be at least generated so that check for inherited methods can be done correctly. This does however not mean that the VMT is written to the object file which is handled at a completely different place. Fixes Mantis #26193.
|
vor 11 Jahren |
reiniero
|
79d2abd1ca
* fcl-db: sql parser test: test for create domain with check constraint, default and not null, a la
|
vor 11 Jahren |
reiniero
|
9ee1ec412f
* fcl-db: sql parser: fix failing STARTING WITH test committed in r27854
|
vor 11 Jahren |
reiniero
|
02014da511
* fcl-db: cosmetic
|
vor 11 Jahren |
reiniero
|
86e54269a0
* fcl-db: cosmetic
|
vor 11 Jahren |
Károly Balogh
|
e89669bedc
rewrite SpinLock to still work without the need to accidentally disable optimizations for a large part of the classes unit
|
vor 11 Jahren |
reiniero
|
d3bb0d4a17
+ fcl-db: add GUI for tests in testsqlscanner
|
vor 11 Jahren |
Károly Balogh
|
df7af34de9
m68k: very early optimizer implementation experiments
|
vor 11 Jahren |
svenbarth
|
639a59df92
Added support for partial specialization. This should fix a few problems with generics, the tests for which will be added in the next days after I've verified them.
|
vor 11 Jahren |
sergei
|
bcddc40150
* powerpc64: removed references to global variables 'cg' (it is implicit 'self' in methods of tcg descendants) and 'current_asmdata.currasmlist' (the asmlist to use is passed as argument).
|
vor 11 Jahren |
Károly Balogh
|
0fe656e82d
m68k: simplified code generated by g_concatcopy and cleaned up the old mess from the code
|
vor 11 Jahren |
lacak
|
feff396633
fcl-db: sqldb: simplify code, remove unused field (FSQLBuf)
|
vor 11 Jahren |
sergei
|
217ab9879c
* Enabled internal handling of Abs(longint) for all targets. It has been implemented in cross-platform way ages ago (see tcginlinenode.second_abs_long), but not enabled on MIPS,SPARC and m68k.
|
vor 11 Jahren |
reiniero
|
c853c29c3c
* fcl-db: cosmetic
|
vor 11 Jahren |