Age | Commit message (Expand) | Author | Files | Lines |
2014-01-23 | re PR c/59825 (Many cilkplus test failures) | Balaji V. Iyer | 2 | -52/+61 |
2014-01-23 | Added support for Cilk Plus SIMD-enabled functions for C++. | Balaji V. Iyer | 2 | -1/+7 |
2014-01-23 | re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause) | Jakub Jelinek | 2 | -3/+18 |
2014-01-22 | re PR c/59891 (ICE on invalid code (with div-by-zero) at all optimization lev... | Marek Polacek | 2 | -2/+10 |
2014-01-15 | re PR c/58943 (wrong calculation of indirect structure member arithmetic via ... | Jakub Jelinek | 2 | -4/+24 |
2014-01-09 | re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus) | Balaji V. Iyer | 2 | -1/+7 |
2014-01-06 | re PR c/57773 (-Wpedantic incorrect warning for enum bit-field) | Marek Polacek | 2 | -1/+8 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 16 | -16/+20 |
2014-01-02 | arc-common.c, [...]: Use the standard form for the copyright notice. | Richard Sandiford | 2 | -1/+5 |
2013-12-18 | Added support for Cilk Plus SIMD-enabled function for C. | Balaji V. Iyer | 2 | -34/+254 |
2013-12-17 | Fix description of OpenMP parallel directive in the C and C++ front ends. | Thomas Schwinge | 2 | -3/+14 |
2013-12-11 | Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++. | Balaji V. Iyer | 3 | -10/+36 |
2013-12-04 | re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86) | Joseph Myers | 2 | -4/+16 |
2013-12-04 | re PR c/54113 (-Wmissing-prototypes produces false alarms for C99 inline func... | Marek Polacek | 2 | -1/+8 |
2013-12-03 | re PR c/59351 (ICE on empty compound literal with -pedantic) | Marek Polacek | 2 | -1/+9 |
2013-12-03 | re PR c/58235 (Missing diagnostic on assignment to array in c89) | Joseph Myers | 2 | -0/+14 |
2013-11-29 | re PR c/42262 (internal compiler error: in set_designator, at c-typeck.c:5771) | Joseph Myers | 2 | -0/+9 |
2013-11-29 | re PR c/57574 (-std=c99 inline function incorrectly has external linkage with... | Joseph Myers | 2 | -0/+14 |
2013-11-28 | re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors)) | Jakub Jelinek | 2 | -4/+10 |
2013-11-27 | cgraph.h (enum cgraph_simd_clone_arg_type): New. | Aldy Hernandez | 2 | -2/+9 |
2013-11-27 | Handle vector increment/decrement in build_unary_op | Tom de Vries | 2 | -2/+10 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 2 | -1/+7 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 4 | -26/+50 |
2013-11-20 | Fixup whitespace. | Mike Stump | 1 | -1/+0 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 5 | -0/+33 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 2 | -1/+6 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 3 | -5/+10 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 2 | -2/+7 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 2 | -1/+6 |
2013-11-15 | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 3 | -4/+290 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 2 | -1/+6 |
2013-11-13 | extend.texi (Statement Exprs, Typeof): Discuss __auto_type. | Joseph Myers | 4 | -28/+204 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2 | -1/+5 |
2013-11-12 | c-common.c (c_common_reswords): Add _Thread_local. | Joseph Myers | 4 | -12/+55 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 6 | -140/+797 |
2013-11-06 | c-decl.c (locate_old_decl): If a previous conflicting decl is both explicit a... | DJ Delorie | 2 | -1/+7 |
2013-11-05 | invoke.texi (-fopenmp-simd): Document new option. | Tobias Burnus | 2 | -12/+66 |
2013-11-03 | Implement -fsanitize=vla-bound. | Marek Polacek | 2 | -0/+15 |
2013-11-01 | c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless... | Jakub Jelinek | 2 | -1/+13 |
2013-10-31 | c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ... | Jakub Jelinek | 2 | -0/+13 |
2013-10-29 | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | Balaji V. Iyer | 5 | -0/+80 |
2013-10-27 | re PR other/33426 (Support of #pragma ivdep) | Tobias Burnus | 2 | -10/+32 |
2013-10-24 | Correct the date, which was wrong in commit r204021 | Tobias Burnus | 1 | -1/+1 |
2013-10-24 | re PR other/33426 (Support of #pragma ivdep) | Tobias Burnus | 2 | -5/+35 |
2013-10-24 | c-parser.c (c_parser_struct_declaration): Add a comment. | Marek Polacek | 2 | -1/+11 |
2013-10-23 | Fix up ChangeLog entries (name, e-mail, formatting, otherwise). | Gerald Pfeifer | 1 | -1/+1 |
2013-10-17 | tree-flow.h (struct omp_region): Move to omp-low.c. | Andrew MacLeod | 3 | -0/+7 |
2013-10-17 | re PR c/58267 (Alignment specifier allowed within array declarator;) | Marek Polacek | 2 | -11/+41 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 6 | -293/+3548 |
2013-09-25 | Makefile.in (C_TREE_H): Reference c/c-tree.h. | Tom Tromey | 2 | -59/+9 |