aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2017-01-12(-Wformat-overflow): ...to this.Martin Sebor1-15/+15
2017-01-10extend.texi: Tweak formatting to fix overfull hbox warnings.Sandra Loosemore4-34/+50
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-09aarch64-cores.def: Add thunderx2t99.Andrew Pinski1-2/+3
2017-01-09invoke.texi (Option Summary): Correct spacing in option lists and add line br...Sandra Loosemore1-408/+410
2017-01-08re PR middle-end/17660 (manual's description of __attribute__((mode)) is poor...Sandra Loosemore1-0/+2
2017-01-08re PR other/16519 (-pthread undocumented)Sandra Loosemore2-17/+20
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor1-24/+51
2017-01-07re PR preprocessor/54124 (GCC 4.7.1 manual: -dM and similar options hard to ...Sandra Loosemore2-15/+23
2017-01-07re PR preprocessor/13498 (CPP include search path documentation is incorrect)Sandra Loosemore1-80/+47
2017-01-07cppdiropts.texi: Merge documentation of -I, -iquote, -isystem, and -idirafter.Sandra Loosemore3-78/+90
2017-01-07[-fcompare-debug] var tracking options are not optimization optionsAlexandre Oliva1-0/+7
2017-01-06re PR target/57583 (large switches with jump tables are horribly broken on m68k)Mikael Pettersson1-1/+6
2017-01-06[ARM] Implement support for ACLE Coprocessor CDP intrinsicsAndre Vieira2-2/+22
2017-01-05invoke.texi (C Dialect Options): Document it.Eric Botcazou1-3/+3
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek1-1/+17
2017-01-04re PR target/78056 (build failure on Power7)Kelvin Nilsen1-0/+4
2017-01-03* doc/invoke.texi (RS6000 options): LRA is enabled by default.David Edelsohn1-2/+1
2017-01-03invoke.texi (SPARC options): Document -mlra as the default.Eric Botcazou1-2/+2
2017-01-03* doc/md.texi (Standard Names): Remove reference to Java frontend.Gerald Pfeifer1-2/+1
2017-01-02cfg.texi (Edges): Remove reference to Java.Gerald Pfeifer1-3/+2
2017-01-01Update copyright years.Jakub Jelinek51-52/+52
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek7-9/+9
2016-12-30cppopts.texi: Reorder table entries to put the most commonly-used options fir...Sandra Loosemore1-140/+140
2016-12-30standards.texi (Standards): Remove broken reference to objc.toodarkpark.net a...Gerald Pfeifer1-7/+1
2016-12-29extend.texi (Cilk Plus Builtins): cilkplus.org now uses https by default.Gerald Pfeifer3-3/+3
2016-12-27cppdiropts.texi, [...]: New files, split from...Sandra Loosemore5-251/+259
2016-12-27cppopts.texi: Delete redundant documentation for -x.Sandra Loosemore2-26/+8
2016-12-27c.opt (flag_chkp_flexible_struct_trailing_arrays): Add new option.Alexander Ivchenko1-1/+8
2016-12-26* doc/cpp.texi (Invocation): Remove space in command.Eric Botcazou1-1/+1
2016-12-26* doc/invoke.texi (SPARC options): Add missing documentation for -mlra.Eric Botcazou1-2/+10
2016-12-25cpp.texi (Invocation): Revise to indicate that GCC driver options are only do...Sandra Loosemore3-217/+69
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill1-0/+9
2016-12-20[Patch] Turn -fexcess-precision=fast on when in -ffast-mathJames Greenhalgh1-4/+5
2016-12-19cpp.texi: Clean up anachronistic C99 references and remove discussion of very...Sandra Loosemore1-219/+46
2016-12-17byte-in-either-range-0.c: New test.Kelvin Nilsen1-17/+39
2016-12-16[ARC] Rework code for profiling.Claudiu Zissulescu1-7/+1
2016-12-15extend.texi: Clean up @xref{...} uses.Jakub Jelinek2-5/+5
2016-12-14aarch64-cores.def: Add -1 as the variant to all of the cores.Andrew Pinski1-2/+3
2016-12-14rs6000.c (rs6000_split_vec_extract_var): On ISA 3.0/power9, add support to us...Michael Meissner1-0/+9
2016-12-13rs6000-c.c: Add built-in support for vector float vec_pack (vector double...Carl Love1-0/+3
2016-12-13[Patch Doc] Update documentation for __fp16 typeJames Greenhalgh1-19/+21
2016-12-13[Patch doc] Document _Float16 availability on ARM/AArch64James Greenhalgh1-2/+4
2016-12-12invoke.texi: Correct capitalization of OpenMP.John David Anglin1-1/+1
2016-12-11pa.c (pa_callee_copies): New function.John David Anglin1-1/+9
2016-12-08PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...Martin Sebor1-0/+22
2016-12-08Enable -fsanitize-address-use-after-scope only if -fsanitize=address is enabledDmitry Vyukov1-1/+0
2016-12-07PR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE / __builtin___memcpy_chkMartin Sebor1-0/+81
2016-12-02Added support for ARMV8-M Security Extension cmse_nonsecure_caller intrinsicAndre Vieira1-0/+1
2016-12-02Handling ARMv8-M Security Extension's cmse_nonsecure_call attributeAndre Vieira1-2/+2