aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/clang.txt
Commit message (Expand)AuthorAgeFilesLines
* Add exceptions to mach_abi_linking groupsJack Lloyd2017-12-231-1/+1
* Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-111-2/+2
* Rename the SSE4 ISA extensionsJack Lloyd2017-12-111-2/+2
* Enable using NEON on ClangJack Lloyd2017-12-101-0/+3
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-011-4/+2
* Allow overriding ar commandJack Lloyd2017-11-291-8/+0
* Move Clang -Wunreachable-code warning to maintainer modeJack Lloyd2017-09-301-2/+2
* Be less forgiving in maintainer modeJack Lloyd2017-09-171-1/+1
* Add support for LLVM bitcode targetJack Lloyd2017-08-301-6/+3
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-281-1/+1
* Make it possible to disable stack smashing protection.Jack Lloyd2017-02-041-1/+2
* Add os iosSimon Warta2017-01-031-0/+1
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-0/+2
* Add new configure argument --optimize-for-sizeJack Lloyd2016-11-031-0/+1
* Maintainer mode fixesJack Lloyd2016-08-311-1/+1
* Travis CI additions and cleanupJack Lloyd2016-08-281-1/+2
* fix compile issue on Mac OS if MACOSX_DEPLOYMENT_TARGET<=10.8Bi112016-08-101-0/+1
* Fix x86 32-bit building for clang on Mac OSBi112016-08-101-0/+2
* Compile shared libraries (too) on FreeBSDLauri Nurmi2016-07-021-0/+2
* Fixed shared library behaviour on Darwin/OS X.Alastair Houghton2016-04-071-2/+4
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-1/+1
* Enable -Wpedantic on gcc and clangRené Korthaus2016-01-131-1/+1
* Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-0/+1
* add support for Intel RdSeedDaniel Neus2015-12-181-0/+1
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-4/+3
* build system: Add framework support for OS X and iOSDaniel Seither2015-09-251-0/+1
* Add soname_patternSimon Warta2015-08-241-4/+4
* Add so_link_command for clang debug on darwin and defaultSimon Warta2015-08-141-3/+5
* Rename so_link_flags to so_link_commandsSimon Warta2015-07-211-4/+4
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-211-0/+7
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-211-3/+2
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-211-5/+6
* Add coverage checking with gcov/lcovlloyd2015-04-121-0/+1
* Consider AES-NI as implying SSSE3 which lets us merge two of thelloyd2015-03-151-1/+1
* Split amalagamation into ISA specific objectslloyd2015-02-221-2/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-2/+2
* Let Clang choose whichever C++ library it preferslloyd2014-03-131-4/+3
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-3/+4
* Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. Bug...lloyd2014-01-241-0/+1
* Finish renamelloyd2014-01-071-1/+1
* Don't use -fno-inline-functions for debug as that is enabled in all non-relea...lloyd2014-01-041-1/+1
* Rename targetlloyd2014-01-011-1/+1
* s/check/test/glloyd2014-01-011-1/+1
* Turn on Werror on clanglloyd2014-01-011-0/+1
* Support multiple ISA requirements. Fix CLMUL flag.lloyd2013-12-271-1/+1
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-231-8/+10
* Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering.lloyd2013-12-141-3/+9
* Always include modules requiring ISA extensions as long as thelloyd2013-04-171-8/+13
* Use OS X specific linker flagslloyd2012-10-301-0/+2
* Move to -O3 with Clang. s/c++0x/c++11/lloyd2012-06-081-2/+2