aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2010-11-16sol2.h (NM_FLAGS): Define.Rainer Orth2-4/+20
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd2-14/+14
2010-11-15godump.c: New file.Ian Lance Taylor1-1/+8
2010-11-15re PR lto/41528 (LTO needs better internal and user documentation)Jan Hubicka3-54/+600
2010-11-13tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.Richard Earnshaw2-0/+32
2010-11-13invoke.texi (MIPS Options): Add loongson3a processor.Mingming Sun1-1/+1
2010-11-12re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke2-0/+16
2010-11-12invoke.texi (early-inlining-insns): Update default.Jan Hubicka1-1/+1
2010-11-12re PR c/44782 (implement -ferror-limit=)Nathan Froyd1-1/+11
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-25/+14
2010-11-11lto.exp (lto-get-options-main): Support optional target selector for dg-suppr...Rainer Orth1-1/+1
2010-11-10Add support for TBM.Quentin Neill2-1/+11
2010-11-10Add support for BMI.Quentin Neill2-2/+14
2010-11-10re PR tree-optimization/46228 (code produced for STL container is worse in 4....Jan Hubicka1-0/+5
2010-11-10tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.Joseph Myers2-40/+0
2010-11-10gty.texi (GTY Options): Clarify that variable_size produces allocators taking...Laurynas Biveinis1-7/+47
2010-11-06NS/CF String format syntax parsing.Iain Sandoe3-4/+45
2010-11-05config.gcc: Support --with-fpmath=avx for x86.Uros Bizjak1-4/+5
2010-11-05defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers3-30/+4
2010-11-04md.texi (Machine Constraints): Correct formatting in PDP-11 constraints.Paul Koning1-4/+4
2010-11-05configure.ac: Test assembler support for DSP Rev1 mult.Chao-ying Fu1-6/+6
2010-11-04* doc/md.texi (Machine Constraints): Add PDP-11 constraints.Paul Koning1-0/+49
2010-11-04* doc/invoke.texi (PDP-11 Options): Delete -msplit, -mno-split.Paul Koning1-9/+1
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther2-1/+43
2010-11-03In gcc/: 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-8/+35
2010-11-03re PR lto/46273 (Failed to bootstrap)Dave Korn1-24/+2
2010-11-02Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov2-0/+54
2010-11-02Tune alignment for Intel Core i7Bernd Schmidt1-0/+3
2010-11-01common.opt (R, [...]): New.Joseph Myers2-30/+6
2010-10-29tm.texi.in (REGNO_OK_FOR_BASE_P, [...]): Delete non-strict variant.Paul Koning2-42/+14
2010-10-29tree.h (build_vector_from_val): Declare.Artjoms Sinkarovs1-0/+18
2010-10-29invoke.texi: Document -mam34 and -mtune options.Nick Clifton1-2/+17
2010-10-27tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.Steve Ellcey2-0/+12
2010-10-27Add -mvzeroupper to x86.H.J. Lu1-1/+8
2010-10-26install.texi: Fix typo in --with-sysroot description.Jonathan Wakely1-2/+2
2010-10-26invoke.texi: Improve documentation of -fstrict-volatile-bitfields.Jie Zhang1-6/+8
2010-10-23cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__...Nathan Froyd3-14/+24
2010-10-22extend.texi (Named Address Spaces): Document the M32C named address space.DJ Delorie1-1/+6
2010-10-22c-typeck.c (build_array_ref): Handle subscripting of vectors.Artjoms Sinkarovs1-0/+6
2010-10-22gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION, [...]): Remove.Joseph Myers2-30/+0
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers2-42/+16
2010-10-22CFStrings for Darwin.Iain Sandoe2-0/+6
2010-10-19tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.DJ Delorie2-22/+38
2010-10-18Remove gccbugAndi Kleen2-5/+1
2010-10-17libgcov.c (create_file_directory): Enable it for win32 case.Kai Tietz1-4/+4
2010-10-17In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+120
2010-10-17target.def (preferred_output_reload_class): New hook.Anatoly Sokolov2-0/+22
2010-10-17In libobjc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-7/+14
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers2-0/+6
2010-10-15Add fma supportMichael Meissner3-1/+27