sergei
|
a0c1e1b07f
* MIPS: fixed a_call_name and a_call_reg methods to workaround a bug in GAS <2.21, see comments in source for details.
|
12 năm trước cách đây |
yury
|
49f9288611
* Due to buggy MySQL query plan optimizer, the existing tests overview query use incorrect execution plan which leads to long execution time. The SQL query has been changed to produce efficient execution plan. Now the overview form works correctly.
|
12 năm trước cách đây |
Jonas Maebe
|
a51e64bd4d
+ {$targetswitch xxx} directive that enables changing target switches
|
12 năm trước cách đây |
Jonas Maebe
|
4022c29500
* mark each target switch with whether it's global or not, so a compiler
|
12 năm trước cách đây |
Jonas Maebe
|
185f71762f
* fixed automatic setter generation if only a setter and no getter prefix
|
12 năm trước cách đây |
pierre
|
899951577a
Avoid wrong code generation for a_call_name if we create pic code
|
12 năm trước cách đây |
pierre
|
f74954dd32
Correct code for shared library start
|
12 năm trước cách đây |
pierre
|
6e5be15087
Add PT convinience variable to ba able to debug InitFinalTable
|
12 năm trước cách đây |
sergei
|
8bfbee747a
* MIPS: Rewrote g_intf_wrapper method to support instance offsets greater than 32767 and PIC (the latter part untested yet).
|
12 năm trước cách đây |
sergei
|
a519741d89
- Revert {$J-} accidentally committed in r23555.
|
12 năm trước cách đây |
sergei
|
503b132096
* cgbase.pas: added more MIPS-specific address types, needed to support large GOT model.
|
12 năm trước cách đây |
sergei
|
6e4f6a64d6
+ MIPS: Allow subset locations for boolean NOT, this appears sufficient to fix all bitpacking-related tests.
|
12 năm trước cách đây |
sergei
|
ea36d4996a
+ MIPS: In PIC mode, set $t9 to correct value before exiting SignalToRunError, without it any subsequent access to global variable will repeatedly crash.
|
12 năm trước cách đây |
marco
|
81eb59e081
* make ioctl related constants unsigned.
|
12 năm trước cách đây |
sergei
|
f5a8f69517
* Fixed handling of ']' character in CDATA sections, when it is not starting a ']]>' delimiter it must be output as-is. Mantis #23794.
|
12 năm trước cách đây |
pierre
|
7e79042d58
Reorganize for better pic support (not yet working completly ...)
|
12 năm trước cách đây |
pierre
|
6e2db1a5e5
Use addr_pic_call16 in a_call_name method
|
12 năm trước cách đây |
pierre
|
9cb7be4c92
|
12 năm trước cách đây |
pierre
|
493c77bca0
+ Add addr_pic_call16 relocation type for mips
|
12 năm trước cách đây |
Jonas Maebe
|
ddc03bdf03
* when automatically generating (s|g)etters, make sure that the visibility of
|
12 năm trước cách đây |
Jonas Maebe
|
8f96ace589
* fixed -CTauto(g|s)etterprefix automatically generated helpers in case they
|
12 năm trước cách đây |
svenbarth
|
d49b4043ab
Implement DECLARED() for generic symbols. This fixes Mantis #21829 . The syntax is SomeGenericType<> for a generic with only one type parameter and SomeGeneric<,[,]*> for a generic with more than one type parameter. Spaces between the commas or brackets are allowed.
|
12 năm trước cách đây |
svenbarth
|
cca897cfd3
Fix a memory leak spotted by Blaise Thorn
|
12 năm trước cách đây |
florian
|
9315eba917
* patch by Serg Bormant: fix fmShareCompat handling for win32/win64/nativent, resolves #23725
|
12 năm trước cách đây |
florian
|
ef1c848198
* fix constant calculation for the AndAnd2And optimization if the first and is removed, noticed by Nico Erfurth
|
12 năm trước cách đây |
florian
|
5af646d1d2
+ add missing it* statements for thumb2 by a modified patch of Jeppe Johansen, resolves #23738
|
12 năm trước cách đây |
florian
|
bf57cdf409
+ introduce new define CPUTHUMB2
|
12 năm trước cách đây |
sergei
|
08c0c265c9
* MIPS: use correct def to calculate parameter alignment (when parameter is passed by address, its def changes to pointer and the alignment of parameter itself is irrelevant). Fixes at least webtbs/tw7806.
|
12 năm trước cách đây |
michael
|
528e231c66
* Strict resolving
|
12 năm trước cách đây |
michael
|
e247d1fa1a
* assign name to anonymous string type
|
12 năm trước cách đây |