svenbarth
|
61b12af82b
Fix for Mantis #29321.
|
9 年之前 |
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 年之前 |
michael
|
721340d197
* Fixed wince compilation (Bug ID 0029319)
|
9 年之前 |
Károly Balogh
|
2b3bd71735
m68k: include CMPI in the CMP to TST optimization
|
9 年之前 |
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 年之前 |
florian
|
37cb35d780
+ support for the .code directive in arm inline assembler
|
9 年之前 |
florian
|
c3a293b727
* test name properly
|
9 年之前 |
joost
|
fa67338e64
* Added the option to use packages from external sources by setting the packagename to <url> and the DownloadURL
|
9 年之前 |
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 年之前 |
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 年之前 |
florian
|
d4d4689914
* use FormatMessageW in SysErrorMessage, resolves issue #29197
|
9 年之前 |
nickysn
|
77229a3cdf
* dosbox timeout increased to 100 seconds
|
9 年之前 |
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 年之前 |
michael
|
8282aea272
* Small whitespace patch from Sandro Cumerlato
|
9 年之前 |
michael
|
7c66a42eaf
* Initial MS-SQL server support for Data Dictionary
|
9 年之前 |
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 年之前 |
Károly Balogh
|
92e7c0b03f
m68k: assembler reader changes
|
9 年之前 |
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 年之前 |
michael
|
81b778f555
* Correction on previous patch
|
9 年之前 |
michael
|
3f5172933d
* var -> out for Runcommand
|
9 年之前 |
michael
|
9157a11b7e
* Applied partial patch from barlone to change var->out for IdentToInt
|
9 年之前 |
michael
|
ee2f34588d
* Fix bug #28258, missing UTF8ToString, patch by Stocki
|
9 年之前 |
michael
|
ca2b1f97ed
* Applied patch from José Mejuto to fix bug ID #27486
|
9 年之前 |
michael
|
9111c9263e
* Patch from Antônio Galvão to make an event sink: Implements ConnectEvents and DisConnectEvents. (bug ID 28377)
|
9 年之前 |
michael
|
ede4bac345
* Fixed bug ID #25110, patch from ocean
|
9 年之前 |
michael
|
6b3b3d5c0c
* Fix bug ID #29155, wrong declaration of ISTream.
|
9 年之前 |
sergei
|
b1ee3dd5e5
* m68k assembler reader: call tscannerfile.illegal_char instead of reimplementing it.
|
9 年之前 |
michael
|
bdde398a98
* NaturalCompare
|
9 年之前 |
michael
|
353f5340dc
* Patch from Ondrej Pokorny to implement - and * operators for TPointF
|
9 年之前 |
michael
|
96257e11d7
* Add widestrutils, delphi compatibility (Bug ID 28396)
|
9 年之前 |