| Commit message (Expand) | Author | Age | Files | Lines |
* | - removes accidently commited comments for testing | florian | 2014-03-22 | 1 | -2/+2 |
* | + support for FASM output, using it for testing does not work though, see rea... | florian | 2014-03-22 | 4 | -7/+32 |
* | * avoid internal error if an empty record is assigned to a function result, r... | florian | 2014-03-21 | 1 | -0/+14 |
* | * don't change the forward/interface definition of regular forward/interface | jonas | 2014-03-20 | 3 | -0/+59 |
* | * enabled fma instruction as the compiler knows them since r27209 | florian | 2014-03-20 | 1 | -2/+1 |
* | + support for FMA instructions in inline assembler | florian | 2014-03-20 | 2 | -4/+143 |
* | + functions for FMA and AVX2 detection | florian | 2014-03-20 | 3 | -4/+56 |
* | * merged avx2 branch, developed by Torsten Grundke | florian | 2014-03-20 | 2 | -9/+199 |
* | * Fixed comment. | sergei | 2014-03-19 | 1 | -1/+2 |
* | + support for nested classes in the WPO devirtualisation and VMT | jonas | 2014-03-16 | 1 | -0/+17 |
* | - rm packset 1, because that's already the default in delphi mode | nickysn | 2014-03-16 | 1 | -2/+0 |
* | * Changed the default packset setting to 1 and disabled the padding of 3-byte | nickysn | 2014-03-14 | 2 | -8/+31 |
* | * also check for targets not supporting -gc/checkpointer functionality in | jonas | 2014-03-13 | 1 | -0/+8 |
* | * disallow 64-bit property index specifiers on 64-bit CPUs, since they were not | nickysn | 2014-03-09 | 1 | -0/+18 |
* | * objpas.integer=smallint fixes in several tests | nickysn | 2014-03-09 | 7 | -17/+17 |
* | * 16-bit objpas.integer type fixes in Math.DivMod | nickysn | 2014-03-09 | 1 | -17/+17 |
* | * fixed test tbsx1.pp for a 16-bit objpas.integer type | nickysn | 2014-03-09 | 1 | -1/+1 |
* | + test for windows which tests if an .rc file can be really compiled into an ... | florian | 2014-03-09 | 2 | -0/+63 |
* | * win64 ignores -Cg | florian | 2014-03-09 | 1 | -1/+1 |
* | * handle for ... in on arrays of constant correctly, resolves also #25838 | florian | 2014-03-09 | 2 | -0/+53 |
* | * since we only build the deref for tprocdef.localst when we're | jonas | 2014-03-04 | 2 | -0/+37 |
* | + support for specifying an optional command line parameter to use during a | jonas | 2014-03-04 | 3 | -6/+14 |
* | * prevent a temp. register allocated during spilling being immediately spille... | florian | 2014-03-02 | 1 | -0/+15 |
* | * set PIC defines earlier, resolve #25788 | florian | 2014-03-02 | 1 | -0/+17 |
* | * document the known delphi xe3 64-bit test failures | nickysn | 2014-02-28 | 1 | -2/+16 |
* | - removed cwstring again, it's not needed and breaks compilation of the test | jonas | 2014-02-27 | 1 | -1/+0 |
* | * Fixed all tests to be D2009+ compatible | michael | 2014-02-27 | 12 | -20/+36 |
* | * fixed the type conversions of the 'and' operator to be Delphi compatible. F... | nickysn | 2014-02-25 | 1 | -0/+293 |
* | * Fixed test so the same result as in Delphi | michael | 2014-02-25 | 1 | -1/+6 |
* | * Added tests for various strutils functions by Karl-Michael Schindler (bug I... | michael | 2014-02-22 | 7 | -0/+374 |
* | * skip dec/inc type checking in unspecialized generic methods, resolves #25603 | florian | 2014-02-22 | 1 | -0/+28 |
* | Fix cycling after addition of the new case simplification. | svenbarth | 2014-02-21 | 1 | -0/+42 |
* | Implement simplification of ordinal case nodes if the case expression is cons... | svenbarth | 2014-02-21 | 1 | -0/+169 |
* | * do not crash on invalid property declaration, resolves #23980 | florian | 2014-02-19 | 1 | -0/+8 |
* | + test for #24410 so it does not popup again | florian | 2014-02-18 | 1 | -0/+9 |
* | * properly simplify not(<const. cbool>), resolves #25255 | florian | 2014-02-16 | 1 | -0/+10 |
* | 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/+0 |
* | * explicitly type cast constants so the compiler does not use smaller types i... | florian | 2014-02-14 | 1 | -3/+3 |
* | * Fixed upper limit in tbits.findnextbit, Mantis #25398. | sergei | 2014-02-11 | 1 | -0/+26 |
* | * Added test for IsWild function by Karl-Michael Schindler | michael | 2014-02-11 | 1 | -0/+130 |
* | * renamed test, resolves #25696 | florian | 2014-02-08 | 1 | -0/+0 |
* | + nf_addr_taken: it marks nodes which address is taken | florian | 2014-02-07 | 1 | -0/+8 |
* | * mipsel-android: Added C object files for tests. | yury | 2014-02-07 | 8 | -2/+3 |
* | * mipsel-android: Regenerated makefiles. From now the mipsel-android target c... | yury | 2014-02-07 | 4 | -16/+77 |
* | + test for last commit | florian | 2014-02-06 | 1 | -0/+18 |
* | * 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 | 2 | -2/+2 |