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 години |