michael
|
60cd15dda0
* Add small comment indicating possible improvement (last use of testsuite.tests)
|
9 years ago |
michael
|
caec08e795
* Hopefully fix bug #29722 (wrong handling of TTestItem list)
|
9 years ago |
sergei
|
cad30aaee9
* x86_64: Modified fpc_exp_real so it does not use 'sahf' assembler instruction, which may be not present on early 64-bit capable x86 processors. Mantis #29583.
|
9 years ago |
Jonas Maebe
|
c93e8a51cd
* fixed test result after r33201
|
9 years ago |
Jonas Maebe
|
60632d0f18
* changed first parameter of gen_digits_32/64() from 'out' to 'var', as that
|
9 years ago |
Jonas Maebe
|
741c91275a
- removed "const" from first parameter of check_configfile(), because that
|
9 years ago |
Jonas Maebe
|
70cd8f6e59
- removed overflow, so the test also works with constant propagation and -Co
|
9 years ago |
Jonas Maebe
|
38fd0efa3b
* don't conditionalise BL on ARM, because it may have to be converted to
|
9 years ago |
Jonas Maebe
|
0e97811b50
+ initialise managed string function results with an error string when
|
9 years ago |
florian
|
3499c59872
* update of German messages files by Karl-Michael Schindler, resolves #29628
|
9 years ago |
florian
|
cb4773432b
+ hardfloat directive (arm only): use hard float calling conventions regardless of the abi, resolves #29715
|
9 years ago |
Jonas Maebe
|
7005dec9b4
* equivalent of r32602 for subscriptnodes; couldn't find a test that fails
|
9 years ago |
michael
|
805385791b
* Change some types from integer to sizeint (bug ID 29789)
|
9 years ago |
Jonas Maebe
|
0da80d1a15
* use is_objccategory() instead of just checking for oo_is_classhelper when
|
9 years ago |
Jonas Maebe
|
a0296d7311
* fixed indentation
|
9 years ago |
Jonas Maebe
|
315b32918e
+ Tconstexprint-version of ispowerof2() to correctly deal with constants
|
9 years ago |
Jonas Maebe
|
3e59c05ecc
* only check trecorddef(self).contains_cross_aword_field (for checking
|
9 years ago |
florian
|
c564acd378
* fix assembling of vfnm*
|
9 years ago |
florian
|
e1546303f8
+ enable use of vfma and friends on arm when doing fastmath optimizations
|
9 years ago |
florian
|
ad71b8348e
* S1..S15 do not need to be marked as volatile as they are sub-registers of double size registers
|
9 years ago |
florian
|
6207a53f5d
* never allocate odd numbered single-sized registers
|
9 years ago |
florian
|
234990b73c
+ fma test program extended to support arm
|
9 years ago |
florian
|
84bb46a35d
+ cpu unit for arm (linux only so far)
|
9 years ago |
florian
|
d13246cea4
+ handle FMA instructions in taicpu.spilling_get_operation_type
|
9 years ago |
florian
|
1c067e96bf
* fix VFPv4 support
|
9 years ago |
florian
|
43746685a5
+ fma support for arm
|
9 years ago |
Jonas Maebe
|
096e1c45d6
* don't keep records in registers if they contain a field that spans the
|
9 years ago |
Jonas Maebe
|
7a966345e5
* don't recalculate the regable info when dereferencing a symbol's vardef:
|
9 years ago |
Jonas Maebe
|
2483ad5939
* factored out code to set the "regable" information from setvardef, and
|
9 years ago |
Jonas Maebe
|
9788bb1316
* fixed check regarding whether a field is in the first or second word of
|
9 years ago |