aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2019-11-11Bump minimum MPFR version to 3.1.0Janne Blomqvist1-1/+1
2019-11-08Generalise gather and scatter optabsRichard Sandiford1-17/+17
2019-11-08Handle removal of old-style function definitions in C2x.Joseph Myers1-1/+4
2019-11-07Loop split on semi-invariant conditional statementFeng Xue1-0/+5
2019-11-07[arm][1/X] Add initial support for saturation intrinsicsKyrylo Tkachov1-0/+6
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay2-3/+48
2019-11-06[ARC] Update mea option documentationClaudiu Zissulescu1-1/+1
2019-11-06introduce -fcallgraph-info optionEric Botcazou1-2/+21
2019-11-06doc: Insn splitting by combineSegher Boessenkool1-1/+1
2019-11-05* doc/install.texi: Further fix syntax for html generationArnaud Charlet1-1/+1
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar1-0/+3
2019-11-04MSP430: Add -mtiny-printf optionJozef Lawrynowicz1-1/+14
2019-11-04MSP430: Add new methods of finding external MCU data fileJozef Lawrynowicz1-2/+27
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor1-0/+29
2019-10-31configure.ac: Compute and substitute omp_device_properties and omp_device_pro...Jakub Jelinek2-0/+9
2019-10-30re PR c++/92024 (crash in check_local_shadow)Bernd Edlinger1-15/+17
2019-10-29tree-ssa.texi (Immediate Uses): Fix FOR_EACH_IMM_USE_STMT example.Richard Biener1-1/+1
2019-10-29install.texi (--enable-offload-targets): Fix up a typo in the example, use ac...Jakub Jelinek1-1/+1
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor2-1/+29
2019-10-20install.texi (Configuration, [...]): hboehm.info now defaults to https.Gerald Pfeifer1-1/+1
2019-10-16Deal with incoming POLY_INT_CST ranges (PR92033)Richard Sandiford1-0/+12
2019-10-16Generalized IPA predicate on parameter referenceFeng Xue1-0/+7
2019-10-15re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener1-7/+10
2019-10-14* doc/tree-ssa.texi: Update renamed macro name.Joel Hutton1-2/+2
2019-10-13Remove dg-add-options c99_runtimeRainer Orth1-3/+0
2019-10-12The inline keyword is supported in all new C standardsPalmer Dabbelt1-1/+1
2019-10-10re PR middle-end/26241 (None of the IPA passes are documented in passes.texi)Xiong Hu Luo2-4/+277
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm1-0/+1
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-0/+13
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor1-0/+26
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill1-7/+10
2019-10-09avr-mmcu.texi: Re-generate because config/avr/avr-devices.c was changed in r2...Georg-Johann Lay1-1/+1
2019-10-08Make C2X imply -fno-fp-int-builtin-inexact.Joseph Myers1-4/+4
2019-10-07MSP430: Don't generate 430X insns when handling data in the lower memory regionJozef Lawrynowicz1-5/+20
2019-10-07[doc] -Wuninitialized doesn't do -Wclobbered's jobVladislav Ivanishin1-11/+10
2019-10-04invoke.texi (-Wshadow=global, [...]): Fix description.Bernd Edlinger1-3/+6
2019-10-03params.def (PARAM_INLINE_HEURISTICS_HINT_PERCENT, [...]): New.Jan Hubicka1-0/+12
2019-10-02cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [...]): New.Jan Hubicka1-14/+27
2019-10-01invoke.texi (early-inlining-insns-O2): Document.Jan Hubicka1-0/+8
2019-10-01Remove clobber_highRichard Sandiford1-14/+1
2019-10-01doc/md.texi: Fix some typosSegher Boessenkool1-3/+3
2019-09-30[AArch64][SVE] Utilize ASRD instruction for division and remainderYuliang Wang2-0/+15
2019-09-30Remove global call sets: LRARichard Sandiford2-14/+0
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-8/+17
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford2-14/+13
2019-09-30Add a target hook for getting an ABI from a function typeRichard Sandiford2-0/+15
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford2-0/+17
2019-09-26[arm] Implement non-GE-setting SIMD32 intrinsicsKyrylo Tkachov1-0/+7
2019-09-20New IPA-SRAMartin Jambor1-0/+5
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt2-17/+20