Age | Commit message (Expand) | Author | Files | Lines |
2014-04-14 | re PR c/60819 (dse1 removing not-dead insn (aliasing issue?)) | Richard Biener | 1 | -1/+14 |
2014-04-11 | re PR c++/57926 (Atomic functions broken with C++ but not C?) | Jason Merrill | 1 | -0/+14 |
2014-03-28 | re PR c++/60689 (Bogus error with atomic::exchange) | Jakub Jelinek | 1 | -0/+1 |
2014-02-26 | re PR c++/59231 (gcc misses [-Werror=sign-compare] when inside a template) | Jason Merrill | 1 | -3/+1 |
2014-02-19 | re PR c/37743 (Bogus printf format warning with __builtin_bswap32.) | Jakub Jelinek | 1 | -3/+3 |
2014-02-12 | re PR c/60101 (Long compile times when mixed complex floating point datatypes... | Jakub Jelinek | 1 | -8/+3 |
2014-02-08 | re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali... | Jakub Jelinek | 1 | -4/+58 |
2014-02-06 | re PR c/60087 (Incorrect column number for -Wsign-compare) | Marek Polacek | 1 | -2/+2 |
2014-02-04 | re PR c/60036 (Spurious signedness conversion warning with relational operator) | Marek Polacek | 1 | -0/+8 |
2014-02-03 | re PR c++/53017 (Integer constant expression not constant enough for vector_s... | Marc Glisse | 1 | -4/+22 |
2014-01-31 | re PR c/59963 (Wrong column number for warning -Woverflow) | Marek Polacek | 1 | -2/+3 |
2014-01-30 | re PR c/59940 (Imprecise column number for -Wconversion) | Marek Polacek | 1 | -27/+28 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 1 | -1/+1 |
2014-01-23 | re PR c/59846 (Imprecise column number for -Wtype-limits) | Marek Polacek | 1 | -3/+4 |
2014-01-23 | re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin... | Marek Polacek | 1 | -0/+11 |
2014-01-15 | re PR c++/49718 (please allow no_instrument_function attribute in class membe... | Laurent Alfonsi | 1 | -6/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-18 | Added support for Cilk Plus SIMD-enabled function for C. | Balaji V. Iyer | 1 | -0/+2 |
2013-12-11 | Add a missing tree code to a switch. | Bernd Schmidt | 1 | -0/+1 |
2013-12-11 | Remove an unused global tree, last used by objc some years ago. | Bernd Schmidt | 1 | -9/+0 |
2013-12-05 | c-common.c (c_sizeof_or_alignof_type): Move a declaration into [ADJUST_FIELD_... | Marek Polacek | 1 | -2/+2 |
2013-12-04 | re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86) | Joseph Myers | 1 | -3/+22 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -38/+0 |
2013-11-29 | re PR c/59280 (ICE with attribute((constructor(invalid)))) | Jakub Jelinek | 1 | -0/+4 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+0 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -6/+6 |
2013-11-20 | Remove unintentional blank link from prevous commit. | Richard Sandiford | 1 | -1/+0 |
2013-11-20 | c-common.c (check_function_arguments_recurse): Use tree_to_uhwi. | Kenneth Zadeck | 1 | -3/+1 |
2013-11-20 | re PR c/53001 (-Wfloat-conversion should be available to warn about floating ... | Joshua J Cogliati | 1 | -18/+29 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+7 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+1 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 1 | -3/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -8/+8 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-15 | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 1 | -44/+44 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-13 | extend.texi (Statement Exprs, Typeof): Discuss __auto_type. | Joseph Myers | 1 | -0/+2 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -0/+1 |
2013-11-12 | c-common.c (c_common_reswords): Add _Thread_local. | Joseph Myers | 1 | -0/+1 |
2013-11-09 | c-common.c (atomic_size_supported_p): New function. | Joseph Myers | 1 | -4/+25 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 1 | -0/+3 |
2013-11-06 | macro.c (_cpp_builtin_macro_text): Correct wording of two warnings. | Tobias Burnus | 1 | -0/+1 |
2013-11-04 | re PR c++/58979 (ICE with invalid use of pointer-to-member) | Marek Polacek | 1 | -0/+5 |
2013-10-30 | c-common.c (handle_bnd_variable_size_attribute): New. | Ilya Enkovich | 1 | -0/+38 |
2013-10-29 | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | Balaji V. Iyer | 1 | -0/+5 |
2013-10-26 | Makefile.def (target_modules): Remove libmudflap | Jeff Law | 1 | -4/+0 |
2013-10-15 | re PR target/57756 (Function target attribute is retaining state of previous... | Sriraman Tallam | 1 | -1/+1 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 1 | -0/+32 |