florian
|
77cf67b59a
o unified interface of i386 and x86-64 cpu unit:
|
9 yıl önce |
florian
|
4bf603694c
* patch by Mattias Gaertner to make TProcess more unicode aware, resolves issue #29136
|
9 yıl önce |
florian
|
df82921cd8
* fix test after r32820
|
9 yıl önce |
lacak
|
57c7b32490
fcl-db: tests: move TestCancel method as Edit/Cancel is not supported on UniDirectional datasets (avoid false negative results)
|
9 yıl önce |
lacak
|
01d3297d37
fcl-db: bufdataset: revert prior commit 32807 as it causes fail of TTestSpecificTBufDataset.TestOpeningNonExistingDataset
|
9 yıl önce |
Jeppe Johansen
|
1b02dd27dc
Make relocation type more precise compared to output of gas.
|
9 yıl önce |
lacak
|
d4d1fcb634
fcl-db: datadict: mssql: add support for querying sequences and domains using standard INFORMATION_SCHEMA views (supported since version 2000)
|
9 yıl önce |
lacak
|
634764231a
fcl-db: datadict: SEQUENCE START value can be any signed integer value (+ missing spaces)
|
9 yıl önce |
Károly Balogh
|
b799ca40f8
m68k: various cleanups and improvements in the GAS assembler writer: pass operands to the helpers by reference, removed a few extra shortstring copies, cleanups
|
9 yıl önce |
Károly Balogh
|
288fa53694
m68k: is_calljmp cleanup
|
9 yıl önce |
Károly Balogh
|
e0b0ec3d43
m68k: disabled the force-enabled stack checking for m68k-amiga when compiling the compiler, which was enabled since forever. the current Amiga RTL startup code supports setting stack size programmatically, therefore very low default stack on Amiga is no longer a problem
|
9 yıl önce |
florian
|
a4d2f71d3d
* better estimation of compatibility of array constructors with open arrays, resolves issue #29244
|
9 yıl önce |
svenbarth
|
61b12af82b
Fix for Mantis #29321.
|
9 yıl önce |
sergei
|
5456960d54
* MIPS: Fixed code generation for PIC calls to local functions. Uncovered by r32803, before that the buggy branch was never taken because all functions were global.
|
9 yıl önce |
michael
|
721340d197
* Fixed wince compilation (Bug ID 0029319)
|
9 yıl önce |
Károly Balogh
|
2b3bd71735
m68k: include CMPI in the CMP to TST optimization
|
9 yıl önce |
Károly Balogh
|
1e0763e251
m68k: use a_load_const_ref in a_load_const_cgpara to utilize the recently added optimized small const loading here too. this change alone shaves off ~80KB from the compiled FP IDE size...
|
9 yıl önce |
florian
|
37cb35d780
+ support for the .code directive in arm inline assembler
|
9 yıl önce |
florian
|
c3a293b727
* test name properly
|
9 yıl önce |
joost
|
fa67338e64
* Added the option to use packages from external sources by setting the packagename to <url> and the DownloadURL
|
9 yıl önce |
Károly Balogh
|
185ee93312
m68k: if we're loading small (8 bit signed) values into long references, move them through a register (usually with MOVEQ). this is two bytes shorter and also faster on most 68k CPUs
|
9 yıl önce |
sergei
|
f69f6336e9
* Replaced hacks with resetting 'c' to zero and decreasing inputpointer by boolean parameter to skipcomment and skipoldtpcomment. This parameter specifies whether first character of comment should be read.
|
9 yıl önce |
florian
|
d4d4689914
* use FormatMessageW in SysErrorMessage, resolves issue #29197
|
9 yıl önce |
nickysn
|
77229a3cdf
* dosbox timeout increased to 100 seconds
|
9 yıl önce |
florian
|
026848b3e1
+ use CPU_UNITS_DEFINED to track if a SUBARCH is passed, so with CPU_UNITS_DEFINED=1 it is easily possible to compile without any cpu units
|
9 yıl önce |
michael
|
8282aea272
* Small whitespace patch from Sandro Cumerlato
|
9 yıl önce |
michael
|
7c66a42eaf
* Initial MS-SQL server support for Data Dictionary
|
9 yıl önce |
Károly Balogh
|
ff7a0c5235
m68k: while updating reference, don't reallocate and copy the index to another register if we can apply scaling for it and we don't need to multiply, so the maybe_const_reg doesn't change. this improves generated code when a const reg (eg: a loop counter) is used as array index
|
9 yıl önce |
Károly Balogh
|
92e7c0b03f
m68k: assembler reader changes
|
9 yıl önce |
sergei
|
bbfbab7e0c
* Moved handling of comments and line breaks in assembler blocks from scanner to tokenizer level. Handling them at character level was causing compiler to accept comments in the middle of any assembler token, which should never happen. It was also causing Mantis #27459: a newline immediately after closing 'end' token was first handled in asmgetchar and then by normal parser, causing all subsequent line numbering to be off by one.
|
9 yıl önce |