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