sergei
|
958954890e
A big update of x86 instruction table, part 2:
|
14 жил өмнө |
sergei
|
86d0c7f4c5
* x86 assembler: write REX prefix before the first literal byte of instruction (this becomes possible once the instruction table has all $66,$F2,$F3 prefixes changed to non-literal control codes). This way it is no longer necessary to manually specify position of REX in every instruction entry (code \323 becomes obsolete), and the situation when REX is not written (IE 200603191) is hopefully gone forever.
|
14 жил өмнө |
joost
|
3064726d71
* Fixed detection of empty cleanup-directories on non-Dos/Windows
|
14 жил өмнө |
marco
|
f9c2a7ad51
* patch adding functions and sorting order according to documentation order by Darius B. Mantis 19138
|
14 жил өмнө |
sergei
|
3b979fef6d
* Re-commit r17437 after more testing and fixing aasmcpu.pp in r17449.
|
14 жил өмнө |
joost
|
ce35e121ba
* Reverted r17386 because object file is used for debugging on Darwin, bug #19322
|
14 жил өмнө |
michael
|
3958c2bf94
* Forgot to commit
|
14 жил өмнө |
sergei
|
6d0d8734e0
* x86 assembler: operand type declarations rewritten using expressions instead of literal numbers where possible. Reassigned bit values to match the current NASM (the values themselves don't actually matter and can be chosen pretty arbitrary. What matters is the clean separation between different parts of the bitmask. In particular, the old value of XMM register class bit was equal to OT_BITS80, causing matching algorithm to effectively ignore it and accept e.g. MMX registers in place of XMM ones, part of Mantis #14387).
|
14 жил өмнө |
michael
|
1a7c78b120
* Moved files to src subdirectory
|
14 жил өмнө |
michael
|
93c02fe315
* Added fppkg
|
14 жил өмнө |
michael
|
e99826618f
* Moved fppkg units to package
|
14 жил өмнө |
michael
|
30fbe42d7b
* Added iniwebsession
|
14 жил өмнө |
michael
|
bc25040332
* Fixed
|
14 жил өмнө |
michael
|
9214ef8c96
* Reworked session management.
|
14 жил өмнө |
sekelsenmat
|
01e916e6f5
fpvectorial: Improves the svg reader and adds a file modification example
|
14 жил өмнө |
michael
|
94cc1eef04
* Patch from Darius to fix 19348
|
14 жил өмнө |
sergei
|
b257231203
* Revert r17437, it breaks builds with -O2 and builds on i386 (although -O- on x86_64 is ok).
|
14 жил өмнө |
sergei
|
1d81a1244b
A big update of x86 instruction table, part 1 (mostly SIMD instructions):
|
14 жил өмнө |
sergei
|
de8ae0f873
x86 assembler improvements:
|
14 жил өмнө |
joost
|
428915a90b
* Patch from Ladislav Karrach to fix problems when closing TSQLQueries when the connection is not active, bug #17623
|
14 жил өмнө |
sergei
|
6739cec2b9
* Flagged with NOX86_64 instructions/encodings that are invalid in 64-bit mode.
|
14 жил өмнө |
sergei
|
9bb0dc6cfe
* mkx86ins.pp: ot_signed flag must not be set by literal opcodes. Ignore 2- and 3-byte literal sequences, not just 1-byte ones.
|
14 жил өмнө |
michael
|
3167cd628b
Fixed misnamed sqlite3_value_cint (bug ID 19332)
|
14 жил өмнө |
sekelsenmat
|
f7b6f77ff5
fpvectorial: adds new overloaded read/write methods which auto-detect the format
|
14 жил өмнө |
joost
|
8def31ec0c
* Adapted time-field tests for some differences between databases
|
14 жил өмнө |
joost
|
c906f78b4a
* Fixed typo(?) in r17424
|
14 жил өмнө |
joost
|
2ad62c4754
* Added ftFmtBCD param support, from Ladislav Karrach, bug #18809
|
14 жил өмнө |
joost
|
0e56e188f8
* Simplified formatting of timeinterval strings, bug #18763
|
14 жил өмнө |
Jonas Maebe
|
2c94ef0f09
* quote the path to the assembler if necessary when using popen(), since
|
14 жил өмнө |
Jonas Maebe
|
1b5fed238a
* don't quote the Darwin syslibroot path in link.res, it's not reinterpreted
|
14 жил өмнө |