Age | Commit message (Expand) | Author | Files | Lines |
2013-11-19 | arm.opt (-marm-pic-data-is-text-relative): New option. | Joey Ye | 1 | -0/+6 |
2013-11-19 | md.texi (setmem): Document new parameter. | Jan Hubicka | 1 | -0/+2 |
2013-11-18 | invoke.texi: Extend -fsanitize=undefined documentation. | Marek Polacek | 1 | -2/+37 |
2013-11-18 | AMD bdver4 enablement | Ganesh Gopalasubramanian | 2 | -5/+13 |
2013-11-17 | md.texi (setmem, movstr): Update documentation. | Jan Hubicka | 1 | -0/+5 |
2013-11-15 | * doc/invoke.texi (-mabi=elfv1, -mabi=elfv2): Document. | Ulrich Weigand | 1 | -1/+16 |
2013-11-15 | acinclude.m4 (GCC_GLIBC_VERSION_GTE_IFELSE): New configure macro. | Joseph Myers | 1 | -1/+13 |
2013-11-14 | [AArch64] [-mtune cleanup 5/5] Update invoke.texi | James Greenhalgh | 1 | -5/+9 |
2013-11-13 | extend.texi (Statement Exprs, Typeof): Discuss __auto_type. | Joseph Myers | 1 | -1/+30 |
2013-11-11 | tree.h (CONSTRUCTOR_NO_CLEARING): Define. | Tristan Gingold | 1 | -17/+19 |
2013-11-09 | target.def (can_use_doloop_p): New hook. | Richard Sandiford | 3 | -19/+28 |
2013-11-08 | Move Cilk Plus Builtins node before Other Builtins node | H.J. Lu | 1 | -26/+26 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 2 | -0/+6 |
2013-11-07 | invoke.texi (-fisolate-erroneous-paths): Document. | Jeff Law | 1 | -0/+7 |
2013-11-07 | sourcebuild.texi (Top Level): GNU ld can use linker plugins, too. | Thomas Schwinge | 1 | -1/+1 |
2013-11-06 | macro.c (_cpp_builtin_macro_text): Correct wording of two warnings. | Tobias Burnus | 1 | -1/+1 |
2013-11-06 | tree-pass.h (make_pass_live_range_shrinkage): New external. | Vladimir Makarov | 1 | -1/+7 |
2013-11-06 | gcc.c (do_spec_1): Do not insert a space after a %* substitution unless... | Nick Clifton | 1 | -7/+35 |
2013-11-05 | c.opt (-Wdate-time): New option | Tobias Burnus | 1 | -1/+8 |
2013-11-05 | re PR c++/58724 (ICE with attribute [[gnu::visibility("default")]] on namespace) | Paolo Carlini | 1 | -0/+6 |
2013-11-05 | Don't use mode wider than Pmode for size in movmem/setmem | H.J. Lu | 1 | -3/+4 |
2013-11-05 | invoke.texi (-fopenmp-simd): Document new option. | Tobias Burnus | 1 | -3/+12 |
2013-11-04 | i386.c (memory_address_length): Extract a part of code to rip_relative_addr_p. | Wei Mi | 2 | -0/+15 |
2013-11-04 | cpp.texi (__GCC_IEC_559, [...]): Document macros. | Joseph Myers | 3 | -0/+40 |
2013-10-31 | Add new nds32 port, including machine description, libgcc, and documentation. | Chung-Ju Wu | 4 | -3/+293 |
2013-10-31 | re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ... | Sharad Singhai | 1 | -19/+0 |
2013-10-30 | regmove.c: Remove. | Vladimir Makarov | 2 | -34/+2 |
2013-10-30 | c-common.c (handle_bnd_variable_size_attribute): New. | Ilya Enkovich | 1 | -6/+41 |
2013-10-30 | builtin-types.def (BT_FN_VOID_CONST_PTR): New. | Ilya Enkovich | 1 | -0/+171 |
2013-10-30 | target.def (builtin_chkp_function): New. | Ilya Enkovich | 2 | -0/+127 |
2013-10-29 | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | Balaji V. Iyer | 2 | -5/+61 |
2013-10-29 | tree-ssa.texi (gimple_phi_result): Document. | Martin Liska | 1 | -14/+12 |
2013-10-29 | Make gengtype more robust against user error | David Malcolm | 1 | -0/+7 |
2013-10-29 | Add documentation about gengtype and inheritance | David Malcolm | 1 | -0/+52 |
2013-10-26 | Makefile.def (target_modules): Remove libmudflap | Jeff Law | 4 | -74/+4 |
2013-10-25 | invoke.texi (fopenmp): Change supported OpenMP version to 4.0. | Tobias Burnus | 1 | -1/+1 |
2013-10-25 | constraints.md (B): New. | Ilya Enkovich | 2 | -2/+10 |
2013-10-25 | mode-classes.def (MODE_POINTER_BOUNDS): New. | Ilya Enkovich | 1 | -0/+6 |
2013-10-24 | re PR other/33426 (Support of #pragma ivdep) | Tobias Burnus | 2 | -0/+49 |
2013-10-23 | invoke.texi (Option Summary): Remove -fno-default-inline. | Ian Lance Taylor | 1 | -17/+1 |
2013-10-22 | Add new option -ggnu-pubnames. | Sterling Augustine | 1 | -0/+6 |
2013-10-22 | contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries. | Paolo Carlini | 1 | -1/+12 |
2013-10-21 | invoke.texi (Optimize Options): For -fno-toplevel-reorder, don't imply that a... | Ian Lance Taylor | 1 | -2/+2 |
2013-10-15 | re PR target/57756 (Function target attribute is retaining state of previous... | Sriraman Tallam | 1 | -4/+4 |
2013-10-15 | Add --enable-host-shared configuration option | David Malcolm | 1 | -0/+13 |
2013-10-11 | extend.texi (returns_nonnull): Remove arguments. | Marc Glisse | 1 | -1/+1 |
2013-10-11 | generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes. | Thomas Schwinge | 1 | -1/+1 |
2013-10-11 | generic.texi (Adding new DECL node types): Explain *_CHECK macros. | Thomas Schwinge | 1 | -0/+5 |
2013-10-11 | gimple.texi (is_gimple_omp): Move into the correct section. | Thomas Schwinge | 1 | -5/+4 |
2013-10-10 | md.texi: Document the mnemonic attribute. | Andreas Krebbel | 1 | -9/+58 |