summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* * Skip the test for aarch64.yury2020-01-271-1/+1
* * tests: When cross-testing, if possible, use the "ppc" native compiler to bu...yury2020-01-272-12/+31
* * avoid internalerror for dec/inc(...,v) with v>high(int64), resolves #35298florian2020-01-241-0/+16
* * take care of m_duplicate_names when checking for duplicate locals, resolv...florian2020-01-231-0/+30
* Add more debug information when verbose is setpierre2020-01-231-11/+51
* * also allow by-value open array parameters for the tail recursion optimizationsvenbarth2020-01-211-0/+20
* * enable tail recursion optimization also for const and constref open arrayssvenbarth2020-01-211-0/+69
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-214-2/+31
* * do for-loop unrolling after for-loop simplification, resolves #36589florian2020-01-191-0/+6
* * fix for #36554florian2020-01-111-0/+15
* * fix for Mantis #36544: provide an overall exception handler for the library...svenbarth2020-01-103-0/+44
* Add possibility to set explicitly TEST_COMMENT variable, set as Comment fiel...pierre2020-01-092-2/+9
* Avoid using <> for floating point values, check that abs of difference is sma...pierre2020-01-091-3/+3
* + Linux.fpstatx, resolves #36501florian2020-01-023-3/+30
* * unified loadnf_load_self_pointer into loadnf_load_addrflorian2019-12-301-0/+26
* * fix for Mantis #36496: correctly handle the function result alias variable ...svenbarth2019-12-304-0/+120
* * correctly handle reading of class/object pointers in combination with @, ...florian2019-12-281-0/+31
* * accept #26 as eof in iso mode, resolves #35136florian2019-12-281-0/+16
* + test for #26791, meanwhile fixedflorian2019-12-261-0/+12
* * when copying goto nodes take care if the label node is part of the copied...florian2019-12-251-0/+41
* * do not crash when an unsupported code page is encountered, resolves #35581florian2019-12-231-0/+16
* * patch by Bart Broersma to allow to declare "LongInt = AnsiString" comparisonflorian2019-12-221-0/+18
* * rework syntax for cblocks: now a cblock directive is requiredsvenbarth2019-12-147-5/+96
* * patch by J. Gareth Moreton: improve test and benchmark, resolves #35633florian2019-12-102-3/+7
* * fix J. Gareth Moreton to resolve #36389florian2019-12-091-0/+22
* * better error recovery, resolves #36397florian2019-12-051-0/+20
* * more currency fixes, should resolve #36176florian2019-12-031-1/+12
* * fix for Mantis #36388: correctly handle generic constraints when looking fo...svenbarth2019-12-023-0/+86
* * fix some currency issues, resolves #33963 and #36179florian2019-12-013-0/+143
* * adapt register if the size of the paraloc and the register differ, resolv...florian2019-11-301-0/+13
* * better error recovery, resolves #36377florian2019-11-291-0/+15
* * fix conversion from Objective-C class/protocol to tvarrec (store injonas2019-11-261-0/+31
* * warn only in delphi mode if an explicit enumeration value exceeds the ran...florian2019-11-252-1/+7
* * correctly handle the genericdef being a procdef, otherwise no code will be ...svenbarth2019-11-251-0/+33
* + add test for a problem reported by Michael van Canneyt which is fixed by th...svenbarth2019-11-241-0/+915
* * naming of tests fixedflorian2019-11-163-0/+0
* * relax conditions in tcallnode.optimize_funcret_assignment, resolves #36279florian2019-11-161-0/+10
* * fixed missing masking of values after shifting them during inlinejonas2019-11-161-0/+15
* Regenerate all Makefile's after commit #43472pierre2019-11-154-14/+28
* * check in the internal assembler for references with incorrect use of RIPflorian2019-11-131-0/+7
* * fixed test for non-64 bit platformsjonas2019-11-111-0/+9
* + readded accidently deleted fileflorian2019-11-101-0/+13
* -- Zusammenführen von r43307 bis r43443 in ».«:florian2019-11-102-15/+137
* + tests for r43436jonas2019-11-103-0/+45
* * also advance the error code in the case of successsvenbarth2019-11-081-0/+1
* + add support for the IsManagedType() intrinsics which reports for a type (or...svenbarth2019-11-062-0/+104
* * patch by Christo Crause: reg. allocation information if non-volatile regi...florian2019-11-041-0/+18
* * test for tw36212florian2019-11-031-0/+40
* * do not join register deallocations/allocations as it makes no use and cau...florian2019-11-031-0/+32
* * reverted r43366florian2019-11-031-40/+0