| Commit message (Expand) | Author | Age | Files | Lines |
* | * patch by Jeppe Johansen to fix thumb2 epilog generation, resolves #18392 | florian | 2011-04-05 | 1 | -2/+8 |
* | * patch by Simon Ley to improve move on arm: unneeded plds are removed, resol... | florian | 2011-04-05 | 1 | -3/+0 |
* | o patch by Jeppe Johansen to fix mantis #17472: | jonas | 2010-12-24 | 1 | -1/+1 |
* | * don't change the fpu control word in the initialisation code of dynamic | jonas | 2010-11-14 | 1 | -1/+3 |
* | + initial implementation of iso style gotos in iso mode | florian | 2010-08-05 | 2 | -4/+4 |
* | * thumb2 opcode fixes by Jeppe Johansen, resolves #16306 | florian | 2010-04-21 | 1 | -2/+4 |
* | * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 | jonas | 2009-12-04 | 4 | -11/+77 |
* | * the bits in the VFP fpscr don't mask exceptions, but enable them | jonas | 2009-12-04 | 1 | -25/+25 |
* | o added ARM VPFv2/VFPv3 support: | jonas | 2009-12-03 | 5 | -9/+302 |
* | * merged armthum branch | florian | 2009-10-04 | 3 | -4/+779 |
* | * return 0 for length(pchar(0)), like Kylix does (using corrected and | jonas | 2009-01-01 | 1 | -0/+3 |
* | * tabs/spaces fixed | florian | 2008-11-02 | 1 | -70/+70 |
* | + support for the different rounding modes in the generic rounding | jonas | 2008-06-27 | 1 | -0/+10 |
* | * Fixed fpc_shortstr_to_shortstr for arm. | yury | 2008-04-13 | 1 | -1/+1 |
* | * Fixed fpc_shortstr_assign for arm. | yury | 2008-04-12 | 1 | -1/+1 |
* | * Removed inline for procedures with assembler or formal parameters, since in... | yury | 2008-04-12 | 1 | -4/+4 |
* | * fix arm edsp test to load from aligned address | micha | 2008-03-13 | 1 | -1/+2 |
* | * fix int64 multiplication on armeb | micha | 2008-03-08 | 1 | -0/+17 |
* | * fix edsp instructions detection | florian | 2008-03-07 | 1 | -1/+1 |
* | - Intergrate i386/strlen.inc and remove it. | daniel | 2007-12-30 | 1 | -0/+163 |
* | + Assembler implementation of mod/div. | daniel | 2007-12-27 | 2 | -0/+160 |
* | * Fixed arm-linux build. | yury | 2007-11-02 | 1 | -1/+4 |
* | * Fixed warnings and notes. | yury | 2007-11-01 | 1 | -1/+3 |
* | * Fixed access to stack parameter in fpc_mul_qword for arm. | yury | 2007-11-01 | 1 | -1/+1 |
* | * Fixed register saving in fpc_mul_qword for arm. It fixed bug #10017. | yury | 2007-10-31 | 2 | -8/+10 |
* | * refactored SysResetFPU into SysInitFPU and SysResetFPU | florian | 2007-10-28 | 1 | -2/+13 |
* | * fixed arm-linux compilation with FPC_USE_LIBC | florian | 2007-10-14 | 2 | -1/+4 |
* | * Fixed default float exceptions mask for arm fpu. It fixes tw3160c.pp on arm... | yury | 2007-07-14 | 1 | -1/+2 |
* | * fixed unportable soft float mask handling which broke on big endian | jonas | 2007-05-20 | 1 | -3/+37 |
* | * ensure that softfloat and libgcc float never use rfs/wfs | florian | 2007-05-01 | 2 | -4/+4 |
* | * load moveproc with default value | florian | 2007-03-12 | 1 | -2/+3 |
* | * check used fpu type properly | florian | 2007-03-11 | 1 | -2/+2 |
* | * ce compilation fixed | florian | 2007-02-12 | 1 | -1/+5 |
* | + edsp detection for arm-linux | florian | 2007-02-11 | 1 | -1/+102 |
* | + assembler coded move for arm | florian | 2007-02-11 | 1 | -26/+28 |
* | * fixed fpa flag setting | florian | 2007-01-23 | 1 | -13/+13 |
* | * gba and nds have no softfloat support | florian | 2007-01-20 | 1 | -15/+23 |
* | * implemented SysResetFPU for arm-wince. | yury | 2007-01-17 | 2 | -0/+16 |
* | * fpa exception masking fixed | florian | 2007-01-17 | 2 | -8/+186 |
* | * activated internal get_frame for ARM. | yury | 2007-01-13 | 1 | -1/+2 |
* | * fixed SetPrecisionMode/GetPrecisionMode for wince. | yury | 2006-12-22 | 1 | -7/+4 |
* | * rtl part of first Nintendo DS port | Legolas | 2006-12-14 | 1 | -1/+1 |
* | * fixed wrong operands of swp | florian | 2006-10-29 | 1 | -1/+2 |
* | * fixed arm-linux compilation | florian | 2006-09-18 | 1 | -3/+3 |
* | * Implemented inclocked and declocked for arm. | yury | 2006-09-02 | 1 | -0/+12 |
* | * fixed some warnings and notes while compiling RTL. | yury | 2006-07-19 | 1 | -0/+1 |
* | * fixed warnings and notes while compiling system unit for wince. | yury | 2006-07-18 | 2 | -9/+8 |
* | * implemented exceptions, rounding, precision control for arm-wince math. | yury | 2006-07-06 | 2 | -0/+143 |
* | * Assembler Interlocked* functions for ARM. | yury | 2006-06-30 | 1 | -28/+92 |
* | *arm: TPECoffLinker is TInternalLinkerWin | oro06 | 2006-06-29 | 1 | -0/+7 |