| Commit message (Expand) | Author | Age | Files | Lines |
* | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 2013-11-27 | 1 | -7/+8 |
* | c90-const-expr-8.c: Look for overflow on INT_MIN % -1. | Kenneth Zadeck | 2013-11-27 | 1 | -1/+16 |
* | Don't create out-of-bounds BIT_FIELD_REF. | Tom de Vries | 2013-11-27 | 1 | -1/+1 |
* | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 2013-11-26 | 1 | -8/+7 |
* | re PR bootstrap/59260 (fold-const.c:14871:5: error: 'hash_table' has not been... | Andrew MacLeod | 2013-11-25 | 1 | -0/+1 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -2/+6 |
* | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 2013-11-20 | 1 | -9/+9 |
* | fold-const.c (fold_binary_loc): Use unsigned rather than signed HOST_WIDE_INT... | Richard Sandiford | 2013-11-20 | 1 | -6/+6 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+3 |
* | tree.c (int_fits_type_p): Change GET_MODE_BITSIZE to GET_MODE_PRECISION. | Kenneth Zadeck | 2013-11-19 | 1 | -4/+4 |
* | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 2013-11-18 | 1 | -1/+1 |
* | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 2013-11-18 | 1 | -18/+18 |
* | 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 | -10/+10 |
* | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 2013-11-18 | 1 | -8/+8 |
* | dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test. | Richard Sandiford | 2013-11-15 | 1 | -7/+6 |
* | * fold-const.c (fold_binary_loc) <comparisons>: Reuse local variable. | Eric Botcazou | 2013-11-15 | 1 | -2/+1 |
* | 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 |
* | Re-factor tree.h - Part 1. | Diego Novillo | 2013-11-08 | 1 | -125/+123 |
* | tree-ssa.h: Remove all #include's | Andrew MacLeod | 2013-10-23 | 1 | -1/+1 |
* | re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause) | Marek Polacek | 2013-10-21 | 1 | -3/+7 |
* | Fix volatile issues in optimize_bit_field_compare. | Bernd Edlinger | 2013-10-21 | 1 | -22/+7 |
* | re PR tree-optimization/58794 (ICE in set_lattice_value, at tree-ssa-ccp.c:45... | Richard Biener | 2013-10-21 | 1 | -2/+3 |
* | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 2013-10-21 | 1 | -0/+7 |
* | re PR c/20318 (RFE: add attribute to specify that a function never returns NULL) | Marc Glisse | 2013-10-09 | 1 | -0/+4 |
* | re PR c++/19476 (Missed null checking elimination with new) | Marc Glisse | 2013-10-03 | 1 | -1/+9 |
* | re PR middle-end/58564 (possible wrong code bug at -O0) | Jakub Jelinek | 2013-09-30 | 1 | -3/+3 |
* | re PR middle-end/58564 (possible wrong code bug at -O0) | Jakub Jelinek | 2013-09-30 | 1 | -2/+17 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -2/+2 |
* | re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ... | Richard Biener | 2013-09-24 | 1 | -2/+3 |
* | re PR tree-optimization/58088 (ICE in gcc.c) | Kyrylo Tkachov | 2013-09-17 | 1 | -17/+45 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | re PR middle-end/58385 (likely wrong code bug) | Jakub Jelinek | 2013-09-11 | 1 | -1/+1 |
* | re PR tree-optimization/57656 (Wrong constant folding) | Richard Biener | 2013-09-03 | 1 | -14/+31 |
* | fold-const.c (fold_single_bit_test): Fix overflow test. | Richard Biener | 2013-08-30 | 1 | -3/+3 |
* | re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un... | Marc Glisse | 2013-08-23 | 1 | -15/+13 |
* | re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex... | Jakub Jelinek | 2013-07-06 | 1 | -0/+2 |
* | fold-const.c (negate_expr_p): Handle VECTOR_CST. | Marc Glisse | 2013-06-13 | 1 | -11/+41 |
* | fold-const.c (operand_equal_p): Consider NOP_EXPR and CONVERT_EXPR as equal n... | Bin Cheng | 2013-06-13 | 1 | -3/+7 |
* | c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr... | Jan Hubicka | 2013-06-11 | 1 | -0/+4 |
* | revert: re PR rtl-optimization/57381 (array of volatile pointers hangs gcc) | Richard Biener | 2013-05-27 | 1 | -2/+2 |
* | re PR rtl-optimization/57381 (array of volatile pointers hangs gcc) | Richard Biener | 2013-05-23 | 1 | -2/+2 |
* | re PR tree-optimization/57051 (Optimization regression in 4.8.0 from 4.7.2) | Jakub Jelinek | 2013-05-17 | 1 | -1/+5 |
* | re PR middle-end/57286 (infinite recursion in fold-const.c:10037) | Marc Glisse | 2013-05-16 | 1 | -0/+6 |
* | fold-const.c (fold_negate_expr): Handle vectors. | Marc Glisse | 2013-05-14 | 1 | -51/+72 |
* | re PR bootstrap/57266 (comparison between signed and unsigned integer express... | Marc Glisse | 2013-05-14 | 1 | -4/+4 |
* | tree-vect-generic.c (uniform_vector_p): Move ... | Marc Glisse | 2013-05-13 | 1 | -0/+6 |
* | stor-layout.c (element_precision): New function. | Marc Glisse | 2013-05-10 | 1 | -27/+28 |
* | tree.c (integer_all_onesp): Test that both components are all 1s. | Marc Glisse | 2013-05-06 | 1 | -1/+1 |