Age | Commit message (Expand) | Author | Files | Lines |
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 | 13 | -147/+842 |
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 |
2015-10-27 | [multiple changes] | Arnaud Charlet | 5 | -9/+45 |
2015-10-27 | sinput.ads, [...]: Fix typos. | Arnaud Charlet | 4 | -7/+11 |
2015-10-27 | [multiple changes] | Arnaud Charlet | 4 | -13/+45 |
2015-10-27 | [multiple changes] | Arnaud Charlet | 3 | -16/+13 |
2015-10-27 | [multiple changes] | Arnaud Charlet | 6 | -38/+128 |
2015-10-27 | tree-vect-generic.c (expand_vector_operations_1): Check optab type before usi... | Ilya Enkovich | 2 | -1/+6 |
2015-10-27 | [AArch64] Enable autoprefetcher modelling in the scheduler | Kyrylo Tkachov | 3 | -0/+80 |
2015-10-27 | Move expN folds to match.pd | Richard Sandiford | 3 | -46/+21 |
2015-10-27 | Move powi folds to match.pd | Richard Sandiford | 5 | -49/+40 |
2015-10-27 | Move pow folds to match.pd | Richard Sandiford | 5 | -123/+88 |
2015-10-27 | Move hypot folds to match.pd | Richard Sandiford | 3 | -34/+21 |
2015-10-27 | Don't create SSA names until in SSA form | Richard Sandiford | 2 | -2/+17 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 25 | -115/+187 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 23 | -268/+312 |
2015-10-27 | Add var in push_fields_onto_fieldstack | Tom de Vries | 2 | -5/+11 |