rs6000-c.c: Add built-in support for vector compare equal and vector compare not...
[gcc.git] / gcc / doc / extend.texi
2016-11-22 Carl Lovers6000-c.c: Add built-in support for vector compare...
2016-11-16 Alexander Monakovnvptx backend prerequisites for OpenMP offloading
2016-10-24 Georg-Johann Layre PR target/78093 ([avr] New variable attribute "absda...
2016-10-18 Kelvin Nilsenvec-all-ne-0.c: New test.
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-29 Martin Liskaobjc: update documetation and add test-case of
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-23 Martin LiskaRemove fused-madd from documentation
2016-09-16 Jonathan WakelyFix documentation for overflow-checking builtins
2016-09-12 Marek Polacekextend.texi: Use lowercase "boolean".
2016-09-02 Martin SeborPR tree-optimization/71831 - __builtin_object_size...
2016-08-27 Gerald Pfeiferextend.texi (SPU Built-in Functions): Remove stale...
2016-08-22 Joseph MyersAdd minimal _FloatN, _FloatNx built-in functions.
2016-08-19 Joseph MyersImplement C _FloatN, _FloatNx types.
2016-08-10 Kelvin Nilsenaltivec.h (vec_extract_exp): New macro.
2016-08-01 Georg-Johann Layextend.texi (AVR Built-in Functions): Document __builti...
2016-07-28 Martin LiskaIntroduce no_profile_instrument_function attribute
2016-07-22 Martin Seborextend.texi (Compound Literals): Add '@' missed in...
2016-07-22 Martin SeborPR c/71560 - union compound literal initializes wrong...
2016-07-22 Kelvin Nilsenrs6000.c (rs6000_option_override_internal): Add comment...
2016-07-20 Georg-Johann LayImplement attribute progmem on reduced Tiny cores by...
2016-06-30 Kelvin Nilsenaltivec.md (darn_32): Change the condition to TARGET_P9...
2016-06-28 Jakub Jelinekextend.texi (__builtin_add_overflow_p): Clarify behavio...
2016-06-24 Bill Schmidtrs6000-builtin.def (BU_FLOAT128_2): New #define.
2016-06-24 Jakub Jelinekinternal-fn.c (expand_arith_set_overflow): New function.
2016-06-13 Uros Bizjak* Partially revert my previous commit.
2016-06-13 Uros Bizjaki386-builtin-types.def (INT_FTYPE_FLOAT128): New functi...
2016-06-13 Kelvin Nilsenaltivec.h (vec_absd): New macro for vector absolute...
2016-06-12 Uros Bizjaki386.c (ix86_init_builtins): Calculate FLOAT128_FTYPE_C...
2016-06-12 Uros BizjakAdd missing commit:
2016-06-08 Martin Seborre PR c++/70507 (integer overflow builtins not constant...
2016-06-06 Bernd Edlingerre PR c/24414 (Old-style asms don't clobber memory)
2016-06-06 Jose E. Marchesisparc: support for the SPARC M7 and VIS 4.0
2016-06-03 H.J. LuImplement x86 interrupt attribute
2016-06-01 Kelvin Nilsenaltivec.h (vec_slv): New macro.
2016-05-24 Michael Meissneraltivec.md (VParity): New mode iterator for vector...
2016-05-19 Kelvin Nilsendarn-0.c: New test.
2016-05-09 Robert SuchanekAdd support for MIPS SIMD Architecture (MSA).
2016-05-03 Martin SeborPR c++/66561 - __builtin_LINE at al. should yield const...
2016-05-02 Michael Meissnermachmode.h (mode_complex): Add support to give the...
2016-04-29 Bill Schmidtaltivec.h: Change definitions of vec_xl and vec_xst.
2016-04-28 Markus Trippelsdorfdoc/extend.texi: Discourage use of the optimize attribute
2016-04-14 Martin SeborPR c++/70652 - [6 Regression] r234966 causes bootstrap...
2016-04-13 Martin SeborPR c++/69517 - [5/6 regression] SEGV on a VLA with...
2016-04-11 Michael Meissnerre PR target/70381 (On powerpc, -mfloat128 is on by...
2016-03-25 Aldy Hernandez* doc/extend.texi: Fix typo in documentation to pure...
2016-03-18 David WohlferdDavid Wohlferd's patch to document more issues with...
2016-03-16 Carlos O'DonellCleanup and expand on the 'leaf' function attribute...
2016-03-04 Jakub Jelinekextend.texi (__builtin_alloca, [...]): Fix @xref usage.
2016-02-26 Martin LiskaMention clog10{,f,l} in documentation (Builtins section)
2016-02-23 Martin SeborPR middle-end/69780 - [4.9/5/6 Regression] ICE on __bui...
2016-02-23 Richard HendersonRemove __seg_tls before first release.
2016-02-17 Jonathan Wakelyextend.texi (C++ Attributes): Correct description of...
2016-02-11 Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2016-02-09 Sandra Loosemorere PR other/69722 (gcc/doc/extend.texi:7526: warning...
2016-02-05 Dominik VogtS/390: Correct documentation
2016-01-26 Martin SeborPR other/69477 - attribute aligned documentation misleading
2016-01-25 Eric Botcazouextend.texi (scalar_storage_order type attribute):...
2016-01-22 Eric Botcazouextend.texi (scalar_storage_order type attribute):...
2016-01-21 Martin SeborPR c/52291 - __sync_fetch_and_add and friends poorly...
2016-01-21 Sandra Loosemorecommon.opt (feliminate-dwarf2-dups): Replace references...
2016-01-20 Peter Bergnerppc-auxv.h: New file.
2016-01-15 Jonathan Wakely* doc/extend.texi (Type Traits): Fix grammar.
2016-01-14 Michael MeissnerRevert 2016-01-13 change.
2016-01-13 Michael Meissnerrs6000-builtin.def (BU_FLOAT128_2): Add support for...
2016-01-13 Jonathan WakelyClarify __atomic_compare_exchange effects
2016-01-08 Martin SeborPR c/68966 - atomic_fetch_* on atomic_bool not diagnosed
2016-01-07 Sandra Loosemorere PR target/1078 (Problems with attributes documentation)
2016-01-05 Sandra Loosemorere PR target/1078 (Problems with attributes documentation)
2016-01-05 Sandra Loosemorere PR target/1078 (Problems with attributes documentation)
2016-01-05 Sandra Loosemorere PR target/1078 (Problems with attributes documentation)
2016-01-04 Jakub JelinekUpdate copyright years.
2016-01-04 Sandra Loosemoreextend.texi (Common Function Attributes): Move docs...
2016-01-02 Sandra Loosemorere PR target/1078 (Problems with attributes documentation)
2016-01-01 Sandra Loosemoreextend.texi (Common Function Attributes): Move to corre...
2015-12-29 Michael Meissnerrs6000.c (init_float128_ieee): Remove IEEE 128-bit...
2015-12-24 Kirill YukhinIntroduce support for PKU instructions.
2015-12-06 Victoria Stepanyansupport for AMD clzero isa.
2015-12-04 Dominik Vogt[PATCH 1/2] S/390: Implement "target" attribute.
2015-12-04 Kirill YukhinAdd notinbranch/inbranch flags to attribute __simd__.
2015-12-04 Eric Botcazoure PR middle-end/65958 (-fstack-check breaks alloca...
2015-11-17 Sandra Loosemorere PR c/48568 (Missing documentation for __attribute__...
2015-11-17 Sandra Loosemorere PR other/56036 (Wrong indentation in multiple -O...
2015-11-17 Sandra Loosemorere PR other/65129 (gcc manual index entry of __builtin_...
2015-11-16 Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-16 Christian Bruelre PR target/65837 ([arm-linux-gnueabihf] lto1 target...
2015-11-09 Richard Hendersoni386: Add address spaces for fs/gs segments and tls
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-30 Evgeny StupachenkoMakefile.in (OBJS): Add multiple_target.o.
2015-10-30 Venkataramanan Kumarlibgcc changes for AMD znver1.
2015-10-29 Michael Meissnerrs6000.c (rs6000_init_libfuncs): Split libfunc setup...
2015-10-22 David WohlferdProposed doc update for Explicit Reg Vars 3/3
2015-10-21 David WohlferdProposed doc update for Explicit Reg Vars 2/3
2015-10-20 Arkadiusz Drabczyk[PATCH] c/67925 - update documentation on `inline'
2015-10-19 David WohlferdProposed doc update for Explicit Reg Vars 1/3
2015-10-14 Peter Bergnerhtm.md (UNSPEC_HTM_FENCE): New.
2015-10-06 Nick Cliftongcc * config/msp430/msp430.c (ATTR_NOINIT): New constant.
2015-10-06 Jonathan WakelyUpdate template instantiation documentation
2015-09-28 David Wohlferdextend.texi (Asm Labels): Break out text for data vs...
2015-09-03 Martin Seborre PR c/66516 (missing diagnostic on taking the address...
next