svenbarth
|
81c7b22199
Mantis #25236 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
45e2e91536
Mantis #22468 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
60ef0a61bc
Mantis #22792 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
sergei
|
ed46a07f62
* Using x86-specific capability of shifting with carry flag helps to reduce amount of instructions.
|
11 gadi atpakaļ |
svenbarth
|
1ebff1a963
Mantis #21622 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
8b290f4cb2
Mantis #24690 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
47407d2d7a
Mantis #23279 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
1a22175553
Mantis #23653 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
69a8445472
Mantis #22790 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
c1fdce5166
Mantis #22540 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
sergei
|
ae627a4ba8
* tcgx86.a_op_const_reg_reg: optimize trivial cases before considering more complex ones.
|
11 gadi atpakaļ |
sergei
|
c184d9740c
+ Implemented target-independent optimization of signed "mod 2**N" as
|
11 gadi atpakaļ |
reiniero
|
da91ac9726
* fcl-db: sql parser: correct hex error message
|
11 gadi atpakaļ |
reiniero
|
dcdfa2f307
* fcl-db: cosmetic
|
11 gadi atpakaļ |
reiniero
|
614bc64200
* fcl-db: sql parser:
|
11 gadi atpakaļ |
reiniero
|
e1d9a068c0
* fcl-db: sql parser: Allow:
|
11 gadi atpakaļ |
reiniero
|
9898474fa7
* fcl-db: sql parser: fix for test case r27868,27885
|
11 gadi atpakaļ |
reiniero
|
050be49b16
* fcl-db: correct test committed in r27868
|
11 gadi atpakaļ |
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.
|
11 gadi atpakaļ |
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.
|
11 gadi atpakaļ |
Károly Balogh
|
af95876eba
arm: an attempt to improve the a_op_const_ref patch in r27881
|
11 gadi atpakaļ |
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
|
11 gadi atpakaļ |
Károly Balogh
|
17657ca11d
m68k: more minor reference usage tweaking, hopefully fixes Mantis 26286
|
11 gadi atpakaļ |
svenbarth
|
94f47443f0
Mantis #25043 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
6f962e817a
Mantis #24072 was fixed by partial specializations addition in revision 27861
|
11 gadi atpakaļ |
svenbarth
|
49a9f4c1ea
Fix for Mantis #26123.
|
11 gadi atpakaļ |
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
|
11 gadi atpakaļ |
svenbarth
|
34394d6925
Fix for Mantis #26180. Accept undefineddef as first parameter type of an Assert if it is used inside a generic.
|
11 gadi atpakaļ |
svenbarth
|
aca48a4cf2
Fix for Mantis #26288. Types declared inside a generic must have the df_generic flag set. Period.
|
11 gadi atpakaļ |
svenbarth
|
12f5cb85e8
Forgot to include option to trash variables for the test for Mantis #26271.
|
11 gadi atpakaļ |