aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/gcc.txt
Commit message (Expand)AuthorAgeFilesLines
* configure: encode submodel prefix into single valueSimon Warta2017-04-041-10/+10
* Make it possible to disable stack smashing protection.Jack Lloyd2017-02-041-1/+2
* Add support for Aarch32 NEON flagsJack Lloyd2017-01-291-1/+4
* Add support for NEON in SIMD_4x32Jack Lloyd2017-01-291-0/+2
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-0/+3
* Add new configure argument --optimize-for-sizeJack Lloyd2016-11-031-0/+1
* Maintainer mode fixes.Jack Lloyd2016-09-211-1/+1
* Maintainer mode fixesJack Lloyd2016-08-311-1/+1
* Travis CI additions and cleanupJack Lloyd2016-08-281-2/+5
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-1/+1
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-171-1/+1
* Enable -Wpedantic on gcc and clangRené Korthaus2016-01-131-1/+1
* Merge remote-tracking branch 'remotes/github/master' into noreturnDaniel Neus2016-01-091-2/+2
|\
| * move -Wsuggest-override to maintainer_warning_flagsDaniel Neus2016-01-081-2/+2
| * add missing overridesDaniel Neus2016-01-081-1/+1
* | add BOTAN_NORETURN macro and mark those functions that do not return with itDaniel Neus2016-01-081-1/+1
|/
* Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-311-2/+6
* Add -Wnon-virtual-dtor to GCC buildJack Lloyd2015-12-261-1/+1
* add support for Intel RdSeedDaniel Neus2015-12-181-0/+1
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-6/+3
* Adjust gcc.txt to arm32 and arm64 archsDaniel Seither2015-10-151-1/+2
* Add soname_patternSimon Warta2015-08-241-5/+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
* Add debug linker for GCCSimon Warta2015-07-211-1/+2
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-211-3/+2
* Use -O0 (no optimization) in GCC debug compile flagsSimon Warta2015-07-211-2/+2
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-211-3/+7
* GCC 4.8 doesn't have UbSan, remove for TravisJack Lloyd2015-07-051-1/+2
* Make sanitizer a build mode for easy use by developers.Jack Lloyd2015-07-051-0/+1
* 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
* Stack protector flags are required also at link time, at least on MinGWlloyd2014-12-211-3/+3
* Use -O2 instead of -O3 with GCC as it seems tree-vectorize in 4.9.0lloyd2014-10-311-2/+2
* Erroring on strict-overflow is a little too strict, GCC 4.9 is smartlloyd2014-05-261-18/+17
* Also avoid tuning for 686lloyd2014-02-131-1/+2
* More fixes for minified buildslloyd2014-02-091-1/+1
* 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
* Move base64, bzip, ca, and tls exampleslloyd2014-01-011-1/+1
* Rename targetlloyd2014-01-011-1/+1
* s/check/test/glloyd2014-01-011-1/+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-0/+2
* Use -Werror only when --maintainer-mode is set as warnings will sneaklloyd2013-12-141-2/+3
* Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP)lloyd2013-11-271-1/+1