summaryrefslogtreecommitdiff
path: root/rtl/powerpc64/powerpc64.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix bug report 35937 by simple assembly code change and add testpierre2019-08-081-3/+6
* - powerpc and powerpc64: cleaned out code corresponding to FPC_STRTOSHORTSTRI...sergei2014-05-311-8/+41
* + Added additional addr pointer parameter topierre2012-06-241-2/+2
* * don't overwrite the target value of interlockedcompareexchange*() if thejonas2010-11-291-2/+5
* * don't change the fpu control word in the initialisation code of dynamicjonas2010-11-141-1/+3
* * optimized ppc memory barrier implementationsjonas2010-01-251-5/+8
* * fixed return value of InterlockedCompareExchange(64) for ppc/ppc64,jonas2009-05-111-2/+2
* * remove asm for simple math functions so the generic inlined function ispeter2008-01-191-39/+0
* * fixed ppc and ppc64 compilation after r8898jonas2007-10-211-57/+7
* * fixed comparedword (same as for ppc32)jonas2007-10-151-0/+9
* + added lwsync instruction to the compilerjonas2007-08-081-1/+3
* * fixed propertiesjonas2007-08-081-863/+863
* * add memory barrier prototypes + implementation for i386 and sparc + use lws...micha2007-08-071-1/+6
* + add memory barrier routines for powerpc/64micha2007-07-281-0/+20
* * string concat changed from function to procedure topeter2006-10-021-92/+96
* * added interlocked*64 methods for successful compilationtom_at_work2006-07-071-8/+97
* * move InterLocked functions to system unitpeter2006-06-251-2/+56
* * ppc64: with -Or the compiler now also generates calls to helper functions i...tom_at_work2005-11-201-384/+16
* * ppc64/linux: fixed and enabled most assembly helperstom_at_work2005-11-161-281/+278
* * ppc64/linux: fixed and enabled some more assembly routines in the RTLtom_at_work2005-11-151-45/+40
* * fixed basic signal handling for PowerPC64/linux, by updating related types ...tom_at_work2005-10-121-12/+8
* * makefile adaption to be able to cycle compiler and RTL on PowerPC64 targettom_at_work2005-10-081-0/+1071