| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new analyze_brprob_spec.py script | Martin Liska | 2016-06-09 | 2 | -0/+62 |
* | Add sorting support to analyze_brprob script | Martin Liska | 2016-06-09 | 2 | -7/+23 |
* | Add edge predictions pruning | Martin Liska | 2016-06-09 | 15 | -38/+210 |
* | re PR tree-optimization/71462 (gcc ICE at -O3 on valid code on x86_64-linux-... | Richard Biener | 2016-06-09 | 4 | -2/+44 |
* | Introduce filtering for edge_predictions. | Martin Liska | 2016-06-09 | 2 | -8/+36 |
* | re PR c/65471 (type interpretation in _Generic) | Marek Polacek | 2016-06-09 | 2 | -0/+15 |
* | Update documentation for ARM architecture | Stefan Bruens | 2016-06-09 | 2 | -7/+21 |
* | [RTL ifcvt] Print name of noce trasform that succeeded in dump file | Kyrylo Tkachov | 2016-06-09 | 2 | -1/+55 |
* | [AArch64] Model CSEL instruction in Cortex-A57 scheduling model | Kyrylo Tkachov | 2016-06-09 | 2 | -1/+6 |
* | Daily bump. | GCC Administrator | 2016-06-09 | 1 | -1/+1 |
* | decl.c (maybe_deduce_size_from_array_init): Use DECL_SOURCE_LOCATION in error... | Paolo Carlini | 2016-06-08 | 14 | -26/+67 |
* | re PR c++/70507 (integer overflow builtins not constant expressions) | Martin Sebor | 2016-06-08 | 17 | -25/+1235 |
* | driver-sparc.c (cpu_names): Fix the entry for the SPARC-M7 and add an entry f... | Jose E. Marchesi | 2016-06-08 | 2 | -2/+7 |
* | pt.c (tsubst, [...]): Don't delay checking the return value of tsubst_aggr_ty... | Paolo Carlini | 2016-06-08 | 2 | -2/+9 |
* | re PR c++/71442 (r232569 breaks -Wunused-*) | Jakub Jelinek | 2016-06-08 | 4 | -1/+49 |
* | [PATCH 2/2][AArch64] Tests of AAPCS64 updates for alignment attribute | Alan Lawrence | 2016-06-08 | 14 | -0/+495 |
* | [PATCH 1/2][AArch64] Implement AAPCS64 updates for alignment attribute | Alan Lawrence | 2016-06-08 | 2 | -15/+21 |
* | Add selftest for pretty-print.c | David Malcolm | 2016-06-08 | 4 | -1/+178 |
* | invoke.texi (max-loop-headers-insns): Document. | Jan Hubicka | 2016-06-08 | 4 | -6/+25 |
* | re PR tree-optimization/68558 (Fails to SLP loop) | Richard Biener | 2016-06-08 | 2 | -0/+30 |
* | tree-vect-stmts.c (vectorizable_load): Remove restrictions on strided SLP loa... | Richard Biener | 2016-06-08 | 4 | -48/+134 |
* | re PR tree-optimization/71452 (Wrong optimization of stores to _Bool via char*) | Richard Biener | 2016-06-08 | 4 | -0/+30 |
* | re PR c++/71448 (pointer relational comparison fails inside constant expression) | Jakub Jelinek | 2016-06-08 | 4 | -4/+45 |
* | Remove word_mode hack for split bitfields | Richard Sandiford | 2016-06-08 | 2 | -42/+21 |
* | Add ChangeLog entry missed in last commit: | Chung-Lin Tang | 2016-06-08 | 1 | -0/+5 |
* | re PR debug/71432 (-fcompare-debug failure (length)) | Bernd Schmidt | 2016-06-08 | 4 | -0/+154 |
* | section-anchors-vect-70.c: Rename to aligned-section-anchors-vect-71.c. | Prathamesh Kulkarni | 2016-06-08 | 4 | -0/+6 |
* | c-common.c (parse_optimize_options): Improve diagnostic messages. | Richard Biener | 2016-06-08 | 2 | -4/+8 |
* | [AArch64, 6/6] Reimplement vpadd intrinsics & extend rtl patterns to all modes | Jiong Wang | 2016-06-08 | 4 | -55/+53 |
* | [AArch64, 5/6] Reimplement fabd intrinsics & merge rtl patterns | Jiong Wang | 2016-06-08 | 4 | -71/+64 |
* | [AArch64, 4/6] Reimplement frsqrts intrinsics | Jiong Wang | 2016-06-08 | 5 | -61/+63 |
* | [AArch64, 3/6] Reimplement frsqrte intrinsics | Jiong Wang | 2016-06-08 | 5 | -72/+62 |
* | [AArch64, 2/6] Reimplement vector fixed-point intrinsics | Jiong Wang | 2016-06-08 | 5 | -178/+163 |
* | [AArch64, 1/6] Reimplement scalar fixed-point intrinsics | Jiong Wang | 2016-06-08 | 6 | -98/+148 |
* | predict.c (pass_strip_predict_hints::execute): Cleanup CFG if some statements... | Jan Hubicka | 2016-06-08 | 2 | -1/+9 |
* | tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline. | Alan Hayward | 2016-06-08 | 6 | -56/+25 |
* | vect-live-2.c: Update effective target. | Alan Hayward | 2016-06-08 | 4 | -3/+11 |
* | re PR c/71426 (gcc ICE on x86_64-linux-gnu in get_parm_info, at c/c-decl.c:7059) | Marek Polacek | 2016-06-08 | 4 | -3/+15 |
* | re PR c/71418 (gcc ICE on x86_64-linux-gnu in min_align_of_type, at stor-layo... | Marek Polacek | 2016-06-08 | 4 | -1/+15 |
* | Daily bump. | GCC Administrator | 2016-06-08 | 1 | -1/+1 |
* | predict.c (predict_iv_comparison): Mention that heuristics is broken. | Jan Hubicka | 2016-06-07 | 11 | -35/+85 |
* | tuple (_Head_base<>): Default specialization condition at type declaration. | François Dumont | 2016-06-07 | 2 | -21/+27 |
* | This patch adds support for the missing versions of the vec_mul altivec... | Bill Seurer | 2016-06-07 | 7 | -9/+157 |
* | invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and -mno-htm. | Peter Bergner | 2016-06-07 | 2 | -2/+15 |
* | spellcheck.c: add test_find_closest_string | David Malcolm | 2016-06-07 | 2 | -0/+28 |
* | [simplify-rtx] Fix unused variable warning in simplify_cond_clz_ctz on some t... | Kyrylo Tkachov | 2016-06-07 | 2 | -3/+9 |
* | C: add fixit hint to misspelled field names | David Malcolm | 2016-06-07 | 8 | -16/+91 |
* | sse.md (avx_vec_concat<mode>): Add v=v,vm and Yv=Yv,C alternatives. | Jakub Jelinek | 2016-06-07 | 2 | -8/+39 |
* | re PR c++/61564 (#pragma GCC optimize ("-fno-lto") causes the compiler to crash) | Richard Biener | 2016-06-07 | 8 | -4/+58 |
* | [MIPS] P5600 scheduler fix | Simon Dardis | 2016-06-07 | 2 | -2/+9 |