Age | Commit message (Expand) | Author | Files | Lines |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -0/+6 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -33/+33 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+4 |
2014-10-27 | Let GDB reuse GCC's parser. | Phil Muldoon | 1 | -6/+6 |
2014-10-23 | fold-const.c (fold_binary_loc): Preserve side-effects of X - X when simplifyi... | Richard Biener | 1 | -0/+2 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+6 |
2014-10-15 | * stor-layout.c (self_referential_size): Do not promote arguments. | Eric Botcazou | 1 | -6/+1 |
2014-10-14 | machmode.h (int_n_data_t): New. | DJ Delorie | 1 | -4/+39 |
2014-10-10 | re PR c/63495 (struct __attribute__ ((aligned (8))) broken on x86) | Jakub Jelinek | 1 | -7/+9 |
2014-08-29 | cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to... | DJ Delorie | 1 | -4/+7 |
2014-08-25 | IPA C++ refactoring 4/N | Martin Liska | 1 | -1/+1 |
2014-08-01 | opts.c (common_handle_option): Handle -fsanitize=alignment. | Jakub Jelinek | 1 | -0/+21 |
2014-07-09 | revert: stor-layout.c (finish_builtin_struct): Copy fields into the variants. | Jan Hubicka | 1 | -5/+1 |
2014-07-08 | re PR middle-end/60226 (ICE initializing array of elements with too large ali... | Marek Polacek | 1 | -0/+5 |
2014-06-28 | stor-layout.c (finish_builtin_struct): Copy fields into the variants. | Jan Hubicka | 1 | -1/+5 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -72/+13 |
2014-04-22 | machmode.h (bitwise_mode_for_mode): Declare. | Richard Sandiford | 1 | -0/+67 |
2014-04-14 | stor-layout.c (place_field): Finalize non-constant offset for the field, if any. | Eric Botcazou | 1 | -0/+4 |
2014-01-08 | re PR rtl-optimization/59649 (BImode miscompiled) | Jakub Jelinek | 1 | -1/+15 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-30 | re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus) | Nick Clifton | 1 | -1/+1 |
2013-12-19 | re PR other/59545 (Signed integer overflow issues) | Jakub Jelinek | 1 | -2/+2 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -9/+0 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+0 |
2013-11-22 | 2013-11-22 zadeck@naturalbridge.com | Kenneth Zadeck | 1 | -3/+3 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+4 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -27/+27 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -21/+21 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-25 | mode-classes.def (MODE_POINTER_BOUNDS): New. | Ilya Enkovich | 1 | -0/+9 |
2013-10-21 | Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and... | Bernd Edlinger | 1 | -6/+2 |
2013-10-18 | stor-layout.c (layout_type): Do not change TYPE_PRECISION or TYPE_UNSIGNED of... | Richard Biener | 1 | -10/+7 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -22/+22 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-05-10 | stor-layout.c (element_precision): New function. | Marc Glisse | 1 | -0/+12 |
2013-04-28 | stor-layout.c (finalize_size_functions): Allocate a structure and reset cfun ... | Eric Botcazou | 1 | -0/+2 |
2013-04-11 | stor-layout.c (skip_simple_constant_arithmetic): Move to... | Eric Botcazou | 1 | -26/+0 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-30 | stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with d... | Eric Botcazou | 1 | -4/+8 |
2012-11-28 | re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, gcc.c-tor... | Richard Sandiford | 1 | -8/+12 |
2012-11-28 | stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,... | Eric Botcazou | 1 | -5/+5 |
2012-11-26 | fold-const.c (const_binop): Adjust comment. | Eric Botcazou | 1 | -1/+1 |
2012-11-20 | stor-layout.c (bit_field_mode_iterator::next_mode): Fix signedness. | Richard Sandiford | 1 | -6/+9 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-18 | stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Set up a de... | Richard Sandiford | 1 | -13/+68 |