summaryrefslogtreecommitdiff
path: root/rtl/arm
Commit message (Expand)AuthorAgeFilesLines
* * patch by Jeppe Johansen to fix thumb2 epilog generation, resolves #18392florian2011-04-051-2/+8
* * patch by Simon Ley to improve move on arm: unneeded plds are removed, resol...florian2011-04-051-3/+0
* o patch by Jeppe Johansen to fix mantis #17472:jonas2010-12-241-1/+1
* * don't change the fpu control word in the initialisation code of dynamicjonas2010-11-141-1/+3
* + initial implementation of iso style gotos in iso modeflorian2010-08-052-4/+4
* * thumb2 opcode fixes by Jeppe Johansen, resolves #16306florian2010-04-211-2/+4
* * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6jonas2009-12-044-11/+77
* * the bits in the VFP fpscr don't mask exceptions, but enable themjonas2009-12-041-25/+25
* o added ARM VPFv2/VFPv3 support:jonas2009-12-035-9/+302
* * merged armthum branchflorian2009-10-043-4/+779
* * return 0 for length(pchar(0)), like Kylix does (using corrected andjonas2009-01-011-0/+3
* * tabs/spaces fixedflorian2008-11-021-70/+70
* + support for the different rounding modes in the generic rounding jonas2008-06-271-0/+10
* * Fixed fpc_shortstr_to_shortstr for arm.yury2008-04-131-1/+1
* * Fixed fpc_shortstr_assign for arm.yury2008-04-121-1/+1
* * Removed inline for procedures with assembler or formal parameters, since in...yury2008-04-121-4/+4
* * fix arm edsp test to load from aligned addressmicha2008-03-131-1/+2
* * fix int64 multiplication on armebmicha2008-03-081-0/+17
* * fix edsp instructions detectionflorian2008-03-071-1/+1
* - Intergrate i386/strlen.inc and remove it.daniel2007-12-301-0/+163
* + Assembler implementation of mod/div.daniel2007-12-272-0/+160
* * Fixed arm-linux build.yury2007-11-021-1/+4
* * Fixed warnings and notes.yury2007-11-011-1/+3
* * Fixed access to stack parameter in fpc_mul_qword for arm. yury2007-11-011-1/+1
* * Fixed register saving in fpc_mul_qword for arm. It fixed bug #10017.yury2007-10-312-8/+10
* * refactored SysResetFPU into SysInitFPU and SysResetFPUflorian2007-10-281-2/+13
* * fixed arm-linux compilation with FPC_USE_LIBCflorian2007-10-142-1/+4
* * Fixed default float exceptions mask for arm fpu. It fixes tw3160c.pp on arm...yury2007-07-141-1/+2
* * fixed unportable soft float mask handling which broke on big endianjonas2007-05-201-3/+37
* * ensure that softfloat and libgcc float never use rfs/wfsflorian2007-05-012-4/+4
* * load moveproc with default valueflorian2007-03-121-2/+3
* * check used fpu type properlyflorian2007-03-111-2/+2
* * ce compilation fixedflorian2007-02-121-1/+5
* + edsp detection for arm-linuxflorian2007-02-111-1/+102
* + assembler coded move for armflorian2007-02-111-26/+28
* * fixed fpa flag settingflorian2007-01-231-13/+13
* * gba and nds have no softfloat supportflorian2007-01-201-15/+23
* * implemented SysResetFPU for arm-wince. yury2007-01-172-0/+16
* * fpa exception masking fixedflorian2007-01-172-8/+186
* * activated internal get_frame for ARM.yury2007-01-131-1/+2
* * fixed SetPrecisionMode/GetPrecisionMode for wince.yury2006-12-221-7/+4
* * rtl part of first Nintendo DS portLegolas2006-12-141-1/+1
* * fixed wrong operands of swpflorian2006-10-291-1/+2
* * fixed arm-linux compilationflorian2006-09-181-3/+3
* * Implemented inclocked and declocked for arm.yury2006-09-021-0/+12
* * fixed some warnings and notes while compiling RTL.yury2006-07-191-0/+1
* * fixed warnings and notes while compiling system unit for wince.yury2006-07-182-9/+8
* * implemented exceptions, rounding, precision control for arm-wince math.yury2006-07-062-0/+143
* * Assembler Interlocked* functions for ARM.yury2006-06-301-28/+92
* *arm: TPECoffLinker is TInternalLinkerWinoro062006-06-291-0/+7