summaryrefslogtreecommitdiff
path: root/tests/test
Commit message (Expand)AuthorAgeFilesLines
* 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/+130
* * renamed test, resolves #25696florian2014-02-081-0/+0
* * mipsel-android: Added C object files for tests.yury2014-02-078-2/+3
* * 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-301-1/+1
* + fixed mistyped call to BsfWord in test tbsx1.ppnickysn2014-01-261-1/+1
* * fixed output of test if a failure happensflorian2014-01-181-7/+7
* * convert array indices always to s32int, because that is the index type usedjonas2014-01-152-0/+6
* * fixed testflorian2014-01-121-1/+1
* + support for arbitrary encodings in readstr/writestrjonas2013-12-291-0/+33
* * use new shl/shr constant folding (of r26295) only if forinline is setflorian2013-12-291-0/+8
* * fix testflorian2013-12-291-1/+2
* * disable constant propagation for tests which will cause a regression becaus...florian2013-12-283-0/+3
* + tests for dead store removalflorian2013-12-285-0/+70
* * Changed test so it provides different exit codes depending on the failed as...sergei2013-12-251-5/+23
* * run CheckAndWarn to get proper locations for warnings about uninitialized v...florian2013-12-0114-0/+226
* * take of life of tlabelnode.left, the test does not test this however becaus...florian2013-11-131-0/+14
* * small extension of the testjonas2013-11-121-0/+16
* + noreturn directiveflorian2013-11-101-0/+16
* * fix test so it works with const. propagation and does throws the range chec...florian2013-11-061-2/+1
* * fixed compilation of new str<->float code on the JVM target (patch byjonas2013-11-062-4/+8
* * readded halt(1) temporarily removed for testing and accidentally committedjonas2013-10-311-0/+1
* + re-implementation of real->string and string->real conversion routinesjonas2013-10-314-8/+11
* * fixed some bugs in the camelCase conversion performed on the JVM target byjonas2013-10-232-0/+18
* * fixed test/cg/tcall1.pp for i8086nickysn2013-10-201-1/+1
* * fixed test tmaclocalprocparam4c.pp for i8086 medium memory modelnickysn2013-10-191-1/+1
* * fixed test tmacprocvar for i8086 far code memory modelsnickysn2013-10-181-0/+8
* * fixed test units/system/tassignd.pp for i8086 medium/compact memory modelnickysn2013-10-181-1/+4
* * fixed tests tprocvar1 and tprocvar3 for i8086 medium/compact memory modelnickysn2013-10-182-8/+11
* * fixed test tchlp24 for i8086 medium/compact memory modelsnickysn2013-10-181-2/+5
* + added test tlea2.pp, which tests the LEA instruction with a 64-bit, 32-bit andnickysn2013-10-171-0/+66
* + support LEA with 16-bit operand sizenickysn2013-10-171-0/+87
* * fixed test tintuint for i8086 medium memory modelnickysn2013-10-151-1/+1
* * fixed LdrLdr2LdrMov optimisation in case the first and second ldr havejonas2013-10-141-0/+23
* * fixed LsrAnd2Lsr test by replacing the existing buggy check with comparingjonas2013-10-141-0/+15
* compiler:paul2013-10-084-0/+27
* * optimize also tail calls, if it is a simple procedureflorian2013-10-061-0/+3
* + added { on} to test tfarcal1.ppnickysn2013-09-241-0/+1
* Implement cross unit type overloading of generics. This fixes the regression ...svenbarth2013-09-185-0/+81
* Fix for Mantis #25041 . Correctly set CurrentThreadVar for those tthread.inc ...svenbarth2013-09-171-0/+41
* * fixed test cg/taddr2.pp for i8086 medium memory modelnickysn2013-09-171-1/+1
* Fix for Mantis #23899 . Allow to overwrite TStringList.ExchangeItems if neces...svenbarth2013-09-131-0/+78
* + added an i8086 test tfarcal1.pp, which tests calling a far procedure from w...nickysn2013-09-081-0/+91
* o merged cpstrrtl branch (includes unicode branch). In general, this addsjonas2013-09-0616-1/+1582
|\
| * * synchronized with trunk up to and including r25430cpstrrtljonas2013-09-0637-2/+343058
| |\ | |/ |/|
* | * perform -CTlowercaseprocstart conversion it tprocsym.create rather thanjonas2013-08-291-0/+40
* | + -CTinitlocals switch for the JVM that initialises all local variablesjonas2013-08-293-1/+66