Age | Commit message (Expand) | Author | Files | Lines |
2015-10-28 | Handle noplt in call expanders for AArch64. | Ramana Radhakrishnan | 2 | -10/+19 |
2015-10-28 | loop-g-1.c: New. | Nathan Sidwell | 7 | -0/+353 |
2015-10-28 | nvptx.h (struct machine_function): Add axis_predicate. | Nathan Sidwell | 5 | -23/+1375 |
2015-10-28 | re PR ipa/67600 (Segfault when assigning only one char to ostreambuf_iterator... | Richard Biener | 2 | -27895/+8 |
2015-10-28 | fold-const.c (negate_expr_p): Adjust the division case to properly avoid intr... | Richard Biener | 2 | -55/+34 |
2015-10-28 | re PR middle-end/65962 (Missed vectorization of strided stores) | Richard Biener | 4 | -9/+20 |
2015-10-28 | common.opt (fchecking): New flag controlling flag_checking. | Richard Biener | 5 | -14/+23 |
2015-10-28 | re PR middle-end/68067 (Wrong constant folding) | Richard Biener | 5 | -3/+55 |
2015-10-28 | rs6000: p8vector-builtin-8.c test requires int128 | Segher Boessenkool | 2 | -1/+5 |
2015-10-28 | rs6000: Fix tests for xvmadd and xvnmsub | Segher Boessenkool | 3 | -3/+9 |
2015-10-28 | omp-low.c (struct omp_context): Remove gwv_below, gwv_this fields. | Nathan Sidwell | 2 | -106/+909 |
2015-10-28 | plugin-nvptx.c (nvptx_exec): Remove check on compute dimensions. | Nathan Sidwell | 2 | -7/+5 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 104 | -918/+917 |
2015-10-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2015-10-27 | internal-fn.def (IFN_GOACC_DIM_SIZE, [...]): New. | Nathan Sidwell | 8 | -13/+1103 |
2015-10-27 | target-insns.def (oacc_fork, oacc_join): Define. | Nathan Sidwell | 7 | -2/+48 |
2015-10-27 | omp-low.c (oacc_init_rediction_array): New. | Nathan Sidwell | 2 | -1/+77 |
2015-10-27 | * omp-low.c (pass_oacc_device_lower::execute): Ignore errors. | Nathan Sidwell | 2 | -1/+5 |
2015-10-27 | c-parser.c (c_parser_oacc_shape_clause): New. | Cesar Philippidis | 4 | -0/+529 |
2015-10-27 | parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker. | Nathan Sidwell | 6 | -79/+299 |
2015-10-27 | internal-fn.c (expand_UNIQUE): New. | Nathan Sidwell | 10 | -11/+98 |
2015-10-27 | re PR rtl-optimization/67609 (Generates wrong code for SSE2 _mm_load_pd) | Richard Henderson | 6 | -12/+84 |
2015-10-27 | [AArch64] PR 68102: Check that operand is REG before checking the REGNO in mo... | Kyrylo Tkachov | 4 | -2/+32 |
2015-10-27 | [AArch64] Handle vector float modes properly in aarch64_output_simd_mov_immed... | Kyrylo Tkachov | 2 | -1/+9 |
2015-10-27 | re PR fortran/67933 (ICE for array of a derived type with allocatable class i... | Paul Thomas | 2 | -0/+84 |
2015-10-27 | [PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++ | Thomas Schwinge | 9 | -27/+52 |
2015-10-27 | 2015-10-27 Alan Hayward <alan.hayward@arm.com> | Alan Hayward | 2 | -19/+10 |
2015-10-27 | re PR fortran/68108 (erroneous error message 'scalar integer expression expec... | Steven G. Kargl | 4 | -2/+36 |
2015-10-27 | isl schedule tree | Abderrazek Zaafrani | 14 | -21/+129 |
2015-10-27 | Properly handle -fno-plt in ix86_expand_call | H.J. Lu | 8 | -29/+130 |
2015-10-27 | re PR tree-optimization/68104 (ice in vect_update_misalignment_for_peel with ... | Richard Biener | 4 | -18/+55 |
2015-10-27 | config.gcc: Handle --enable-fdpic. | Daniel Jacobowitz | 17 | -154/+889 |
2015-10-27 | tree-scalar-evolution.c: Handle LSHIFT by constant | Alan Lawrence | 4 | -0/+57 |
2015-10-27 | [ARM] PR target/67929 Tighten vfp3_const_double_for_bits checks | Kyrylo Tkachov | 6 | -15/+61 |
2015-10-27 | Move ldexp, scalbn and scalbln folds to match.pd | Richard Sandiford | 5 | -14/+37 |
2015-10-27 | Rename logb and significand folds | Richard Sandiford | 2 | -8/+12 |
2015-10-27 | Move fmin and fmax folds to match.pd | Richard Sandiford | 3 | -50/+36 |
2015-10-27 | [PATCH] [AArch64] Distinct costs for sign and zero extension | Evandro Menezes | 3 | -6/+22 |
2015-10-27 | Move min(max...) and max(min...) folds to match.pd | Richard Sandiford | 3 | -51/+14 |
2015-10-27 | [multiple changes] | Arnaud Charlet | 5 | -519/+649 |
2015-10-27 | Split constant handling out of fold_builtin_fma | Richard Sandiford | 2 | -10/+11 |
2015-10-27 | Remove constant handling from fold_builtin_{,f}abs | Richard Sandiford | 2 | -4/+5 |
2015-10-27 | namet.adb, namet.ads: Minor reformatting. | Hristian Kirtchev | 3 | -161/+171 |
2015-10-27 | Move copysign folds to match.pd | Richard Sandiford | 3 | -41/+26 |
2015-10-27 | [multiple changes] | Arnaud Charlet | 11 | -27/+106 |
2015-10-27 | Move signbit folds to match.pd | Richard Sandiford | 5 | -37/+33 |
2015-10-27 | Fold comparisons between sqrt and zero | Richard Sandiford | 4 | -0/+80 |
2015-10-27 | [multiple changes] | Arnaud Charlet | 8 | -38/+162 |
2015-10-27 | inline.adb (Is_Expression_Function): Removed. | Hristian Kirtchev | 6 | -44/+85 |
2015-10-27 | lib-xref-spark_specific.adb, [...]: Minor reformatting. | Hristian Kirtchev | 6 | -19/+28 |