aboutsummaryrefslogtreecommitdiffstats
path: root/cc/config/x86_device.go
Commit message (Expand)AuthorAgeFilesLines
* Stop defining unused USE_SSSE3.Elliott Hughes2019-07-121-1/+1
* Disabled avx avx2 avx512 compiler flags by default.jaishank2019-06-271-2/+9
* Add stoney ridge x86 variantBenjamin Gordon2019-03-151-0/+5
* Add AVX/AVX2 supported archs in build systemShalini Salomi Bodapati2019-03-131-0/+8
* Move arch variants registering code to arch.go.Jaewoong Jung2019-01-161-57/+0
* Remove GCC-specific toolchain methodsDan Willemsen2018-10-091-31/+1
* Add BuiltinsRuntimeLibraryYi Kong2018-08-311-1/+1
* Add USE_CLANG_LLD and use_clang_lld.android-o-mr1-iot-preview-8Chih-Hung Hsieh2018-04-121-0/+8
* Remove gcc-specific optimizationsColin Cross2017-11-141-5/+1
* Move some flags to affect all devicesColin Cross2017-11-141-1/+0
* Consolidate ldflags that are used on all devicesColin Cross2017-11-031-7/+0
* Remove -Wl,--gc-sections from target flagsColin Cross2017-11-031-1/+0
* Consolidate cflags that are set on all devicesColin Cross2017-11-031-8/+0
* Consolidate global cflagsColin Cross2017-11-031-10/+0
* Unified sysroot: arch-X/include directories are gone.Elliott Hughes2017-10-121-1/+1
* Support .asm files for assemblyColin Cross2016-12-021-0/+7
* Dynamically generate arch structDan Willemsen2016-09-081-6/+22
* 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/+282