Age | Commit message (Expand) | Author | Files | Lines |
2014-02-08 | re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali... | Jakub Jelinek | 2 | -4/+68 |
2014-02-06 | re PR c/60087 (Incorrect column number for -Wsign-compare) | Marek Polacek | 2 | -2/+8 |
2014-02-05 | re PR c/53123 (Double return statement in c-omp.c source file) | Marek Polacek | 2 | -1/+6 |
2014-02-04 | re PR c/60036 (Spurious signedness conversion warning with relational operator) | Marek Polacek | 2 | -0/+14 |
2014-02-03 | re PR c++/53017 (Integer constant expression not constant enough for vector_s... | Marc Glisse | 2 | -4/+31 |
2014-01-31 | re PR c/59963 (Wrong column number for warning -Woverflow) | Marek Polacek | 3 | -4/+13 |
2014-01-30 | re PR c/59940 (Imprecise column number for -Wconversion) | Marek Polacek | 3 | -30/+47 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 4 | -3/+10 |
2014-01-23 | re PR c/59846 (Imprecise column number for -Wtype-limits) | Marek Polacek | 3 | -4/+12 |
2014-01-23 | re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin... | Marek Polacek | 3 | -0/+18 |
2014-01-20 | c-ada-spec.h (dump_ada_specs): Revert prototype change. | Eric Botcazou | 3 | -7/+14 |
2014-01-15 | re PR c++/49718 (please allow no_instrument_function attribute in class membe... | Laurent Alfonsi | 2 | -6/+7 |
2014-01-15 | re PR c/58943 (wrong calculation of indirect structure member arithmetic via ... | Jakub Jelinek | 2 | -1/+27 |
2014-01-09 | re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure) | Jakub Jelinek | 2 | -0/+8 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 33 | -33/+37 |
2014-01-02 | arc-common.c, [...]: Use the standard form for the copyright notice. | Richard Sandiford | 3 | -2/+7 |
2013-12-28 | c-ada-spec.c (print_constructor): New function. | Eric Botcazou | 2 | -34/+47 |
2013-12-23 | re PR c++/41090 (Using static label reference in c++ class constructor produc... | Jason Merrill | 3 | -0/+15 |
2013-12-18 | Added support for Cilk Plus SIMD-enabled function for C. | Balaji V. Iyer | 3 | -12/+28 |
2013-12-11 | Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++. | Balaji V. Iyer | 4 | -38/+53 |
2013-12-11 | Add a missing tree code to a switch. | Bernd Schmidt | 2 | -0/+3 |
2013-12-11 | Remove an unused global tree, last used by objc some years ago. | Bernd Schmidt | 3 | -11/+6 |
2013-12-05 | c-common.c (c_sizeof_or_alignof_type): Move a declaration into [ADJUST_FIELD_... | Marek Polacek | 2 | -2/+8 |
2013-12-04 | re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86) | Joseph Myers | 3 | -6/+33 |
2013-12-04 | Implement -fsanitize=signed-integer-overflow. | Marek Polacek | 2 | -1/+9 |
2013-11-29 | Properly handle function without arguments | H.J. Lu | 2 | -2/+11 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 2 | -43/+0 |
2013-11-29 | re PR c/59280 (ICE with attribute((constructor(invalid)))) | Jakub Jelinek | 2 | -0/+11 |
2013-11-28 | common.opt: Introduced a new option -fsimd-cost-model. | Sergey Ostanevich | 2 | -0/+8 |
2013-11-22 | ubsan.c (ubsan_source_location): Don't crash on unknown locations. | Jakub Jelinek | 3 | -0/+17 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 4 | -3/+13 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 4 | -11/+25 |
2013-11-20 | Remove unintentional blank link from prevous commit. | Richard Sandiford | 1 | -1/+0 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 4 | -7/+18 |
2013-11-20 | c-common.c (check_function_arguments_recurse): Use tree_to_uhwi. | Kenneth Zadeck | 2 | -3/+5 |
2013-11-20 | re PR c/53001 (-Wfloat-conversion should be available to warn about floating ... | Joshua J Cogliati | 4 | -19/+59 |
2013-11-19 | c-opts.c: Include plugin.h. | Basile Starynkevitch | 2 | -0/+17 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 8 | -0/+43 |
2013-11-19 | bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl. | Marek Polacek | 2 | -4/+16 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 2 | -2/+6 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 2 | -3/+9 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 3 | -10/+15 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 5 | -11/+16 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 4 | -5/+10 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 5 | -10/+15 |
2013-11-15 | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 7 | -60/+209 |
2013-11-15 | c-pretty-print.c (pp_c_character_constant): Remove unnecessary wchar_type and... | Richard Sandiford | 2 | -7/+6 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 4 | -5/+14 |
2013-11-13 | extend.texi (Statement Exprs, Typeof): Discuss __auto_type. | Joseph Myers | 3 | -1/+9 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 6 | -4/+12 |