Age | Commit message (Expand) | Author | Files | Lines |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -0/+5 |
2013-11-15 | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 1 | -0/+17 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+5 |
2013-11-13 | extend.texi (Statement Exprs, Typeof): Discuss __auto_type. | Joseph Myers | 1 | -0/+16 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -0/+4 |
2013-11-12 | c-common.c (c_common_reswords): Add _Thread_local. | Joseph Myers | 1 | -0/+13 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 1 | -0/+69 |
2013-11-06 | c-decl.c (locate_old_decl): If a previous conflicting decl is both explicit a... | DJ Delorie | 1 | -0/+5 |
2013-11-05 | invoke.texi (-fopenmp-simd): Document new option. | Tobias Burnus | 1 | -0/+7 |
2013-11-03 | Implement -fsanitize=vla-bound. | Marek Polacek | 1 | -0/+4 |
2013-11-01 | c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless... | Jakub Jelinek | 1 | -0/+8 |
2013-10-31 | c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ... | Jakub Jelinek | 1 | -0/+5 |
2013-10-29 | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | Balaji V. Iyer | 1 | -0/+18 |
2013-10-27 | re PR other/33426 (Support of #pragma ivdep) | Tobias Burnus | 1 | -0/+7 |
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 | 1 | -0/+7 |
2013-10-24 | c-parser.c (c_parser_struct_declaration): Add a comment. | Marek Polacek | 1 | -0/+5 |
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 | 1 | -0/+5 |
2013-10-17 | re PR c/58267 (Alignment specifier allowed within array declarator;) | Marek Polacek | 1 | -0/+14 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 1 | -0/+111 |
2013-09-25 | Makefile.in (C_TREE_H): Reference c/c-tree.h. | Tom Tromey | 1 | -0/+8 |
2013-09-25 | Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA... | Tom Tromey | 1 | -0/+4 |
2013-09-18 | re PR sanitizer/58443 (ubsan doesn't properly honor fsanitize= flags) | Marek Polacek | 1 | -0/+6 |
2013-09-18 | re PR sanitizer/58411 (no_sanitize_undefined function attribute) | Marek Polacek | 1 | -0/+6 |
2013-09-13 | re PR target/57848 (internal compiler error on builtin and '#pragma GCC targe... | Kai Tietz | 1 | -0/+7 |
2013-09-08 | c-common.c (same_scalar_type_ignoring_signedness): Delete. | Joern Rennecke | 1 | -0/+4 |
2013-09-03 | c-objc-common.c (c_tree_printer): Tidy. | Gabriel Dos Reis | 1 | -0/+4 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -0/+5 |
2013-08-26 | Add PR marker to PR id in ChangeLog. | Joern Rennecke | 1 | -1/+1 |
2013-08-26 | re PR c/35649 (Incorrect printf warning: expect double has float) | Joern Rennecke | 1 | -0/+2 |
2013-08-26 | c-typeck.c (c_common_type): Prefer double_type_node over other REAL_TYPE type... | Joern Rennecke | 1 | -0/+6 |
2013-08-23 | diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer. | Gabriel Dos Reis | 1 | -0/+5 |
2013-08-22 | pretty-print.h (output_buffer::output_buffer): Declare. | Gabriel Dos Reis | 1 | -1/+6 |
2013-08-19 | re PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an-if.c) | Balaji V. Iyer | 1 | -0/+9 |
2013-08-05 | pretty-print.h (pp_base): Remove. | Gabriel Dos Reis | 1 | -0/+4 |
2013-07-23 | * c-parser.c (struct c_generic_association): Fix typo. | Joseph Myers | 1 | -0/+4 |
2013-07-23 | c-common.h (enum rid): New constant. | Tom Tromey | 1 | -0/+8 |
2013-07-13 | re PR c++/57793 (ICE with bitfields in get_bit_range) | Jason Merrill | 1 | -0/+5 |
2013-07-04 | re PR c/57821 ('array is too large' error is missing when sizetype overflows) | Joern Rennecke | 1 | -0/+5 |
2013-06-28 | Implemented Jason Merrill's suggestions on Array Notation C++. | Balaji V. Iyer | 1 | -0/+5 |
2013-06-25 | Replaced Dynamic arrays with vec trees in Array Notation for C. | Balaji V. Iyer | 1 | -0/+12 |
2013-06-18 | re PR c/57630 (Error should include -std=c11 and friends) | Marek Polacek | 1 | -0/+5 |
2013-06-12 | fix pr c/57577 | Balaji V. Iyer | 1 | -0/+6 |
2013-06-10 | re PR c/57563 (Lots of Cilk+ failures on i686-linux) | Balaji V. Iyer | 1 | -0/+6 |
2013-06-07 | re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr... | Balaji V. Iyer | 1 | -0/+5 |
2013-06-07 | Moved array notation helper functions from c/ to c-family/ files. | Balaji V. Iyer | 1 | -0/+16 |
2013-06-05 | +2013-06-04 Balaji V. | Balaji V. Iyer | 1 | -0/+7 |
2013-06-03 | Fixed a bug in expansion of array notations in if-statement conditions. | Balaji V. Iyer | 1 | -0/+13 |
2013-06-03 | re PR c/57474 (FAIL: c-c++-common/cilk-plus/AN/sec_implicit2?.c -fcilkplus (... | Balaji V. Iyer | 1 | -0/+7 |