aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-10-27[PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++Thomas Schwinge9-27/+52
2015-10-272015-10-27 Alan Hayward <alan.hayward@arm.com>Alan Hayward2-19/+10
2015-10-27re PR fortran/68108 (erroneous error message 'scalar integer expression expec...Steven G. Kargl4-2/+36
2015-10-27isl schedule treeAbderrazek Zaafrani14-21/+129
2015-10-27Properly handle -fno-plt in ix86_expand_callH.J. Lu8-29/+130
2015-10-27re PR tree-optimization/68104 (ice in vect_update_misalignment_for_peel with ...Richard Biener4-18/+55
2015-10-27config.gcc: Handle --enable-fdpic.Daniel Jacobowitz13-147/+842
2015-10-27tree-scalar-evolution.c: Handle LSHIFT by constantAlan Lawrence4-0/+57
2015-10-27[ARM] PR target/67929 Tighten vfp3_const_double_for_bits checksKyrylo Tkachov6-15/+61
2015-10-27Move ldexp, scalbn and scalbln folds to match.pdRichard Sandiford5-14/+37
2015-10-27Rename logb and significand foldsRichard Sandiford2-8/+12
2015-10-27Move fmin and fmax folds to match.pdRichard Sandiford3-50/+36
2015-10-27[PATCH] [AArch64] Distinct costs for sign and zero extensionEvandro Menezes3-6/+22
2015-10-27Move min(max...) and max(min...) folds to match.pdRichard Sandiford3-51/+14
2015-10-27[multiple changes]Arnaud Charlet5-519/+649
2015-10-27Split constant handling out of fold_builtin_fmaRichard Sandiford2-10/+11
2015-10-27Remove constant handling from fold_builtin_{,f}absRichard Sandiford2-4/+5
2015-10-27namet.adb, namet.ads: Minor reformatting.Hristian Kirtchev3-161/+171
2015-10-27Move copysign folds to match.pdRichard Sandiford3-41/+26
2015-10-27[multiple changes]Arnaud Charlet11-27/+106
2015-10-27Move signbit folds to match.pdRichard Sandiford5-37/+33
2015-10-27Fold comparisons between sqrt and zeroRichard Sandiford4-0/+80
2015-10-27[multiple changes]Arnaud Charlet8-38/+162
2015-10-27inline.adb (Is_Expression_Function): Removed.Hristian Kirtchev6-44/+85
2015-10-27lib-xref-spark_specific.adb, [...]: Minor reformatting.Hristian Kirtchev6-19/+28
2015-10-27[multiple changes]Arnaud Charlet5-9/+45
2015-10-27sinput.ads, [...]: Fix typos.Arnaud Charlet4-7/+11
2015-10-27[multiple changes]Arnaud Charlet4-13/+45
2015-10-27[multiple changes]Arnaud Charlet3-16/+13
2015-10-27[multiple changes]Arnaud Charlet6-38/+128
2015-10-27tree-vect-generic.c (expand_vector_operations_1): Check optab type before usi...Ilya Enkovich2-1/+6
2015-10-27[AArch64] Enable autoprefetcher modelling in the schedulerKyrylo Tkachov3-0/+80
2015-10-27Move expN folds to match.pdRichard Sandiford3-46/+21
2015-10-27Move powi folds to match.pdRichard Sandiford5-49/+40
2015-10-27Move pow folds to match.pdRichard Sandiford5-123/+88
2015-10-27Move hypot folds to match.pdRichard Sandiford3-34/+21
2015-10-27Don't create SSA names until in SSA formRichard Sandiford2-2/+17
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener25-115/+187
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge23-268/+312
2015-10-27Add var in push_fields_onto_fieldstackTom de Vries2-5/+11
2015-10-27loop-invariant.c (struct def): New field can_prop_to_addr_uses.Bin Cheng2-2/+51
2015-10-27Daily bump.GCC Administrator1-1/+1
2015-10-26DR 2179Jason Merrill3-8/+25
2015-10-26* config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.Doug Evans2-0/+5
2015-10-26re PR fortran/66056 (ICEs and endless compilation for lonely labels/numbers i...Louis Krupp6-2/+29
2015-10-26re PR fortran/36192 (ICE with wrong index types and bad parens)Steven G. Kargl4-2/+24
2015-10-26match.pd (fold_widened_comparison): Apply simplifications to all integral types.Eric Botcazou7-20/+53
2015-10-26target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.Simon Dardis9-1/+108
2015-10-26[multiple changes]Arnaud Charlet9-170/+264
2015-10-26contracts.adb (Analyze_Object_Contract): Set and restore the SPARK_Mode for b...Hristian Kirtchev9-69/+184