RISC-V: Correct and improve the "-mabi" documentation
[gcc.git] / gcc / doc / invoke.texi
2017-10-27 Palmer DabbeltRISC-V: Correct and improve the "-mabi" documentation
2017-10-27 Prathamesh KulkarniExtend ipa-pure-const pass to propagate malloc attribute.
2017-10-27 Martin LiskaDocument --coverage and fork-like functions (PR gcov...
2017-10-26 Sandra Loosemoreconstraints.md ("S"): Match r0rel_constant_p too.
2017-10-26 Sandra Loosemorenios2.c: Include xregex.h.
2017-10-26 Jim WilsonFix hyphenation build-time path and install-time path.
2017-10-26 James E WilsonAdd some usage info -fdebug-prefix-map= docs.
2017-10-26 Michael Meissneraix.h (TARGET_IEEEQUAD_DEFAULT): Set long double defaul...
2017-10-24 Paolo Carlinire PR c++/82466 (Missing warning for re-declaration...
2017-10-23 Jakub Jelinekcommon.opt (gcolumn-info): Enable by default.
2017-10-21 Igor TsimbalistAdd x86 CET documentation.
2017-10-20 Igor TsimbalistAdd documentation for fcf-protection option and nocf_ch...
2017-10-20 Orlando Ariasmsp430.c (msp430_option_override): Disable -fdelete...
2017-10-19 Jakub Jelinekflag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.
2017-10-18 Sebastian HuberUpdate -ffunction/data-sections documentation
2017-10-16 Thomas Preud'homme[ARM] Allow +nodsp for -mcpu=cortex-m33
2017-10-16 Tamar Christinaaarch64.h (AARCH64_FL_DOTPROD): New.
2017-10-16 Tamar Christinaarm.h (TARGET_DOTPROD): New.
2017-10-12 Martin SeborPR c/82301 - Updated test case g++.dg/ext/attr-ifunc...
2017-10-07 Jan Hubickainvoke.texi (Wsuggest-attribute=cold): Document.
2017-10-05 Nathan SidwellRe: [PATCH] C++ warning on vexing parse
2017-09-27 Richard Bienerinvoke.texi (graphite-max-bbs-per-function): Remove.
2017-09-22 Sergey Shalnovsse.md ("mov<mode>_internal"): Use <sseinsnmode> mode...
2017-09-20 Sebastian Perytconfig.gcc: Support "knm".
2017-09-20 Jeff Lawcommon.opt (-fstack-clash-protection): New option.
2017-09-15 Andrew SuttonAdd support for -std=c++2a.
2017-09-15 Bernd Edlingercommon.opt (Wcast-align=strict): New warning option.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-12 H.J. LuAdd -static-pie to GCC driver to create static PIE
2017-09-06 Michael Meissnerrs6000-cpus.def (OTHER_VSX_VECTOR_MASKS): Delete OPTION...
2017-09-06 Wish Wuasan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_...
2017-09-04 Marek Polacekre PR c/81783 (-Wtautological-compare could do better)
2017-09-03 Gerald Pfeifergeneric.texi (OpenACC): Adjust URL.
2017-09-01 Jakub Jelinekre PR sanitizer/81902 (new -fsanitize=pointer-overflow...
2017-09-01 Claudiu Zissulescu[ARC] Reimplement ZOL support.
2017-08-31 Claudiu Zissulescu[ARC] Use -G option to control sdata behavior
2017-08-22 Richard Bienercommon.opt (feliminate-dwarf2-dups): Ignore.
2017-08-18 H.J. LuAdd warn_if_not_aligned attribute
2017-08-10 Uros Bizjakre PR target/81708 (The x86 stack canary location shoul...
2017-08-10 H.J. Lui386: Don't use frame pointer without stack access
2017-08-08 Uros Bizjakre PR target/81708 (The x86 stack canary location shoul...
2017-08-08 Bin Chenginvoke.texi: Document -ftree-loop-distribution for O3.
2017-08-07 Thomas Koenigre PR fortran/68829 (Segfaults with -Ofast due to large...
2017-07-27 Peter Bergnerrs6000.opt (mlra): Replace with stub.
2017-07-26 Sebastian Huber[SPARC] Add -mfsmuld option
2017-07-25 Torsten Duwec-attribs.c (c_common_attribute_table): Add entry for...
2017-07-24 Michael Meissnerrs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete upper...
2017-07-23 Michael Collisonarm.c (arm_option_override): Deprecate use of -mstructu...
2017-07-21 Jim WilsonAdd RDMA support to falkor port.
2017-07-17 Claudiu Zissulescu[ARC] Deprecate mexpand-adddi option.
2017-07-14 James Greenhalgh[Patch ARM] Document the +crypto extension on CPUs.
2017-07-14 Thomas Preud'homme[ARM] Add support for ARM Cortex-R52 processor
2017-07-13 Thomas Preud'homme[ARM] Mention ARMv8-R +fp.sp option
2017-07-11 Georg-Johann Layextend.texi (AVR Function Attributes): Remove weblink...
2017-07-11 Daniel Cedermansparc.opt (mfix-ut700): New option.
2017-07-10 Georg-Johann LayBetter ISR prologues by supporting GASes __gcc_isr...
2017-07-07 Jose E. MarchesiSupport for the SPARC M8 cpu.
2017-07-06 Thomas Preud'hommeAdd support for ARMv8-R architecture
2017-07-04 James Greenhalgh[Patch ARM] Add initial tuning for Cortex-A55 and Corte...
2017-07-03 Richard Earnshaw[arm] Add -mbe8 and -mbe32 to options summary.
2017-07-03 James GreenhalghAndrew pointed out that I did not document the new...
2017-07-03 Richard Earnshaw[arm] Clean up generation of BE8 format images.
2017-06-30 Yvan RouxDocumentation: Clean up AArch64 options.
2017-06-29 Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-06-26 Marek Polacekre PR c/80116 (Warn about macros expanding to multiple...
2017-06-23 Jim WilsonFix missing Aarch64 falkor/qdf24xx options.
2017-06-23 Jonathan WakelyPR c++/81187 fix -Wnoexcept-type entry in manual
2017-06-21 James Greenhalgh[Patch AArch64] Add initial tuning support for Cortex...
2017-06-16 Richard Earnshaw[arm][doc] Document changes to -mcpu, -mtune and -mfpu.
2017-06-16 Richard Earnshaw[arm][doc] Document new -march= syntax.
2017-06-16 Martin SeborPR c++/80560 - warn on undefined memory operations...
2017-06-12 Georg-Johann LaySupport multilibs and devices that see flash in RAM...
2017-06-09 Ian Lance Tayloropts.c (finish_options): If -fsplit-stack, disable...
2017-06-07 Alexander Monakovdoc: update x86 -mcx16 option description
2017-06-07 Jim WilsonRemove aarch32 support for falkor/qdf24xx, not in relea...
2017-06-05 Bernd Edlingerinvoke.texi: Document the -fprofile-abs-path option.
2017-06-05 Volker Reichelt* doc/invoke.texi (-Wduplicated-branches): Add to warni...
2017-06-02 Bernd Edlingerinvoke.texi: Document the -Wsizeof-pointer-div warning.
2017-06-01 Volker Reicheltc.opt (Wcatch-value): New shortcut for Wcatch-value=1.
2017-05-30 David MalcolmC++ template type diff printing
2017-05-30 Segher BoessenkoolRemove gen_cell_microcode, warn_cell_microcode
2017-05-25 Volker Reicheltinvoke.texi (-Wcatch-value=): Document new warning...
2017-05-22 Nathan Sidwellinvoke.texi (fdump-translation-unit): Delete documentation.
2017-05-19 Nathan Sidwelltoplev.c (general_init): Call register dump lang hook.
2017-05-14 Daniel Santosi386.opt: Add option -mcall-ms2sysv-xlogues.
2017-05-10 Nathan Sidwelldumpfile.h (TDI_lang_all): New.
2017-05-09 Claudiu Zissulescu[ARC]Fast interrupts support.
2017-05-09 Claudiu Zissulescu[ARC] Automatic context save/restore for regular interr...
2017-05-09 Marek Polacek* doc/invoke.texi: Fix typo.
2017-05-08 Nathan Sidwell* doc/invoke.texi: Alphabetize -fdump options.
2017-05-05 Andrew WatermanRISC-V: Add -mstrict-align option
2017-05-05 Steve Ellceyinvoke.texi (-fopt-info): Explicitly say order of optio...
2017-05-04 Prakhar Bahuguna[ARM] Enable Purecode for ARMv8-M Baseline
2017-05-03 Jason Merrillinvoke.texi: Note that -faligned-new is on by default...
2017-05-03 Jeff DownsSupport escaping special characters in specs
2017-05-02 Richard Bienercommon.opt (fstrict-overflow): Alias negative to fwrapv.
2017-05-02 Martin LiskaFix 2 typos in documentation (PR other/80589).
2017-04-20 Volker Reicheltc.opt (Wextra-semi): New C++ warning flag.
2017-04-20 Alexander Monakovdoc: mention handling of {0} in -Wmissing-field-initial...
2017-04-10 Matthew FortuneUpdate MIPS -mvirt option description
next