| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc: fix internal compiler error on MIPS with MIPS16 enabled (triggered by li... | Felix Fietkau | 2015-11-18 | 2 | -1/+24 |
* | gcc: add a patch to 5.x that supports translation of __FILE__ paths | Felix Fietkau | 2015-11-17 | 1 | -0/+182 |
* | gcc: remove version 4.6, it is no longer needed | Felix Fietkau | 2015-11-10 | 24 | -1086/+0 |
* | toolchain: add support of ARC architecture | Felix Fietkau | 2015-11-10 | 18 | -0/+765 |
* | gcc: fix accidentally dropped chunk of the musl gcc 5.2.0 powerpc patch (fixe... | Felix Fietkau | 2015-09-22 | 1 | -0/+13 |
* | gcc: fix path to powerpc musl dynamic linker with 5.2 (#20501) | Felix Fietkau | 2015-09-13 | 1 | -0/+24 |
* | gcc: update gcc 5.x musl patches | Hauke Mehrtens | 2015-09-11 | 15 | -200/+612 |
* | gcc: add missing powerpc patch for 5.2.0 | Felix Fietkau | 2015-09-07 | 1 | -0/+65 |
* | gcc: remove version 4.9-linaro | Felix Fietkau | 2015-09-06 | 33 | -1283/+0 |
* | gcc: add ARM codegen fix from PR 65932 | Felix Fietkau | 2015-09-03 | 1 | -0/+21 |
* | toolchain: gcc: add gcc 5.2.0 | Hauke Mehrtens | 2015-08-16 | 30 | -0/+1263 |
* | toolchain: fix gcc 4.6 build with gcc5 | John Crispin | 2015-07-14 | 5 | -6/+27 |
* | gcc: use the -sf suffix for musl ldso on powerpc | Felix Fietkau | 2015-07-12 | 2 | -4/+4 |
* | gcc/musl: rework SSP-support | Steven Barth | 2015-06-22 | 2 | -11/+13 |
* | gcc: musl comes with its own SSP, so use it instead of libssp | Steven Barth | 2015-06-20 | 1 | -0/+11 |
* | toolchain/gcc: upgrade Linaro GCC 4.9 to 4.9-2015.03 | Imre Kaloz | 2015-06-11 | 15 | -34/+30 |
* | gcc: add some size optimization patches | Felix Fietkau | 2015-05-10 | 4 | -0/+80 |
* | gcc: remove 4.4.7 (only used by avr32) | Felix Fietkau | 2015-03-24 | 14 | -23261/+0 |
* | toolchain/gcc: fix an ICE on ARM (PR58595) | Nicolas Thill | 2015-02-11 | 1 | -0/+117 |
* | gcc: don't clobber stamp-bits with a symlink to itself | Felix Fietkau | 2014-12-12 | 3 | -0/+35 |
* | toolchain: fix mips64 musl linker names | Florian Fainelli | 2014-10-24 | 2 | -0/+44 |
* | gcc: update 4.9 to linaro 2014.10 | Felix Fietkau | 2014-10-20 | 3 | -24/+3 |
* | gcc: do not assume that the Mac OS X filesystem is case insensitive | Felix Fietkau | 2014-10-19 | 2 | -0/+28 |
* | gcc: update, split and rework 4.9 musl patches | Felix Fietkau | 2014-10-19 | 16 | -355/+531 |
* | gcc: update, split and rework 4.8 musl patches | Felix Fietkau | 2014-10-19 | 18 | -373/+638 |
* | gcc: backport an upstream fix for extern vars with local weak definitions | Felix Fietkau | 2014-10-19 | 1 | -0/+21 |
* | gcc: remove version 4.8.0 | Felix Fietkau | 2014-10-05 | 15 | -855/+0 |
* | Fix broken implementation of NOEXECSTACK flag for MIPS architectures for gcc-... | Felix Fietkau | 2014-10-05 | 2 | -0/+235 |
* | gcc: add 4.9-linaro based on the 2014.09 release | Felix Fietkau | 2014-09-30 | 17 | -0/+911 |
* | gcc: backport a fix for issues with accessing weak data references | Felix Fietkau | 2014-07-10 | 1 | -0/+42 |
* | gcc: define USE_PT_GNU_EH_FRAME for musl as well, reduces binary object size | Felix Fietkau | 2014-05-28 | 1 | -1/+3 |
* | gcc: disable libsanitzier off_t check to fix musl build | Felix Fietkau | 2014-05-28 | 1 | -0/+11 |
* | gcc: revert an upstream patch that is causing a regression on powerpc | Felix Fietkau | 2014-05-06 | 1 | -0/+65 |
* | toolchain/gcc: update linaro-gcc-4.8 to 2014.04 | Felix Fietkau | 2014-05-02 | 5 | -13/+13 |
* | gcc: fix visibility of symbols libgcc.a | Felix Fietkau | 2014-02-24 | 3 | -27/+23 |
* | gcc: prevent the use of LDRD/STRD on ARMv5TE | Felix Fietkau | 2014-02-19 | 3 | -0/+33 |
* | upgrade Linaro GCC 4.8 to 2014.01 | Imre Kaloz | 2014-02-06 | 2 | -3/+3 |
* | upgrade Linaro GCC 4.8 to 4.8-2013.11 | Imre Kaloz | 2013-11-26 | 3 | -174/+6 |
* | gcc 4.8-linaro: backport an upstream fix to fix asm goto miscompilation | Felix Fietkau | 2013-10-17 | 1 | -0/+167 |
* | upgrade Linaro gcc 4.8 to 4.8-2013.08 | Imre Kaloz | 2013-09-11 | 5 | -14/+14 |
* | toolchain: define MUSL dynamic linker for SPARC | Florian Fainelli | 2013-09-11 | 3 | -0/+38 |
* | toolchain/gcc: remove 4.6.3, it is unused and unmaintained | Felix Fietkau | 2013-09-10 | 19 | -1024/+0 |
* | gcc: merge a bugfix for a MIPS specific internal compiler error | Felix Fietkau | 2013-07-31 | 2 | -0/+130 |
* | gcc: add a bugfix for an internal compiler error on mips64 | Felix Fietkau | 2013-07-29 | 2 | -0/+32 |
* | gcc: add a patch to get rid of useless java class sections | Felix Fietkau | 2013-06-30 | 4 | -0/+44 |
* | gcc: fix arm libgcc issues with 4.8.0 and 4.8-linaro | Felix Fietkau | 2013-06-05 | 2 | -0/+22 |
* | gcc: remove version 4.7 | Felix Fietkau | 2013-05-23 | 32 | -1844/+0 |
* | gcc: port missing patches from 4.6 to 4.8 | Felix Fietkau | 2013-05-23 | 12 | -0/+284 |
* | toolchain/gcc: add support for 4.8-linaro | Felix Fietkau | 2013-05-04 | 7 | -0/+678 |
* | toolchain/gcc: forward port missing patches to gcc 4.8.0 | Felix Fietkau | 2013-05-04 | 2 | -0/+47 |