aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer1-0/+31
2013-12-17Fix description of OpenMP parallel directive in the C and C++ front ends.Thomas Schwinge1-0/+4
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+7
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers1-0/+8
2013-12-04re PR c/54113 (-Wmissing-prototypes produces false alarms for C99 inline func...Marek Polacek1-0/+6
2013-12-03re PR c/59351 (ICE on empty compound literal with -pedantic)Marek Polacek1-0/+6
2013-12-03re PR c/58235 (Missing diagnostic on assignment to array in c89)Joseph Myers1-0/+6
2013-11-29re PR c/42262 (internal compiler error: in set_designator, at c-typeck.c:5771)Joseph Myers1-0/+7
2013-11-29re PR c/57574 (-std=c99 inline function incorrectly has external linkage with...Joseph Myers1-0/+6
2013-11-28re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))Jakub Jelinek1-0/+8
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+6
2013-11-27Handle vector increment/decrement in build_unary_opTom de Vries1-0/+6
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-0/+16
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+18
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-0/+5
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-0/+5
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-0/+5
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-0/+5
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+17
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+5
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-0/+16
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+4
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers1-0/+13
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+69
2013-11-06c-decl.c (locate_old_decl): If a previous conflicting decl is both explicit a...DJ Delorie1-0/+5
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-0/+7
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-0/+4
2013-11-01c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless...Jakub Jelinek1-0/+8
2013-10-31c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek1-0/+5
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+18
2013-10-27re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+7
2013-10-24Correct the date, which was wrong in commit r204021Tobias Burnus1-1/+1
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+7
2013-10-24c-parser.c (c_parser_struct_declaration): Add a comment.Marek Polacek1-0/+5
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer1-1/+1
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+5
2013-10-17re PR c/58267 (Alignment specifier allowed within array declarator;)Marek Polacek1-0/+14
2013-10-11target.c: New file.Jakub Jelinek1-0/+111
2013-09-25Makefile.in (C_TREE_H): Reference c/c-tree.h.Tom Tromey1-0/+8
2013-09-25Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey1-0/+4
2013-09-18re PR sanitizer/58443 (ubsan doesn't properly honor fsanitize= flags)Marek Polacek1-0/+6
2013-09-18re PR sanitizer/58411 (no_sanitize_undefined function attribute)Marek Polacek1-0/+6
2013-09-13re PR target/57848 (internal compiler error on builtin and '#pragma GCC targe...Kai Tietz1-0/+7
2013-09-08c-common.c (same_scalar_type_ignoring_signedness): Delete.Joern Rennecke1-0/+4
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis1-0/+4
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+5
2013-08-26Add PR marker to PR id in ChangeLog.Joern Rennecke1-1/+1
2013-08-26re PR c/35649 (Incorrect printf warning: expect double has float)Joern Rennecke1-0/+2
2013-08-26c-typeck.c (c_common_type): Prefer double_type_node over other REAL_TYPE type...Joern Rennecke1-0/+6