aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2021-11-05doc: No longer generate old.htmlGerald Pfeifer1-3/+3
2021-11-04vect: Convert cost hooks to classesRichard Sandiford2-31/+2
2021-11-04Update TARGET_MEM_REF documentationRichard Biener1-27/+31
2021-11-03aarch64: enable Ampere-1 CPUPhilipp Tomsich1-1/+1
2021-11-02Adjust testcase for O2 vect.liuhongt1-19/+41
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-1/+42
2021-11-01Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edgeXionghu Luo1-2/+2
2021-10-29doc: Bump required minimum DejaGnu version to 1.5.3Bernhard Reutner-Fischer1-1/+1
2021-10-28Update documentation of %X specEric Botcazou1-2/+1
2021-10-28hardened conditionalsAlexandre Oliva1-0/+19
2021-10-27ipa-cp: Select saner profile count to base heuristics onMartin Jambor1-0/+5
2021-10-24doc: Remove details around Itanium on GNU/Linux and WindowsGerald Pfeifer1-11/+0
2021-10-23doc: Convert mingw-w64.org links to httpsGerald Pfeifer1-2/+2
2021-10-21x86: Document -fcf-protection requires i686 or newerH.J. Lu1-1/+2
2021-10-21Split --param=evrp-mode into evrp-mode and ranger-debug.Andrew MacLeod1-0/+3
2021-10-21Add --param=vrp1-mode and --param=vrp2-mode.Andrew MacLeod1-0/+6
2021-10-20calls.c: Remove some dead code and target hooksAlex Coplan2-45/+0
2021-10-20doc: Fix documentation around 'asm' keyword in C++Jonathan Wakely2-12/+14
2021-10-20doc: Remove broken link to old.html docsJonathan Wakely1-6/+0
2021-10-20Restore --param=max-fsm-thread-lengthAldy Hernandez1-0/+3
2021-10-20Adjust testcase for O2 vectorization.liuhongt1-0/+32
2021-10-19doc: Fix typo in name of PowerPC __builtin_cpu_supports built-inJonathan Wakely1-1/+1
2021-10-14Cleanup --params for backward threader.Aldy Hernandez1-12/+0
2021-10-14Add forgotten documentation of param ipa-cp-recursive-freq-factorMartin Jambor1-0/+4
2021-10-13gcov: make profile merging smarterMartin Liska1-0/+4
2021-10-12doc: Update MinGW and mingw-64 download links.David Edelsohn1-2/+2
2021-10-12doc: Fix typos in alloc_size documentationDaniel Le Duc Khoi Nguyen1-2/+2
2021-10-11doc: improve -fsanitize=undefined descriptionDiane Meirowitz1-1/+2
2021-10-11ldist: Recognize strlen and rawmemchr like loopsStefan Schulze Frielinghaus1-0/+7
2021-10-08Enable auto-vectorization at O2 with very-cheap cost model.liuhongt1-4/+4
2021-10-07Introduce smul_highpart and umul_highpart RTX for high-part multiplicationsRoger Sayle3-8/+22
2021-10-06Introduce a param-switch-limit for EVRP.Andrew MacLeod1-0/+3
2021-10-04c-family: Implement -Warray-compare [PR97573]Marek Polacek1-2/+18
2021-10-01aarch64: enable cortex-x2 CPUPrzemyslaw Wirkus1-2/+2
2021-10-01aarch64: enable cortex-a710 CPUPrzemyslaw Wirkus1-1/+2
2021-10-01aarch64: enable cortex-a510 CPUPrzemyslaw Wirkus1-1/+1
2021-10-01Enhance -Waddress to detect more suspicious expressions [PR102103].Martin Sebor1-11/+37
2021-10-01ubsan: Move INT_MIN / -1 instrumentation from -fsanitize=integer-divide-by-ze...Jakub Jelinek1-2/+3
2021-10-01aarch64: add armv9-a to -marchPrzemyslaw Wirkus1-1/+3
2021-10-01Append target/optimize attr to the current cmdline.Martin Liska1-2/+6
2021-09-30arm: Enable Cortex-R52+ CPUPrzemyslaw Wirkus1-4/+4
2021-09-28aarch64: Add command-line support for Armv8.7-aKyrylo Tkachov1-0/+4
2021-09-28Enable jump threading at -O1.Aldy Hernandez1-1/+1
2021-09-26Remove storage only description for _Float16 w/o avx512fp16.liuhongt1-6/+5
2021-09-25pru: Named address space for R30/R31 I/O accessDimitar Dimitrov1-1/+18
2021-09-22Fortran: Improve -Wmissing-include-dirs warnings [PR55534]Tobias Burnus1-2/+4
2021-09-20c-family: Add more predefined macros for math flagsMatthias Kretz1-0/+18
2021-09-19Update the section on binutils versionAndrew Pinski1-0/+3
2021-09-19[PATCH] avr: Add atmega324pb MCUMatwey V. Kornilov1-1/+1
2021-09-17openacc: Shared memory layout optimisationJulian Brown2-1/+10