summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Add support for DEC AlphaMatt Turner2020-03-161-0/+30
* Update switch_ppc_aix.hk2uhl2019-05-211-2/+2
* Workaround a gcc bug using manual save/restore of r30 (fixes #136)Alexey Borzenkov2018-09-041-1/+6
* Add support for RISC-VAndreas Schwab2018-07-191-0/+32
* Fix a typoAlexey Borzenkov2018-03-221-1/+1
* ppc64*: Add r30 to the list of registers to saveTulio Magno Quites Machado Filho2018-03-211-2/+7
* Don't clobber 'r2' register on ppc64*Laszlo Boszormenyi (GCS)2018-03-211-1/+6
* Add support for C-SKYMao Han2018-03-011-0/+48
* Fix wrong platform inclusion for mingw64Gökhan Karabulut2018-01-291-0/+3
* Use x instead of r for aarch64 register namesFredrik Fornwall2016-09-071-2/+3
* Add suuport for ppc64 in LE mode running ABIv2Ulrich Weigand2015-08-181-3/+19
* arm32: Make it work on iOSProton2015-05-311-0/+67
* Fix stack switching on sparcAlexey Borzenkov2015-05-161-26/+18
* Try to fix return 0 on mipsAlexey Borzenkov2015-05-041-2/+4
* Try to fix return 0 on sparcAlexey Borzenkov2015-04-271-2/+3
* Revert "Sparc: use the FLUSHW instruction when available"Guy Rozendorn2015-04-261-4/+0
* Try to fix `return 0` on x32Alexey Borzenkov2015-04-241-2/+4
* Attempt to fix `return 0` on powerpc platformsAlexey Borzenkov2015-04-245-9/+19
* Fix slp_switch assembly for the s390 archAlexander Schmidt2015-04-231-1/+3
* arm32: slp_switch should save r10Proton2015-01-231-2/+2
* m68k: force return value from asmAndreas Schwab2014-10-201-1/+3
* Merge pull request #65 from basak/unoptimize-return-valueAlexey Borzenkov2014-10-141-2/+3
|\
| * arm32: force return value from asmRobie Basak2014-10-141-2/+3
* | arm32: make sure gcc uses a frame pointerRobie Basak2014-10-141-0/+3
|/
* Add comment noting the MIPS64 gp register save change toMatt Madison2014-09-201-0/+2
* Add back in the explicit save/restore, in case there is aMatt Madison2014-09-201-0/+9
* Clean up stray extra include from prior versions.Matt Madison2014-09-201-1/+0
* Simply remove the additional GP register saves for MIPS64, asMatt Madison2014-09-201-13/+0
* Use assembler directives to perform the gp register save/restore.Matt Madison2014-09-191-6/+13
* Re-code the saving of the gp register for MIPS64 so it compiles underMatt Madison2014-09-181-5/+7
* Fix invalid aarch64 constraintAlexey Borzenkov2014-06-241-1/+1
* Get rid of -fno-tree-dominator-optsAlexey Borzenkov2014-06-243-32/+8
* Merge pr41: use FLUSHW on sparcRalf Schmitt2014-01-141-0/+4
|\
| * Sparc: use the FLUSHW instruction when availableGiel van Schijndel2014-01-141-0/+4
* | Allow building for x86 Linux on GCC < 4.5Giel van Schijndel2014-01-141-2/+8
|/
* Add support for m68kAndreas Schwab2014-01-061-0/+36
* Fix slp_switch on SPARC for multi-threaded environmentsFloris Bruynooghe2013-09-021-7/+25
* fix segfaults when using gcc 4.8 on amd64/x86 unixRalf Schmitt2013-05-202-2/+27
* Fix greenlet on aarch64 with gcc 4.8Michael Matz2013-04-141-4/+35
* Add support for Aarch64Michael Matz2013-04-101-0/+45
* Add support for x32 psABI on x86_64Fantix King2012-08-171-0/+61
* Changed memory constraints for assembly macro for PPC Linux platforms.Trevor Bowen2012-07-312-4/+8
* Fix arm32/thumb, where r7 is a frame pointerAlexey Borzenkov2012-05-151-5/+15
* Merge pull request #7 from nacc/add_ppc64_platformRalf Schmitt2012-05-051-0/+70
|\
| * Add ppc64 platformMichael Ellerman2012-04-181-0/+70
* | add support for debian sparc and openbsd5-sparc64unixtool11922012-05-041-1/+1
|/
* Change str/ldr again for arm32Alexey Borzenkov2012-02-041-2/+2
* Cosmetic: move __SOFTFP__ case up (less nested #ifs)Alexey Borzenkov2012-02-041-5/+3
* Use str.w and ldr.w in arm32Alexey Borzenkov2012-02-041-2/+2
* Don't save any fp registers for arm32 softfpAlexey Borzenkov2012-02-021-0/+4