aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-26[PATCH] [PR tree-optimization/68013] Make sure first block in FSM pathJeff Law4-0/+33
2015-10-26[multiple changes]Arnaud Charlet4-26/+73
2015-10-26[multiple changes]Arnaud Charlet14-50/+521
2015-10-26re PR rtl-optimization/67443 (DSE removes required store instruction)Richard Biener4-7/+70
2015-10-26Allow more complex call replacements in gimple-fold.cRichard Sandiford2-1/+19
2015-10-26Fix attribution in ChangeLogRichard Sandiford1-1/+1
2015-10-26tree-object-size.c: Remove builtins.h include, include tree-cfg.h.Richard Biener3-97/+75
2015-10-26[multiple changes]Arnaud Charlet6-266/+33
2015-10-26[multiple changes]Arnaud Charlet4-26/+31
2015-10-26match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.Richard Biener2-2/+7
2015-10-26[multiple changes]Arnaud Charlet8-21/+42
2015-10-26[multiple changes]Arnaud Charlet9-15/+153
2015-10-26[multiple changes]Arnaud Charlet22-821/+1962
2015-10-26sysdep.c (__gnat_get_task_options): Refine the workaround for the VX_USR_TASK...Jerome Lambourg3-5/+17
2015-10-26[multiple changes]Arnaud Charlet5-22/+195