summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - removes accidently commited comments for testingflorian2014-03-221-2/+2
* + support for FASM output, using it for testing does not work though, see rea...florian2014-03-224-7/+32
* * avoid internal error if an empty record is assigned to a function result, r...florian2014-03-211-0/+14
* * don't change the forward/interface definition of regular forward/interfacejonas2014-03-203-0/+59
* * enabled fma instruction as the compiler knows them since r27209florian2014-03-201-2/+1
* + support for FMA instructions in inline assemblerflorian2014-03-202-4/+143
* + functions for FMA and AVX2 detectionflorian2014-03-203-4/+56
* * merged avx2 branch, developed by Torsten Grundkeflorian2014-03-202-9/+199
* * Fixed comment.sergei2014-03-191-1/+2
* + support for nested classes in the WPO devirtualisation and VMTjonas2014-03-161-0/+17
* - rm packset 1, because that's already the default in delphi modenickysn2014-03-161-2/+0
* * Changed the default packset setting to 1 and disabled the padding of 3-bytenickysn2014-03-142-8/+31
* * also check for targets not supporting -gc/checkpointer functionality injonas2014-03-131-0/+8
* * disallow 64-bit property index specifiers on 64-bit CPUs, since they were notnickysn2014-03-091-0/+18
* * objpas.integer=smallint fixes in several testsnickysn2014-03-097-17/+17
* * 16-bit objpas.integer type fixes in Math.DivModnickysn2014-03-091-17/+17
* * fixed test tbsx1.pp for a 16-bit objpas.integer typenickysn2014-03-091-1/+1
* + test for windows which tests if an .rc file can be really compiled into an ...florian2014-03-092-0/+63
* * win64 ignores -Cgflorian2014-03-091-1/+1
* * handle for ... in on arrays of constant correctly, resolves also #25838florian2014-03-092-0/+53
* * since we only build the deref for tprocdef.localst when we'rejonas2014-03-042-0/+37
* + support for specifying an optional command line parameter to use during ajonas2014-03-043-6/+14
* * prevent a temp. register allocated during spilling being immediately spille...florian2014-03-021-0/+15
* * set PIC defines earlier, resolve #25788florian2014-03-021-0/+17
* * document the known delphi xe3 64-bit test failuresnickysn2014-02-281-2/+16
* - removed cwstring again, it's not needed and breaks compilation of the testjonas2014-02-271-1/+0
* * Fixed all tests to be D2009+ compatiblemichael2014-02-2712-20/+36
* * fixed the type conversions of the 'and' operator to be Delphi compatible. F...nickysn2014-02-251-0/+293
* * Fixed test so the same result as in Delphimichael2014-02-251-1/+6
* * Added tests for various strutils functions by Karl-Michael Schindler (bug I...michael2014-02-227-0/+374
* * skip dec/inc type checking in unspecialized generic methods, resolves #25603florian2014-02-221-0/+28
* Fix cycling after addition of the new case simplification.svenbarth2014-02-211-0/+42
* Implement simplification of ordinal case nodes if the case expression is cons...svenbarth2014-02-211-0/+169
* * do not crash on invalid property declaration, resolves #23980florian2014-02-191-0/+8
* + test for #24410 so it does not popup againflorian2014-02-181-0/+9
* * properly simplify not(<const. cbool>), resolves #25255florian2014-02-161-0/+10
* Add a modeswitch for type helpers as discussed in core on 24th October 2013. ...svenbarth2014-02-1613-0/+52
* * moved test because it tests a certain functionalty and was made solely to t...florian2014-02-151-0/+0
* * explicitly type cast constants so the compiler does not use smaller types i...florian2014-02-141-3/+3
* * Fixed upper limit in tbits.findnextbit, Mantis #25398.sergei2014-02-111-0/+26
* * Added test for IsWild function by Karl-Michael Schindlermichael2014-02-111-0/+130
* * renamed test, resolves #25696florian2014-02-081-0/+0
* + nf_addr_taken: it marks nodes which address is takenflorian2014-02-071-0/+8
* * mipsel-android: Added C object files for tests.yury2014-02-078-2/+3
* * mipsel-android: Regenerated makefiles. From now the mipsel-android target c...yury2014-02-074-16/+77
* + test for last commitflorian2014-02-061-0/+18
* * Fixed exception handling in constructors of TP-style objects to correctly h...sergei2014-02-051-1/+41
* * TP-style object destructors do not need actual VMT in hidden parameter, a c...sergei2014-02-031-0/+32
* * delete test file immediately after they were used, external tools might get...florian2014-02-021-0/+4
* * tests fail if dead values are optimized so disable dead value optimization ...florian2014-01-302-2/+2