summaryrefslogtreecommitdiff
path: root/rtl/sparc
Commit message (Expand)AuthorAgeFilesLines
* * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.pierre2021-01-031-0/+1
* Fix conversion between TFPURoundMode and bits of get_fsr according to SPARC-...pierre2020-07-131-3/+8
* * cpu specific header file for the system unit: cpuh.inc, moved several decla...florian2017-11-012-1/+16
* * updated FSF address (mantis #30198, patch by Paul Gevers)jonas2016-10-021-2/+2
* * Enabled internal handling of Abs(longint) for all targets. It has been impl...sergei2014-06-051-8/+0
* * SPARC: SetExceptionMask and SetRoundingMode must return the old value of ma...sergei2014-03-211-6/+12
* - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff.sergei2014-03-202-31/+0
* - Removed mathuh.inc files which are identical for all targets (except m68k, ...sergei2014-03-181-29/+0
* + SPARC: assembler implementation of SarInt64.sergei2014-01-151-0/+25
* * use membar only for sparcv9(+)florian2012-12-031-3/+7
* + Handle PIC code for unlimited GOT sizepierre2012-09-271-8/+154
* Do not add 8 to NIL values of get_caller_addrpierre2012-09-111-1/+5
* Do not use nostackframe with local variable in get_fsr functionpierre2012-09-051-2/+3
* Correct exceoption mask elementspierre2012-09-051-2/+2
* + Added additional addr pointer parameter topierre2012-06-241-3/+3
* + initial implementation of iso style gotos in iso modeflorian2010-08-052-4/+4
* + support for the different rounding modes in the generic rounding jonas2008-06-271-0/+10
* * refactored SysResetFPU into SysInitFPU and SysResetFPUflorian2007-10-281-3/+10
* * fixed sparc bootstrapjonas2007-08-081-0/+6
* * add memory barrier prototypes + implementation for i386 and sparc + use lws...micha2007-08-071-0/+40
* * fixed get_caller_frame() and get_caller_addr() for nil addressesjonas2007-05-251-1/+9
* * fixed unportable soft float mask handling which broke on big endianjonas2007-05-201-1/+18
* * sparc uses softfloat routines so softfloat exception masking needs to be se...florian2007-03-162-4/+14
* + sparc InterlockedCompareExchangejonas2006-08-032-124/+29
* * move InterLocked functions to system unitpeter2006-06-251-0/+102
* * reverted r2037 because of braindead "out" semantics for refcountedjonas2005-12-241-1/+1
* * changed formal "var" paramters of move, movechar0 and fill* intojonas2005-12-231-1/+1
* + Removed INTERNCONSTINTF definemichael2005-06-072-15/+1
* * remove $Logpeter2005-06-0712-116/+0
* * log and id tags removedfpc2005-05-2111-11/+0
* + Removed VER1_0 definesmichael2005-05-192-2/+2
* initial importfpc2005-05-1612-0/+1039