fpc/rtl/arm
svenbarth 432fcd52bc Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk:
* fix for Mantis #37042: apply patch and test (adjusted for Big Endian) by Bi0T1N to add support for TBitConverter
........
* avoid range check error when using SwapEndian with 16-bit constants
+ added test
........
* readd SmallInt typecasts to SmallInt overload of SwapEndian
........
* when removing a method from the synchronization queue using TThread.RemoveQueuedEvent then both the Code and the Data need to match (Delphi does the same)
+ added test
........
* simplify TThread.RemoveQueuedEvent - decide what to delete and not what to leave (better corresponds with the docs)
........
+ add ability to specify a SQLite VFS when opening a SQLite database
........
* fix test: TThread.WaitFor calls CheckSynchronize as well, so the thread needs to signal when it's done with removing entries from the queue
........

git-svn-id: branches/fixes_3_2@47782 -
2020-12-15 22:31:59 +00:00
..
arm.inc Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk: 2020-12-15 22:31:59 +00:00
armdefines.inc * arm-android: Use kuser_memory_barrier by default. 2015-10-17 16:07:04 +00:00
cpu.pp + cpu unit for arm (linux only so far) 2016-03-06 13:33:20 +00:00
cpuh.inc * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 2017-11-01 16:33:30 +00:00
divide.inc new division helpers for ARM by Nico Erfurth. on our ARMv5 core hardware they're 22%-36% faster than the generic ones for the most common case. 2014-07-29 17:39:55 +00:00
int64p.inc * split fpc_mul_<64 bit> into separate procedures with and without overflow checking 2017-02-19 19:15:14 +00:00
makefile.cpu * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 2017-11-01 16:33:30 +00:00
math.inc * fix VFPv4 support 2016-03-06 13:33:16 +00:00
mathu.inc * fix VFPv4 support 2016-03-06 13:33:16 +00:00
set.inc
setjump.inc ------------------------------------------------------------------------ 2020-03-27 21:49:47 +00:00
setjumph.inc * fix VFPv4 support 2016-03-06 13:33:16 +00:00
strings.inc Fix some minor UMULL, and FPv4_S16 define problems 2015-09-06 20:14:16 +00:00
stringss.inc
thumb2.inc Add missing NOP, and B instruction forms. 2014-12-27 13:23:02 +00:00
thumb.inc * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 2014-03-20 22:44:46 +00:00