aboutsummaryrefslogtreecommitdiffstats
path: root/cc/config/mips_device.go
Commit message (Expand)AuthorAgeFilesLines
* Set -fomit-frame-pointer for all devicesColin Cross2017-11-151-1/+0
* Remove gcc-specific optimizationsColin Cross2017-11-141-6/+0
* Move some flags to affect all devicesColin Cross2017-11-141-1/+0
* Move -fvisibility-inlines-hidden to global device cppflagsColin Cross2017-11-131-3/+1
* Consolidate ldflags that are used on all devicesColin Cross2017-11-031-7/+0
* Consolidate cflags that are set on all devicesColin Cross2017-11-031-8/+0
* Consolidate global cflagsColin Cross2017-11-031-7/+0
* MIPS: Remove -U__unix and -U__unix__ from cflagsGoran Jakovljevic2017-10-181-2/+0
* Unified sysroot: arch-X/include directories are gone.Elliott Hughes2017-10-121-1/+1
* Revert "[mips] Disable compact branch generation"Lazar Trsic2017-06-281-3/+0
* Fix mips32r2-fp-xburst buildGoran Jakovljevic2017-05-081-1/+0
* Add msa mips featuresColin Cross2017-05-011-1/+2
* Add arm neon and mips dspr2 arch featuresColin Cross2017-04-271-1/+5
* Fixups after llvm rebaseYi Kong2017-04-261-1/+1
* Dynamically generate arch structDan Willemsen2016-09-081-1/+9
* [mips] Disable compact branch generationNikola Veljkovic2016-09-061-0/+3
* Add ubsan_standalone library name to the toolchain.Evgenii Stepanov2016-08-151-2/+2
* Move toolchain and global variables into separate packageColin Cross2016-08-011-0/+244