summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed automagically created assembler by sergei's requestmips_embeddedring2014-09-2489-4742742/+4288947
* Reworked patch in rev. 28625 based on comments from Sergeiring2014-09-091-3/+7
* Replaced controller specific unit files with new automatically created versio...ring2014-09-08102-70276/+5261711
* Removed call for non-existing coprocessor when FPC_HAS_FEATURE_SOFTFPU is def...ring2014-09-081-2/+2
* Fixed alignment problems for dwarf debug symbolsring2014-09-081-2/+2
* Merged changes from trunkring2014-09-083063-301592/+707080
|\
| * * Provide initialization of all variables, fixes cycling with OPT="-dTEST_WIN...sergei2014-09-081-0/+7
| * * handle properly the case when RegisterTinyHeapBlock is called with a startnickysn2014-09-081-4/+28
| * AMIGA/MorphOS/AROS: corrected pathes in FP-IDEmarcus2014-09-088-20/+31
| * amunits: syscallified pastoc. This unit is deprecated, but since it's still u...karoly2014-09-081-25/+2
| * amunits: syscallified nonvolatile and translatorkaroly2014-09-082-134/+9
| * m68k: generate smarter shifting/rotation code on 68k, for example by utilizin...karoly2014-09-072-2/+28
| * m68k: added CPUM68K_HAS_ROLROR capability flagkaroly2014-09-071-4/+5
| * two cases of use casts instead of anding with when extracting 16bit valueskaroly2014-09-071-2/+2
| * a slightly better generic implementation for SwapEndian() 32 bit and 64 bit intskaroly2014-09-071-24/+14
| * removed unnecessary masking in Swap() callskaroly2014-09-071-5/+5
| * * tiny heap made TP7 compatible; the FreeList and HeapPtr variables made publicnickysn2014-09-072-79/+84
| * AROS: massively enhanced i386 startup code, includingkaroly2014-09-071-48/+120
| * amunits: syscallified lowlevel unitkaroly2014-09-061-203/+16
| * * softfpu.pp: fixed two more porting bugs, and also added two typecasts to av...sergei2014-09-061-4/+4
| * * the type of FreeList changed to an untyped pointer (TP7 compatibility)nickysn2014-09-061-1/+1
| * * TinyHeapBlocks renamed FreeList for TP7 compatibility reasons (and it'll benickysn2014-09-061-12/+12
| * amunits: removed the old useamigasmartlink includes from syscallified units, ...karoly2014-09-059-44/+4
| * amunits: syscallified Inputkaroly2014-09-051-12/+1
| * amunits: syscallified IFFParsekaroly2014-09-051-571/+41
| * amunits: syscall-ified console and diskfontkaroly2014-09-052-125/+9
| * AROS: StdErrout introduced, string fixes, preparations for threadingmarcus2014-09-054-10/+18
| * Fix for Mantis #26599.svenbarth2014-09-056-5/+148
| * * made ipicture,ifont and itagenumvariant aliases for the activex versions. ...marco2014-09-051-110/+4
| * * support for clock_gettime(), patch by Graeme.marco2014-09-053-2/+50
| * * patch from Graeme that exists if a node is not assigned, mantis #26678marco2014-09-051-0/+2
| * * bumped PPU version because r28596 breaks compatibility on Amiga/68k and Mor...karoly2014-09-051-1/+1
| * * changed explicit paraloc handling to use ppuload/ppuwrite functions in para...karoly2014-09-041-12/+3
| * * patches from Ocean, mantis #26675 marco2014-09-041-24/+44
| * fpmkunit: disable process unit and threading on Amiga and AROS for nowkaroly2014-09-041-0/+10
| * + fcl-db: mysql 5.6 connector: add support for MariaDB 10.0. Should fix isseu...reiniero2014-09-041-4/+12
| * Amiga: moved the remnants of the old CRT unit from Amiga RTL to rtl-console p...karoly2014-09-032-14/+18
| * * MIPS peephole: refactored/simplified and added (another) couple of optimiza...sergei2014-09-031-16/+59
| * + MIPS: make use of instructions MUL,SEB and SEH that are available in modern...sergei2014-09-031-20/+38
| * amicommon: GetEnv improved, EnvCount and EnvStr implementedmarcus2014-09-031-12/+117
| * * MIPS: fixed O_MOVE_SOURCE and O_MOVE_DEST constants (they were swapped, ama...sergei2014-09-031-6/+15
| * * MIPS: MOVE instruction cannot be changed into conditional move (MOVZ/MOVN) ...sergei2014-09-031-7/+12
| * amunits: syscall-ified AGraphics, AmigaDos, Utility.library unitsmarcus2014-09-033-5084/+348
| * amunits: syscall-ified ASLkaroly2014-09-023-112/+14
| * Amiga: syscall-fied exec and intuition.library unitsmarcus2014-09-022-3316/+243
| * * improve ldr*/str* handling for arm thumbflorian2014-09-021-16/+16
| * m68k: support loading of refs to data registers, also when explicit paraloc i...karoly2014-09-022-2/+15
| * * MIPS: added a couple of important capabilities and made them available for ...sergei2014-09-021-12/+14
| * * implementation of tiny heap's GetMem changed, so that it doesn't use FreeMemnickysn2014-09-011-7/+17
| * - MIPS: don't create reg.allocator for MM registers.sergei2014-09-011-5/+0