Age | Commit message (Expand) | Author | Files | Lines |
2014-06-17 | [PR middle-end/61508] fold-const.c:14863:55: error: cannot convert 'const cha... | Thomas Schwinge | 1 | -2/+0 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-28 | re PR middle-end/61045 (Wrong constant folding) | Richard Biener | 1 | -11/+14 |
2014-05-27 | fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2 to X CMP C... | Eric Botcazou | 1 | -57/+49 |
2014-05-16 | fold-const (fold_unary_loc): New case. | Eric Botcazou | 1 | -1/+6 |
2014-05-15 | re PR middle-end/61158 (negative shift at fold-const.c:12095) | Jakub Jelinek | 1 | -3/+9 |
2014-05-13 | fold-const.c (optimize_bit_field_compare): Use wi:: operations instead of con... | Richard Sandiford | 1 | -16/+8 |
2014-05-11 | re PR c/61136 (ice in tree_nop_conversion) | Richard Sandiford | 1 | -7/+7 |
2014-05-09 | re PR middle-end/61111 (Infinite recursion between fold_build2_stat_loc and f... | Kenneth Zadeck | 1 | -1/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -518/+310 |
2014-05-05 | re PR middle-end/61010 (Infinite recursion in fold) | Richard Biener | 1 | -19/+14 |
2014-04-14 | re PR tree-optimization/55022 (air.f90 is miscompliled with -m64 -O2 -fgraphi... | Richard Biener | 1 | -4/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-04 | Implement -fsanitize=signed-integer-overflow. | Marek Polacek | 1 | -2/+4 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -7/+8 |
2013-11-27 | c90-const-expr-8.c: Look for overflow on INT_MIN % -1. | Kenneth Zadeck | 1 | -1/+16 |
2013-11-27 | Don't create out-of-bounds BIT_FIELD_REF. | Tom de Vries | 1 | -1/+1 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -8/+7 |
2013-11-25 | re PR bootstrap/59260 (fold-const.c:14871:5: error: 'hash_table' has not been... | Andrew MacLeod | 1 | -0/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+6 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -9/+9 |
2013-11-20 | fold-const.c (fold_binary_loc): Use unsigned rather than signed HOST_WIDE_INT... | Richard Sandiford | 1 | -6/+6 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-19 | tree.c (int_fits_type_p): Change GET_MODE_BITSIZE to GET_MODE_PRECISION. | Kenneth Zadeck | 1 | -4/+4 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -18/+18 |
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 | -10/+10 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -8/+8 |
2013-11-15 | dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test. | Richard Sandiford | 1 | -7/+6 |
2013-11-15 | * fold-const.c (fold_binary_loc) <comparisons>: Reuse local variable. | Eric Botcazou | 1 | -2/+1 |
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-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -125/+123 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+1 |
2013-10-21 | re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause) | Marek Polacek | 1 | -3/+7 |
2013-10-21 | Fix volatile issues in optimize_bit_field_compare. | Bernd Edlinger | 1 | -22/+7 |
2013-10-21 | re PR tree-optimization/58794 (ICE in set_lattice_value, at tree-ssa-ccp.c:45... | Richard Biener | 1 | -2/+3 |
2013-10-21 | re PR middle-end/58742 (pointer arithmetic simplification) | Richard Biener | 1 | -0/+7 |
2013-10-09 | re PR c/20318 (RFE: add attribute to specify that a function never returns NULL) | Marc Glisse | 1 | -0/+4 |
2013-10-03 | re PR c++/19476 (Missed null checking elimination with new) | Marc Glisse | 1 | -1/+9 |
2013-09-30 | re PR middle-end/58564 (possible wrong code bug at -O0) | Jakub Jelinek | 1 | -3/+3 |
2013-09-30 | re PR middle-end/58564 (possible wrong code bug at -O0) | Jakub Jelinek | 1 | -2/+17 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-24 | re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ... | Richard Biener | 1 | -2/+3 |
2013-09-17 | re PR tree-optimization/58088 (ICE in gcc.c) | Kyrylo Tkachov | 1 | -17/+45 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-11 | re PR middle-end/58385 (likely wrong code bug) | Jakub Jelinek | 1 | -1/+1 |
2013-09-03 | re PR tree-optimization/57656 (Wrong constant folding) | Richard Biener | 1 | -14/+31 |
2013-08-30 | fold-const.c (fold_single_bit_test): Fix overflow test. | Richard Biener | 1 | -3/+3 |