| Commit message (Expand) | Author | Age | Files | Lines |
* | * Patch to allow changing TVarRec data (bug ID 26773) | michael | 2014-11-05 | 1 | -1/+1 |
* | * fixed i8086 ifdef (should be ifdef cpui8086, not i8086, because that's the | nickysn | 2014-08-08 | 1 | -2/+2 |
* | + added rtl helper for huge pointer subtraction | nickysn | 2014-07-06 | 1 | -0/+1 |
* | + added rtl helpers for huge pointer comparisons | nickysn | 2014-07-04 | 1 | -0/+7 |
* | + added rtl helpers for huge pointer arithmetic | nickysn | 2014-06-28 | 1 | -0/+12 |
* | - Removed fpc_pi_real compilerproc, it is no longer used. At least two releas... | sergei | 2014-04-07 | 1 | -1/+0 |
* | * Added {$ifdef ver2_6} around stuff which is no longer used but needed for b... | sergei | 2014-03-08 | 1 | -0/+2 |
* | Added support for 8-bit CPU's in RTL. Mostly for missing implementations of i... | laksen | 2014-03-04 | 1 | -0/+39 |
* | * fpc_raiseexception does not return a result. | sergei | 2014-02-22 | 1 | -1/+1 |
* | + support iso pascal like program parameters in iso mode | florian | 2014-01-12 | 1 | -0/+2 |
* | * fixes handling of typed files in iso mode | florian | 2014-01-12 | 1 | -1/+3 |
* | + added different mul helpers for the 32 to 64-bit muls, since they can usually | nickysn | 2014-01-05 | 1 | -0/+2 |
* | + support for arbitrary encodings in readstr/writestr | jonas | 2013-12-29 | 1 | -1/+1 |
* | * Return dynamic arrays in parameter, this was the only managed type still re... | sergei | 2013-12-04 | 1 | -2/+3 |
* | * updated all the RTL helper functions related to exceptions and stack traces... | nickysn | 2013-09-17 | 1 | -2/+2 |
* | * RTL: Changed 'shift' parameter of 64-bit shift helpers to CPU-native size, ... | sergei | 2013-09-13 | 1 | -4/+4 |
* | * changed fpc_(u)char_to_shortstr() from a procedure into a function, like | jonas | 2013-09-06 | 1 | -1/+5 |
* | * merge i8086 branch by Nikolay Nikolov | florian | 2013-04-25 | 1 | -4/+51 |
|\ |
|
| * | * the 'len' argument of fpc_shortstr_assign changed to smallint on 16-bit cpu... | nickysn | 2013-04-16 | 1 | -1/+1 |
| * | + added RTL helpers for Val() for longint/dword on 16/8-bit CPUs | nickysn | 2013-03-29 | 1 | -0/+18 |
| * | + added helper functions for read/readln longint/longword on 16/8-bit cpus | nickysn | 2013-03-28 | 1 | -0/+4 |
| * | * fpc_PushExceptAddr's parameter Ft changed from LongInt to SmallInt on 16-bi... | nickysn | 2013-03-28 | 1 | -1/+1 |
| * | + implmemented FPC_LONGJMP for i8086 | nickysn | 2013-03-28 | 1 | -1/+1 |
| * | + added Str() helpers for 32-bit ints for 16/8-bit CPUs | nickysn | 2013-03-25 | 1 | -0/+19 |
| * | + added write/writeln helpers in the RTL for writing longints/longwords on 16... | nickysn | 2013-03-25 | 1 | -0/+6 |
| * | + implemented FPC_SETJMP for the i8086 | nickysn | 2013-03-25 | 1 | -1/+1 |
* | | * fixed using readstr/writestr inside routines called from the parameter | jonas | 2013-03-17 | 1 | -8/+8 |
* | | * patch by Christophe Staïesse to implement more ISO-like read behaviour in ... | florian | 2013-03-17 | 1 | -0/+6 |
|/ |
|
* | * throw an error if threadvars are used but not supported | florian | 2013-01-19 | 1 | -2/+1 |
* | * fixed compilation for targets with internal stack checking after r23325 | jonas | 2013-01-06 | 1 | -0/+2 |
* | * pass the procdef to getintparaloc instead of only the proccalloption, so | jonas | 2013-01-06 | 1 | -3/+3 |
* | * made the pascal name of the string range checking helpers match | jonas | 2013-01-06 | 1 | -3/+3 |
* | - removed FPC 2.4 bootstrapping support | jonas | 2013-01-06 | 1 | -18/+0 |
* | Add fpc_longword_to_double | pierre | 2012-12-18 | 1 | -0/+3 |
* | + support for <text>^ in iso mode | florian | 2012-10-01 | 1 | -0/+1 |
* | * fix bootstrapping with 2.6.0 | florian | 2012-09-03 | 1 | -1/+1 |
* | + generic popcnt support | florian | 2012-09-02 | 1 | -0/+7 |
* | * moved g_test_self() from cgobj to hlcgobj | jonas | 2012-07-11 | 1 | -1/+1 |
* | * fpc_shortstr_assign as compilerproc, forgot to commit | jonas | 2012-06-25 | 1 | -0/+1 |
* | + also specify the parameter def when allocating a parameter via | jonas | 2012-06-24 | 1 | -1/+1 |
* | * converted code to trash variables (-gt) to operate at the node tree level, | jonas | 2012-05-26 | 1 | -1/+1 |
* | + implement auto inlining (-Ooautoinline) | florian | 2012-05-19 | 1 | -0/+1 |
* | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -200/+79 |
|\ |
|
| * | Add support for Default() intrinsic. For now this is only (fully) supported | svenbarth | 2012-03-25 | 1 | -0/+3 |
| * | rtl: remove spaces | paul | 2012-02-09 | 1 | -1/+1 |
| * | - Removed string conversion helpers that are not actually used by compiler co... | sergei | 2012-02-05 | 1 | -26/+0 |
| * | * Added fpc_dynarray_assign (a helper for dynamic array assignments), added l... | sergei | 2012-01-19 | 1 | -0/+1 |
| * | * Generate direct order of indexes passed to fpc_dynarray_setlength at compil... | sergei | 2012-01-10 | 1 | -1/+1 |
| * | * Changed code generation for variant assignments to typecast arguments to TV... | sergei | 2012-01-03 | 1 | -0/+5 |
| * | * get rid of some feature checks, probably the whole feature stuff is plainly... | florian | 2011-12-29 | 1 | -2/+2 |