| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a modeswitch for type helpers as discussed in core on 24th October 2013. ... | svenbarth | 2014-02-16 | 13 | -0/+52 |
* | * moved test because it tests a certain functionalty and was made solely to t... | florian | 2014-02-15 | 1 | -0/+130 |
* | * renamed test, resolves #25696 | florian | 2014-02-08 | 1 | -0/+0 |
* | * mipsel-android: Added C object files for tests. | yury | 2014-02-07 | 8 | -2/+3 |
* | * Fixed exception handling in constructors of TP-style objects to correctly h... | sergei | 2014-02-05 | 1 | -1/+41 |
* | * TP-style object destructors do not need actual VMT in hidden parameter, a c... | sergei | 2014-02-03 | 1 | -0/+32 |
* | * delete test file immediately after they were used, external tools might get... | florian | 2014-02-02 | 1 | -0/+4 |
* | * tests fail if dead values are optimized so disable dead value optimization ... | florian | 2014-01-30 | 1 | -1/+1 |
* | + fixed mistyped call to BsfWord in test tbsx1.pp | nickysn | 2014-01-26 | 1 | -1/+1 |
* | * fixed output of test if a failure happens | florian | 2014-01-18 | 1 | -7/+7 |
* | * convert array indices always to s32int, because that is the index type used | jonas | 2014-01-15 | 2 | -0/+6 |
* | * fixed test | florian | 2014-01-12 | 1 | -1/+1 |
* | + support for arbitrary encodings in readstr/writestr | jonas | 2013-12-29 | 1 | -0/+33 |
* | * use new shl/shr constant folding (of r26295) only if forinline is set | florian | 2013-12-29 | 1 | -0/+8 |
* | * fix test | florian | 2013-12-29 | 1 | -1/+2 |
* | * disable constant propagation for tests which will cause a regression becaus... | florian | 2013-12-28 | 3 | -0/+3 |
* | + tests for dead store removal | florian | 2013-12-28 | 5 | -0/+70 |
* | * Changed test so it provides different exit codes depending on the failed as... | sergei | 2013-12-25 | 1 | -5/+23 |
* | * run CheckAndWarn to get proper locations for warnings about uninitialized v... | florian | 2013-12-01 | 14 | -0/+226 |
* | * take of life of tlabelnode.left, the test does not test this however becaus... | florian | 2013-11-13 | 1 | -0/+14 |
* | * small extension of the test | jonas | 2013-11-12 | 1 | -0/+16 |
* | + noreturn directive | florian | 2013-11-10 | 1 | -0/+16 |
* | * fix test so it works with const. propagation and does throws the range chec... | florian | 2013-11-06 | 1 | -2/+1 |
* | * fixed compilation of new str<->float code on the JVM target (patch by | jonas | 2013-11-06 | 2 | -4/+8 |
* | * readded halt(1) temporarily removed for testing and accidentally committed | jonas | 2013-10-31 | 1 | -0/+1 |
* | + re-implementation of real->string and string->real conversion routines | jonas | 2013-10-31 | 4 | -8/+11 |
* | * fixed some bugs in the camelCase conversion performed on the JVM target by | jonas | 2013-10-23 | 2 | -0/+18 |
* | * fixed test/cg/tcall1.pp for i8086 | nickysn | 2013-10-20 | 1 | -1/+1 |
* | * fixed test tmaclocalprocparam4c.pp for i8086 medium memory model | nickysn | 2013-10-19 | 1 | -1/+1 |
* | * fixed test tmacprocvar for i8086 far code memory models | nickysn | 2013-10-18 | 1 | -0/+8 |
* | * fixed test units/system/tassignd.pp for i8086 medium/compact memory model | nickysn | 2013-10-18 | 1 | -1/+4 |
* | * fixed tests tprocvar1 and tprocvar3 for i8086 medium/compact memory model | nickysn | 2013-10-18 | 2 | -8/+11 |
* | * fixed test tchlp24 for i8086 medium/compact memory models | nickysn | 2013-10-18 | 1 | -2/+5 |
* | + added test tlea2.pp, which tests the LEA instruction with a 64-bit, 32-bit and | nickysn | 2013-10-17 | 1 | -0/+66 |
* | + support LEA with 16-bit operand size | nickysn | 2013-10-17 | 1 | -0/+87 |
* | * fixed test tintuint for i8086 medium memory model | nickysn | 2013-10-15 | 1 | -1/+1 |
* | * fixed LdrLdr2LdrMov optimisation in case the first and second ldr have | jonas | 2013-10-14 | 1 | -0/+23 |
* | * fixed LsrAnd2Lsr test by replacing the existing buggy check with comparing | jonas | 2013-10-14 | 1 | -0/+15 |
* | compiler: | paul | 2013-10-08 | 4 | -0/+27 |
* | * optimize also tail calls, if it is a simple procedure | florian | 2013-10-06 | 1 | -0/+3 |
* | + added { on} to test tfarcal1.pp | nickysn | 2013-09-24 | 1 | -0/+1 |
* | Implement cross unit type overloading of generics. This fixes the regression ... | svenbarth | 2013-09-18 | 5 | -0/+81 |
* | Fix for Mantis #25041 . Correctly set CurrentThreadVar for those tthread.inc ... | svenbarth | 2013-09-17 | 1 | -0/+41 |
* | * fixed test cg/taddr2.pp for i8086 medium memory model | nickysn | 2013-09-17 | 1 | -1/+1 |
* | Fix for Mantis #23899 . Allow to overwrite TStringList.ExchangeItems if neces... | svenbarth | 2013-09-13 | 1 | -0/+78 |
* | + added an i8086 test tfarcal1.pp, which tests calling a far procedure from w... | nickysn | 2013-09-08 | 1 | -0/+91 |
* | o merged cpstrrtl branch (includes unicode branch). In general, this adds | jonas | 2013-09-06 | 16 | -1/+1582 |
|\ |
|
| * | * synchronized with trunk up to and including r25430cpstrrtl | jonas | 2013-09-06 | 37 | -2/+343058 |
| |\
| |/
|/| |
|
* | | * perform -CTlowercaseprocstart conversion it tprocsym.create rather than | jonas | 2013-08-29 | 1 | -0/+40 |
* | | + -CTinitlocals switch for the JVM that initialises all local variables | jonas | 2013-08-29 | 3 | -1/+66 |