aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Fix typo in ChangeLogJeff Law1-1/+1
2014-12-07symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka1-1/+6
2014-12-06re PR tree-optimization/64183 (Complete unroll doesn't happen for a while-loop)Marek Polacek2-1/+10
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek4-3/+10
2014-11-29opt-functions.awk (lang_enabled_by): Support || for enabled-by.Tobias Burnus1-25/+5
2014-11-28c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR instead of u...Marek Polacek2-1/+6
2014-11-28re PR c/63862 (C frontend converts shift-count to int while standard wants in...Marek Polacek3-1/+27
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard2-0/+18
2014-11-21re PR target/63764 (ICE: in verify_ssa, at tree-ssa.c:939)Jakub Jelinek3-5/+43
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm3-2/+29
2014-11-19Allow the static chain to be set from CRichard Henderson2-1/+3
2014-11-18re PR sanitizer/63813 ([UBSAN] ICE in ubsan_type_descriptor, at ubsan.c:346)Jakub Jelinek2-10/+29
2014-11-15re PR middle-end/63884 (ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkp...Marek Polacek2-0/+13
2014-11-12Predefine __NO_MATH_ERRNO__ for -fno-math-errno.Joseph Myers2-0/+10
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek2-0/+30
2014-11-11Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen3-0/+48
2014-11-11Fix error location for cilk error messageAndi Kleen2-1/+6
2014-11-10invoke.texi ([-Wshift-count-negative, [...]): Add.Paolo Carlini2-3/+15
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland3-4/+106
2014-11-05ipa-chkp.c: New.Ilya Enkovich2-2/+150
2014-11-04c-common.c (shorten_compare): Do not shorten mixed DFP and non-DFP compares.Richard Biener2-1/+12
2014-11-02feat-cxx11.C: Commentary and rearrangement of tests.Edward Smith-Rowland2-1/+11
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford5-15/+20
2014-10-28cgraph.h: Flatten.Andrew MacLeod6-0/+49
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2-0/+12
2014-10-26In cp/error.c...Manuel López-Ibáñez3-14/+10
2014-10-24re PR c/56980 (C pretty-printer does not handle well pointer to typedef of st...Marek Polacek2-1/+9
2014-10-23c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR in unsigned type.Marek Polacek2-5/+11
2014-10-22New syntax for -fsanitize-recover.Jakub Jelinek2-3/+10
2014-10-21Revert r216483.Kirill Yukhin2-71/+45
2014-10-20re PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)Igor Zamyatin2-41/+87
2014-10-17c-opts.c (c_common_post_options): Set warn_implicit_int.Marek Polacek3-1/+10
2014-10-16function.h: Flatten file.Andrew MacLeod3-1/+17
2014-10-16tree-core.h: Fix comment to not assume pointers are multiples of bytes.DJ Delorie2-1/+6
2014-10-15re PR c++/63455 (decltype of statement expression internal compiler error: i...Jason Merrill2-1/+10
2014-10-15invoke.texi: Update to reflect that GNU11 is the default mode for C.Marek Polacek3-1/+8
2014-10-14Missed bit of previous commit.DJ Delorie1-13/+14
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie5-36/+136
2014-10-12move many gc hashtab to hash_tableTrevor Saunders2-10/+22
2014-10-06c-cppbuiltin.c: Move __cpp_attribute_deprecated to the C++11 section.Edward Smith-Rowland2-1/+6
2014-10-03re PR c++/54427 (Expose more vector extensions)Marc Glisse2-0/+11
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2-0/+54
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill3-0/+7
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill3-0/+5
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill3-2/+6
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek2-3/+6
2014-09-24Add an no_reorder attribute for LTOAndi Kleen2-0/+33
2014-09-23Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers2-0/+30
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka1-0/+20
2014-09-19Remove LIBGCC2_TF_CEXT target macro.Joseph Myers2-0/+27