summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (noplt): New attribute.Sriraman Tallam2015-06-041-0/+22
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* re PR c/47043 (allow deprecating enum values)Marek Polacek2015-05-221-0/+1
* c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek2015-05-201-12/+8
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-12/+4
* Move array-type va_list handling to build_va_argTom de Vries2015-05-181-15/+112
* re PR c/48956 (-Wconversion should warn when a complex value is assigned to a...Mikhail Maltsev2015-05-151-14/+149
* re PR c/66066 (r222889 causes bogus error: initializer element is not constant)Marek Polacek2015-05-141-16/+50
* re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod2015-05-121-1/+1
* Don't take address of ap unless necessaryTom de Vries2015-05-121-3/+19
* c-common.h (enum cxx_dialect): Add cxx_unset.Jason Merrill2015-05-091-2/+2
* re PR c/65179 (Introduce new C warning: -Wshift-negative-value)Marek Polacek2015-05-071-0/+8
* c-common.c (maybe_warn_bool_compare): When comparing with 0/1, require that t...Marek Polacek2015-04-301-0/+11
* c-common.c (handle_section_attribute): Refactor to reduce nesting and disting...Josh Triplett2015-04-291-45/+46
* re PR c/64610 (No -Wbool-compare warning on "(0 != a) >= 0")Marek Polacek2015-04-291-2/+14
* Remove ifn_va_arg ap fixupTom de Vries2015-04-281-0/+4
* re PR c/63357 (Warn for P && P and P || P (same expression used multiple tim...Marek Polacek2015-04-241-13/+26
* re PR c/65830 (-Wno-shift-count-negative -Wno-shift-count-overflow don't work...Marek Polacek2015-04-241-6/+8
* re PR c/61534 (Wlogical-op should not warn when either operand comes from mac...Marek Polacek2015-04-241-0/+7
* PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer2015-04-101-0/+4
* c-parser.c (c_parse_init): Don't call xstrdup on get_identifier argument.Jakub Jelinek2015-03-111-3/+2
* re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat...Jakub Jelinek2015-03-101-0/+6
* [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge2015-02-241-18/+16
* IPA ICF: add no_icf attribute.Martin Liska2015-01-191-0/+21
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+17
* common.opt: New option -fstack-protector-explicit.Marcos Diaz2015-01-141-0/+22
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+3
* tsan.c (pass_tsan::gate): Add no_sanitize_thread support.Mike Stump2015-01-081-0/+3
* re PR c/64440 (-Wdiv-by-zero false negative on const variables)Marek Polacek2015-01-071-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR c/64423 (Incorrect column number of -Wchar-subscripts)Marek Polacek2015-01-051-2/+3
* symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka2014-12-071-1/+6
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* re PR target/63764 (ICE: in verify_ssa, at tree-ssa.c:939)Jakub Jelinek2014-11-211-4/+31
* Allow the static chain to be set from CRichard Henderson2014-11-191-0/+2
* re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek2014-11-121-0/+24
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-2/+68
* c-common.c (shorten_compare): Do not shorten mixed DFP and non-DFP compares.Richard Biener2014-11-041-1/+7
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-10/+10
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+10
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-27/+55
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-10/+18
* re PR c++/54427 (Expose more vector extensions)Marc Glisse2014-10-031-0/+4
* c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill2014-09-301-0/+2
* c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill2014-09-301-0/+1
* c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill2014-09-301-1/+0
* Add an no_reorder attribute for LTOAndi Kleen2014-09-241-0/+28
* re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka2014-09-191-0/+20
* opth-gen.awk: Generate mapping from cpp message reasons to the options that e...Manuel López-Ibáñez2014-09-091-35/+3
* options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez2014-09-041-0/+2