| Commit message (Expand) | Author | Age | Files | Lines |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -2/+0 |
* | 2013-11-22 zadeck@naturalbridge.com | Kenneth Zadeck | 2013-11-22 | 1 | -3/+3 |
* | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 2013-11-20 | 1 | -1/+1 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+4 |
* | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 2013-11-18 | 1 | -2/+1 |
* | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 2013-11-18 | 1 | -27/+27 |
* | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 2013-11-18 | 1 | -4/+4 |
* | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 2013-11-18 | 1 | -21/+21 |
* | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 2013-11-18 | 1 | -2/+2 |
* | gimplify-be.h: New file. | Andrew MacLeod | 2013-11-14 | 1 | -0/+1 |
* | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2013-11-12 | 1 | -1/+1 |
* | mode-classes.def (MODE_POINTER_BOUNDS): New. | Ilya Enkovich | 2013-10-25 | 1 | -0/+9 |
* | Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and... | Bernd Edlinger | 2013-10-21 | 1 | -6/+2 |
* | stor-layout.c (layout_type): Do not change TYPE_PRECISION or TYPE_UNSIGNED of... | Richard Biener | 2013-10-18 | 1 | -10/+7 |
* | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 2013-09-30 | 1 | -22/+22 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -1/+1 |
* | stor-layout.c (element_precision): New function. | Marc Glisse | 2013-05-10 | 1 | -0/+12 |
* | stor-layout.c (finalize_size_functions): Allocate a structure and reset cfun ... | Eric Botcazou | 2013-04-28 | 1 | -0/+2 |
* | stor-layout.c (skip_simple_constant_arithmetic): Move to... | Eric Botcazou | 2013-04-11 | 1 | -26/+0 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -3/+1 |
* | stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with d... | Eric Botcazou | 2012-11-30 | 1 | -4/+8 |
* | re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, gcc.c-tor... | Richard Sandiford | 2012-11-28 | 1 | -8/+12 |
* | stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,... | Eric Botcazou | 2012-11-28 | 1 | -5/+5 |
* | fold-const.c (const_binop): Adjust comment. | Eric Botcazou | 2012-11-26 | 1 | -1/+1 |
* | stor-layout.c (bit_field_mode_iterator::next_mode): Fix signedness. | Richard Sandiford | 2012-11-20 | 1 | -6/+9 |
* | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 2012-11-20 | 1 | -1/+1 |
* | stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Set up a de... | Richard Sandiford | 2012-11-18 | 1 | -13/+68 |
* | machmode.h (bit_field_mode_iterator): New class. | Richard Sandiford | 2012-11-18 | 1 | -60/+101 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -17/+17 |
* | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 2012-09-07 | 1 | -4/+3 |
* | Convert MEMBER_TYPE_FORCES_BLK to target hook | H.J. Lu | 2012-08-17 | 1 | -9/+4 |
* | re PR c/53968 (integer undefined behaviors in GCC) | Jakub Jelinek | 2012-08-13 | 1 | -4/+8 |
* | target.def (vector_alignment): New target hook. | Ulrich Weigand | 2012-07-30 | 1 | -3/+11 |
* | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 2012-06-02 | 1 | -8/+8 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -1/+0 |
* | LANGUAGES: Fix typos. | Joseph Myers | 2012-05-29 | 1 | -3/+3 |
* | stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype into a PLU... | Eric Botcazou | 2012-05-14 | 1 | -11/+15 |
* | stor-layout.c (byte_from_pos): Amend comment. | Richard Guenther | 2012-05-10 | 1 | -1/+7 |
* | cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use. | Richard Guenther | 2012-05-10 | 1 | -4/+0 |
* | stor-layout.c (bit_from_pos): Document. | Richard Guenther | 2012-05-09 | 1 | -23/+37 |
* | tree.c (valid_constant_size_p): New function. | Richard Guenther | 2012-05-02 | 1 | -15/+31 |
* | re PR tree-optimization/52979 (likely wrong code bug w/packed bitfields) | Jakub Jelinek | 2012-04-25 | 1 | -3/+8 |
* | stor-layout.c (finish_bitfield_representative): Fallback to conservative maxi... | Richard Guenther | 2012-03-20 | 1 | -4/+31 |
* | tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc... | Tristan Gingold | 2012-03-20 | 1 | -5/+5 |
* | stor-layout.c (finish_bitfield_representative): Fall back to the conservative... | Richard Guenther | 2012-03-16 | 1 | -7/+11 |
* | re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace... | Richard Guenther | 2012-03-14 | 1 | -0/+187 |
* | re PR target/52238 (-mms-bitfields: __attribute__ ((aligned (n))) ignored for... | Kai Tietz | 2012-02-20 | 1 | -6/+6 |
* | expr.c (store_field): Avoid a direct store if the mode is larger than the siz... | Bernd Schmidt | 2011-12-20 | 1 | -3/+4 |
* | stor-layout.c (layout_type): Use size_binop for array size calculations. | Richard Guenther | 2011-09-05 | 1 | -7/+6 |
* | re PR target/50009 (Segmentation fault in tree_nop_conversion) | Jakub Jelinek | 2011-08-18 | 1 | -3/+4 |