[ARM/AArch64][testsuite] Add vmull tests.
[gcc.git] / gcc / c-family /
2015-01-19 Martin LiskaIPA ICF: add no_icf attribute.
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-15 Marcos Diazcommon.opt: New option -fstack-protector-explicit.
2015-01-14 Martin Ueckertree-vrp.c (check_array_ref): Emit more warnings for...
2015-01-09 Jakub Jelinekre PR rtl-optimization/64536 (Undefined .L* symbol...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08 Jason Merrillubsan.c (do_ubsan_in_current_function): New.
2015-01-08 Mike Stumptsan.c (pass_tsan::gate): Add no_sanitize_thread support.
2015-01-07 Marek Polacekre PR c/64440 (-Wdiv-by-zero false negative on const...
2015-01-06 Trevor Saundersimplement -Wsuggest-override
2015-01-05 Jakub JelinekUpdate copyright years.
2015-01-05 Marek Polacekre PR c/64423 (Incorrect column number of -Wchar-subscr...
2014-12-20 Edward Smith-Rowlandc-cppbuiltin.c (__cpp_sized_deallocation): Uncomment...
2014-12-20 Martin Ueckerinvoke.texi: Document -Wdiscarded-array-qualifiers.
2014-12-19 Jakub Jelinekre PR preprocessor/63831 (r217292 causes segfaults...
2014-12-15 Jason MerrillN3778: Sized Deallocation
2014-12-12 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_c...
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-12-08 Jeff LawFix typo in ChangeLog
2014-12-07 Jan Hubickasymtab.c (symtab_node::equal_address_to): New function.
2014-12-06 Marek Polacekre PR tree-optimization/64183 (Complete unroll doesn...
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-29 Tobias Burnusopt-functions.awk (lang_enabled_by): Support || for...
2014-11-28 Marek Polacekc-ubsan.c (ubsan_instrument_shift): Use op1_utype for...
2014-11-28 Marek Polacekre PR c/63862 (C frontend converts shift-count to int...
2014-11-21 Mark WielaardPR debug/38757 gcc does not emit DW_LANG_C99.
2014-11-21 Jakub Jelinekre PR target/63764 (ICE: in verify_ssa, at tree-ssa...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19 Richard HendersonAllow the static chain to be set from C
2014-11-18 Jakub Jelinekre PR sanitizer/63813 ([UBSAN] ICE in ubsan_type_descri...
2014-11-15 Marek Polacekre PR middle-end/63884 (ICE: SIGSEGV in is_sec_implicit...
2014-11-12 Joseph MyersPredefine __NO_MATH_ERRNO__ for -fno-math-errno.
2014-11-12 Jakub Jelinekre PR c/59708 (clang-compatible checked arithmetic...
2014-11-11 Andi KleenError out for Cilk_spawn or array expression in forbidd...
2014-11-11 Andi KleenFix error location for cilk error message
2014-11-10 Paolo Carliniinvoke.texi ([-Wshift-count-negative, [...]): Add.
2014-11-10 Edward Smith-Rowlandcpplib.h (cpp_callbacks): Add has_attribute.
2014-11-05 Ilya Enkovichipa-chkp.c: New.
2014-11-04 Richard Bienerc-common.c (shorten_compare): Do not shorten mixed...
2014-11-02 Edward Smith-Rowlandfeat-cxx11.C: Commentary and rearrangement of tests.
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-26 Manuel López-IbáñezIn cp/error.c...
2014-10-24 Marek Polacekre PR c/56980 (C pretty-printer does not handle well...
2014-10-23 Marek Polacekc-ubsan.c (ubsan_instrument_shift): Perform the MINUS_E...
2014-10-22 Jakub JelinekNew syntax for -fsanitize-recover.
2014-10-21 Kirill YukhinRevert r216483.
2014-10-20 Igor Zamyatinre PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)
2014-10-17 Marek Polacekc-opts.c (c_common_post_options): Set warn_implicit_int.
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-16 DJ Delorietree-core.h: Fix comment to not assume pointers are...
2014-10-15 Jason Merrillre PR c++/63455 (decltype of statement expression ...
2014-10-15 Marek Polacekinvoke.texi: Update to reflect that GNU11 is the defaul...
2014-10-14 DJ DelorieMissed bit of previous commit.
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-10-06 Edward Smith-Rowlandc-cppbuiltin.c: Move __cpp_attribute_deprecated to...
2014-10-03 Marc Glissere PR c++/54427 (Expose more vector extensions)
2014-10-01 Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
2014-09-30 Jason Merrillc-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-24 Andi KleenAdd an no_reorder attribute for LTO
2014-09-23 Joseph MyersRemove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.
2014-09-19 Jan Hubickare PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)
2014-09-18 Joseph MyersRemove LIBGCC2_TF_CEXT target macro.
2014-09-15 Manuel López-Ibáñezc.opt (Wpsabi): Use LangEnabledBy.
2014-09-12 Joseph MyersRemove LIBGCC2_HAS_?F_MODE target macros.
2014-09-11 Marc Glissere PR target/58757 (Advertise the lack of denormal...
2014-09-10 Jakub Jelinekubsan.h (struct ubsan_mismatch_data): Removed.
2014-09-09 Manuel López-Ibáñezopth-gen.awk: Generate mapping from cpp message reasons...
2014-09-09 Manuel López-Ibáñezinvoke.texi (Wnormalized=): Update.
2014-09-08 Joseph MyersRemove SF_SIZE etc. target macros.
2014-09-05 Joseph MyersUse -fbuilding-libgcc for more target macros used in...
2014-09-05 Richard Bienerre PR tree-optimization/63148 (r187042 causes auto...
2014-09-04 Manuel López-Ibáñezoptions.texi: Document that Var and Init are required...
2014-09-03 Marek Polacekinvoke.texi: Document that -Wlogical-not-parentheses...
2014-09-02 Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-29 Manuel López-Ibáñezdirectives.c (check_eol_1): New.
2014-08-29 Manuel López-Ibáñezmacro.c (warn_of_redefinition): Suppress warnings for...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-25 Jason Merrillc.opt: Change -std=c++1y and -std=gnu++1y to be aliases...
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-23 Jason Merrill* c.opt (std=gnu++17): Fix alias.
2014-08-22 Marek Polacekre PR c++/62199 (ICE with -Wlogical-not-parentheses)
2014-08-22 Manuel López-Ibáñezc.opt (Wcomment): Use CPP, Var and LangEnabledBy.
2014-08-20 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-08-19 Manuel López-Ibáñezre PR preprocessor/51303 (-Wmissing-include-dirs warnin...
2014-08-19 Manuel López-Ibáñezre PR preprocessor/60975 (-Wvariadic-macros does not...
2014-08-19 Marek Polacekre PR c++/62153 (warn for bool expression compared...
2014-08-19 Marek Polacekinvoke.texi: Document -Wc99-c11-compat.
2014-08-19 Marek Polacekc-opts.c (sanitize_cpp_opts): Make warn_long_long be...
2014-08-19 Manuel López-Ibáñezre PR c/52952 (Wformat location info is bad (wrong...
2014-08-15 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-08-12 Igor Zamyatinre PR other/61962 (GCC seems to enter an infinite loop...
2014-08-10 Marek Polacekre PR c/51849 (-Wc99-compat would be considered useful)
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-03 Marek Polacekc-common.c (check_case_value): Add location_t parameter.
next