Make create_parallel_loop return void
[gcc.git] / gcc / c-family /
2015-11-11 Marek Polacekre PR c/68107 (Non-VLA type whose size is half or more...
2015-11-11 Dominique d'Humieresre PR bootstrap/68271 (Boostrap fails on x86_64-apple...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Nathan Sidwellomp-low.h (replace_oacc_fn_attrib, [...]): Declare.
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-11-08 Martin SeborClean up fallout on ILP32 from r229831.
2015-11-07 Richard SandifordMove #undef DEF_BUILTIN* to builtins.def
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06 Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05 Martin SeborPR c++/67942 - diagnose placement new buffer overflow
2015-11-05 Jakub Jelinekgcc/
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-11-03 Martin Seborre PR c/67882 (surprising offsetof result on an invalid...
2015-11-03 Thomas SchwingeOpenACC atomic directive
2015-10-30 Evgeny StupachenkoMakefile.in (OBJS): Add multiple_target.o.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-28 Jason Merrill* c-common.c (pointer_int_sum): Fold the MULT_EXPR.
2015-10-27 Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-22 Martin SeborFix up ChangeLog for rev. 229155.
2015-10-21 Martin SeborImprove --help output to generate references to option...
2015-10-20 Marek Polacekarray-notation-common.c (is_cilkplus_vector_p): Define.
2015-10-20 Marek Polacekc.opt (std=gnu++11): Do not describe as experimental.
2015-10-20 Jason MerrillImplement N4268, Do constant evaluation of all non...
2015-10-20 Jason Merrillc-cppbuiltin.c (c_cpp_builtins): Define __cpp_enumerato...
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02 Marek Polacekre PR c/67819 (-Wduplicated-cond should take macros...
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-10-01 Joseph MyersDo not describe -std=c11 etc. as experimental in c...
2015-09-28 Nathan Sidwellgomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
2015-09-25 Marek Polacekc-ubsan.c (ubsan_instrument_division): Remove unnecessa...
2015-09-25 Marek Polacekre PR sanitizer/64906 (-fsanitize=integer-divide-by...
2015-09-24 Patrick PalkaFix a -Wmisleading-indentation false-negative
2015-09-23 Manuel López-Ibáñez[c-family/49654/49655] reject invalid options in pragma...
2015-09-22 Patrick PalkaFix -Wmisleading-indentation false-positive
2015-09-22 Nathan Sidwellc.opt (Wmultiple-inheritance, [...]): New C++ warnings.
2015-09-22 Jason MerrillDisconnect -Wabi=<n> from -fabi-compat-version=<n>.
2015-09-21 Ville VoutilainenComplete the implementation of N4230, Nested namespace...
2015-09-18 Manuel López-IbáñezMisplaced return in previous commit.
2015-09-18 Manuel López-IbáñezUse explicit locations for some warnings in c-pragma.c.
2015-09-16 Mikhail MaltsevShare memory blocks between pool allocators
2015-09-15 David MalcolmChange of location_get_source_line signature
2015-09-14 Marek Polacekc-opts.c (c_common_post_options): Set C++ standard...
2015-09-14 Marek Polacekc-common.c (warn_for_sign_compare): Cast to unsigned...
2015-09-14 Mark WielaardPR28901 -Wunused-variable ignores unused const initiali...
2015-09-09 Paolo Carlinire PR c++/53184 (Unnecessary anonymous namespace warnings)
2015-09-03 Martin Seborre PR c/66516 (missing diagnostic on taking the address...
2015-09-02 Balaji V. IyerFix spawned function with lambda function
2015-08-25 Marek Polacekre PR middle-end/67330 (ICE handling weak attributes)
2015-08-22 Manuel López-IbáñezFix column location in c_lex_with_flags errors
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-18 Francois-Xavier... re PR middle-end/36757 (__builtin_signbit should be...
2015-08-18 Paolo Carlinire PR c++/67160 (static_assert feature test macro)
2015-08-17 Marek Polacekc-pretty-print.c (pp_c_cv_qualifiers): Remove code...
2015-08-12 Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-08-09 Manuel López-Ibáñezoptions.texi (EnabledBy): Document that the argument...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-08-02 Martin Seborc.opt (-Wframe-address): New warning option.
2015-08-02 Patrick PalkaImprove -Wmisleading-indentation heuristics
2015-08-02 Patrick PalkaRemove is_first_nonwhitespace_on_line(), instead improv...
2015-08-02 Patrick PalkaRefactor entry point to -Wmisleading-indentation
2015-07-30 Jason Merrillc-pretty-print.c (unary_expression): Don't print '...
2015-07-30 Marek Polacekc-common.c (warn_tautological_cmp): Bail for float...
2015-07-27 Marek Polacekre PR bootstrap/67030 (ARM bootstrap failure due to...
2015-07-27 Marek Polacekre PR c++/66555 (Fails to warn for if (j == 0 && i...
2015-07-23 Marek Polacekc-ubsan.c (ubsan_instrument_division): Use unshare_expr...
2015-07-23 Marek Polacekre PR sanitizer/66908 (Uninitialized variable when...
2015-07-20 Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-07-16 Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-15 Andrew MacLeodopth-gen.awk: Check for UNKNOWN_LOCATION rather than...
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Eric Botcazouc-ada-spec.h (cpp_operation): Revert latest change.
2015-07-09 Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-08 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
2015-07-08 Jakub Jelinekc-omp.c (c_omp_declare_simd_clauses_to_numbers): If...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
2015-07-01 Jason Merrillc-common.h (D_CXX11): Rename from D_CXX0X.
2015-07-01 Jason Merrillc-opts.c (c_common_post_options): Default to C++14.
2015-07-01 Jason Merrillc-opts.c (c_common_post_options): Highest ABI level...
2015-07-01 Eric BotcazouFix latest entry
2015-06-30 Edward Smith-RowlandImplement N4197 - Adding u8 character literals
2015-06-29 Manuel López-IbáñezWunused-parameter warnings are given from cgraph::final...
2015-06-29 Marek Polacekre PR c/66322 (Linus Torvalds: -Wswitch-bool produces...
2015-06-26 Marek Polacekc-common.c (check_main_parameter_types): Use VECTOR_TYP...
2015-06-26 Marek Polacekarray-notation-common.c (find_rank): Use INDIRECT_REF_P.
2015-06-26 Marek Polacek* c-common.c (handle_unused_attribute): Use VAR_OR_FUNC...
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-25 Andrew MacLeodfunction.h (struct incoming_args): Move struct.
2015-06-25 Marek Polacekarray-notation-common.c: Use VAR_P throughout.
2015-06-25 Marek Polacekcilk.c (extract_free_variables): Use is_global_var.
2015-06-23 Richard Sandifordc-common.c: Don't include target-def.h.
2015-06-23 Marek Polacekc-common.c (warn_logical_operator): Use tree_int_cst_eq...
2015-06-22 Pierre-Marie de... c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLAT...
2015-06-22 Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-13 Patrick PalkaEmit -Waddress warnings for comparing address of refere...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
next