joost
|
9969da8aa9
* Added some include files to fpmake.pp
|
hace 10 años |
joost
|
c3c2fa1ede
* Added aspelltypes.inc to fpmake.pp
|
hace 10 años |
joost
|
502eee8f80
* Fixed building fpmkunit with tar-support, but without zstream
|
hace 10 años |
nickysn
|
b0130c008d
+ show the full segment:offset value of far and huge pointer const nodes in the node tree generated by -vp
|
hace 10 años |
nickysn
|
e325cf1126
* fixed internconsts with two arguments. This allows compile time evaluation of ptr(const,const) on i8086 and i386.
|
hace 10 años |
yury
|
6537b99ac3
* i386: Fixed detection of a peephole optimization using CMOV.
|
hace 10 años |
yury
|
5771073e0b
* Fixed general peephole optimization of conditional jumps after r30446. It has been broken, since r30446 had added some IsJumpToLabel() checks, which tests for unconditional jump, but the optimization code expects also conditional jumps.
|
hace 10 años |
nickysn
|
3d2919acae
+ added an i8086 asm optimized implementation of fpc_pchar_length
|
hace 10 años |
yury
|
35ff024f03
* mips: Fixed internal error 2014061703 when optimization are enabled.
|
hace 10 años |
yury
|
4ae1d23909
* tinterlockedmt test: Increased timeout.
|
hace 10 años |
nickysn
|
520f7226aa
+ added test for i8086 inline asm far and near indirect jmps as well
|
hace 10 años |
nickysn
|
2fbcdaf7d5
* fix typo
|
hace 10 años |
nickysn
|
bdf719c4df
* updated comment to inform that 'call far reg' is not a valid x86 instruction
|
hace 10 años |
nickysn
|
c5aa64bc2c
+ added an i8086 inline asm test for the indirect near and far call instructions
|
hace 10 años |
nickysn
|
09218c88aa
+ optimizations in tcg8086.g_flags2reg for the case where the carry flag or the
|
hace 10 años |
michael
|
71a6138a17
* Patch from Silvio Clecio to update fpmake targets and properties
|
hace 10 años |
michael
|
4f649f34d0
* Patch from Silvio Clecio to update to 0.9.43 headers
|
hace 10 años |
nickysn
|
8eceb73dd4
* also use an 8-bit zero constant for string comparisons with the empty string.
|
hace 10 años |
Jonas Maebe
|
9437d0e4d8
* Linux/AArch64 must also copy value parameters passed by reference on the
|
hace 10 años |
yury
|
9bece502a0
* tinterlockedmt test: Reworked test for InterlockedCompareExchange to be more robust.
|
hace 10 años |
Jeppe Johansen
|
eadd93dbae
Most if not all instructions for thumb use only 2 operand rw forms. Changed get_oper_type to match that. It was previously creating bad spilling.
|
hace 10 años |
nickysn
|
a20428f246
* when doing a string comparison that calls an rtl helper, compare the function
|
hace 10 años |
nickysn
|
db7b743139
* yet another longint replaced with objpasint in fpc_shortstr_compare_equal
|
hace 10 años |
nickysn
|
b561b3c2ba
* use objpasint (generates better code on 16-bit and 8-bit cpus) instead of
|
hace 10 años |
pierre
|
854d04bb46
Fix missing aarch64 CPU in ShowHistory for one test
|
hace 10 años |
yury
|
325a79b81b
* tinterlockedmt test: Another fix to improve threads synchronization. Should fix slow execution on some systems.
|
hace 10 años |
pierre
|
89f5b65bbf
New aarch64-linux gcc compiled objects generated on GCC Compile Farm gcc115 machine
|
hace 10 años |
blikblum
|
9aa6ea2255
Implement OnFilterRecord
|
hace 10 años |
sergei
|
72f60de3c4
* Added two test cases from Mantis #28584. The issue itself has been fixed with r31475 and r31582.
|
hace 10 años |
yury
|
3344188f3e
* tinterlockedmt: Minor improvement.
|
hace 10 años |