aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay2-0/+13
2016-07-20Enhance documentation of -fipa-ra option.Martin Liska1-2/+6
2016-07-13arm.h (TARGET_HAVE_CBZ): Define.Thomas Preud'homme1-0/+4
2016-07-13arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.Thomas Preud'homme1-0/+4
2016-07-12arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE when -mno-pic-data-is-t...Nathan Sidwell1-3/+6
2016-07-12Introduce new param: AVG_LOOP_NITERMartin Liska1-0/+3
2016-07-12re PR tree-optimization/23286 (Missed code hoisting optimization)Steven Bosscher1-3/+12
2016-07-08P0145R2: Refining Expression Order for C++ (assignment 2).Jason Merrill1-0/+7
2016-07-08P0145: Refining Expression Order for C++ (-fstrong-eval-order).Jason Merrill1-8/+9
2016-07-08re PR target/71806 (PowerPC -mcpu=power9 enables __float128 without an explic...Michael Meissner1-1/+13
2016-07-07arm-arches.def (armv8-m.base): Define new architecture.Thomas Preud'homme1-5/+6
2016-07-04[AArch64] Renaming ARMv8.1 to ARMv8.1-A in comments and documentationsJiong Wang1-1/+1
2016-07-04[AArch64] ARMv8.2 command line and feature macros supportMatthew Wahab1-1/+6
2016-06-30altivec.md (darn_32): Change the condition to TARGET_P9_MISC instead of TARGE...Kelvin Nilsen1-2/+53
2016-06-29[Testsuite] Selectors and options directives for ARM VFP FP16 support.Matthew Wahab1-0/+32
2016-06-28re PR target/58655 ([avr] -mfract-convert-truncate not documented)Pitchumani Sivanupandi1-2/+6
2016-06-28extend.texi (__builtin_add_overflow_p): Clarify behavior when last argument i...Jakub Jelinek1-0/+3
2016-06-24rs6000-builtin.def (BU_FLOAT128_2): New #define.Bill Schmidt1-0/+34
2016-06-24internal-fn.c (expand_arith_set_overflow): New function.Jakub Jelinek1-3/+4
2016-06-23Add make autoprofiledbootstrapAndi Kleen1-0/+11
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-1/+33
2016-06-22[ARM] Add initial support for Cortex-A73Kyrylo Tkachov1-2/+3
2016-06-22[AArch64] Add initial support for Cortex-A73Kyrylo Tkachov1-4/+6
2016-06-21remove mep-* supportTrevor Saunders2-111/+0
2016-06-21remove support for the interix targetTrevor Saunders1-14/+0
2016-06-21[PATCH/AARCH64] Accept vulcan as a cpu name for the AArch64 port of GCCVirendra Pathak1-2/+2
2016-06-16doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typoBernhard Reutner-Fischer1-1/+1
2016-06-16invoke.texi (x86 Options): Document -m80387 and -mhard-float.Uros Bizjak1-1/+9
2016-06-16driver-i386.c (host_detect_local_cpu): Set PROCESSOR_K8 for signature_CENTAUR...Jocelyn Mayer1-4/+58
2016-06-15vsx.md (VSINT_84): Add DImode to enable loading DImode constants with XXSPLTI...Michael Meissner2-4/+19
2016-06-15re PR target/67353 ([avr] Option-ize Warning "appears to be a misspelled sign...Pitchumani Sivanupandi1-2/+8
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill1-1/+10
2016-06-14* Partially revert my previous commit.Uros Bizjak1-1/+0
2016-06-13i386-builtin-types.def (INT_FTYPE_FLOAT128): New function type.Uros Bizjak1-0/+1
2016-06-13[AArch64] Emit division using the Newton seriesEvandro Menezes1-0/+11
2016-06-13[AArch64] Emit square root using the Newton seriesEvandro Menezes1-0/+12
2016-06-13[AArch64] Add more choices for the reciprocal square root approximationEvandro Menezes1-1/+1
2016-06-13altivec.h (vec_absd): New macro for vector absolute difference unsigned.Kelvin Nilsen1-0/+25
2016-06-12i386.c (ix86_init_builtins): Calculate FLOAT128_FTYPE_CONST_STRING function t...Uros Bizjak1-13/+12
2016-06-12Add missing commit:Uros Bizjak1-0/+8
2016-06-09Update documentation for ARM architectureStefan Bruens1-7/+14
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor1-0/+41
2016-06-08invoke.texi (max-loop-headers-insns): Document.Jan Hubicka1-0/+4
2016-06-07invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and -mno-htm.Peter Bergner1-2/+10
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-1/+5
2016-06-06sparc: support for the SPARC M7 and VIS 4.0Jose E. Marchesi2-9/+61
2016-06-06* doc/sourcebuild.texi (Directives): Remove extra closing braces.Jonathan Wakely1-4/+4
2016-06-04PR c/48116 - -Wreturn-type does not work as advertisedMartin Sebor1-2/+6
2016-06-03Add option for whether ceil etc. can raise "inexact", adjust x86 conditions.Joseph Myers2-7/+34
2016-06-03Implement x86 interrupt attributeH.J. Lu1-0/+73