aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-05-28prefetch-5.c: Remove xfail.Jan Hubicka4-3/+12
2016-05-28Update changelogs for revert of c++/69855.Ville Voutilainen2-0/+16
2016-05-28profile.c (compute_branch_probabilities): Do not report hitrates here.Jan Hubicka3-6/+14
2016-05-28predict.c (edge_predicted_by_p): New function.Jan Hubicka2-1/+35
2016-05-28tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental commit.Jan Hubicka2-5/+6
2016-05-28Fix segfault on verify_dominators error pathAlan Modra2-0/+5
2016-05-28Revert the attempted fix for c++/69855, it breaks bootstrap.Ville Voutilainen4-68/+5
2016-05-28ira.c bb_loop_depth againAlan Modra2-0/+6
2016-05-28Daily bump.GCC Administrator1-1/+1
2016-05-27* doc/sourcebuild.texi: New address for upstream Go repository.Gerald Pfeifer2-1/+5
2016-05-27re PR c++/60385 (confused by earlier errors, bailing out)Paolo Carlini6-7/+39
2016-05-27arm.h (TARGET_ARM_V6M): Remove.Thomas Preud'homme2-3/+5
2016-05-27tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.Jeff Law20-49/+139
2016-05-27visium-protos.h (split_double_move): Rename into...Eric Botcazou4-75/+148
2016-05-27re PR c++/69855 (Missing diagnostic for overload that only differs by return ...Ville Voutilainen6-5/+82
2016-05-27configure.ac: Treat a --with-headers option without argument the same as the ...Ulrich Weigand3-2/+8
2016-05-27[AArch64] Tie operand 1 to operand 0 in AESMC pattern when AES/AESMC fusion i...Kyrylo Tkachov4-3/+32
2016-05-27[AArch64] PR target/63596, honor tree-stdarg analysis result to improve VAARG...Jiong Wang6-14/+92
2016-05-27[AArch64] Enable tree-stdarg pass for AArch64 by defining counter fieldsJiong Wang8-0/+58
2016-05-27Remove aarch64_cannot_change_mode_class as the underlying issue (PR67609) has...Wilco Dijkstra4-24/+9
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka10-5/+205
2016-05-27re PR middle-end/71308 (ICE (segfault) in in gimple_fold_call gimple-fold.c:3...Marek Polacek4-1/+30
2016-05-27S/390: Replace rtx_equal_p with reg_overlap_mentioned_p in splitter check.Andreas Krebbel2-2/+7
2016-05-27combine: Take known zero bits into account when checking extraction.Dominik Vogt5-0/+119
2016-05-27[AArch64] Simplify ashl<mode>3 expander for SHORT modesKyrylo Tkachov2-12/+12
2016-05-27re PR middle-end/71279 (ICE on trunk gcc with knl target)Ilya Enkovich4-3/+28
2016-05-27[AArch64] Delete obsolete CC_ZESWP and CC_SESWP CC modesKyrylo Tkachov3-16/+9
2016-05-27Daily bump.GCC Administrator1-1/+1
2016-05-26rs6000.c (rs6000_emit_p9_fp_minmax): New function for ISA 3.0 min/max support.Michael Meissner8-128/+641
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek9-1/+75
2016-05-26Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)Patrick Palka7-19/+87
2016-05-27ira.c bb_loop_depthAlan Modra2-0/+8
2016-05-26i386.md (*movqi_internal): Use if_then_else or cond RTXes to calculate attrib...Uros Bizjak4-40/+287
2016-05-26IVOPTS: make comp_cost in a more c++ fashion.Martin Liska2-145/+280
2016-05-26Fix ivopts estimates for internal functionsRichard Sandiford2-0/+6
2016-05-2620060410.c: Xfail on ptx.Nathan Sidwell7-2/+18
2016-05-26GCC expands switch statements in a very simplistic way and tries to use a tab...Wilco Dijkstra2-2/+12
2016-05-26SIMD operations like combine prefer to have their operands in FP registers,Wilco Dijkstra2-2/+8
2016-05-26Skip tail call tests on Thumb-1 targetsThomas Preud'homme2-0/+10
2016-05-26re PR tree-optimization/71280 (ICE on gcc trunk on knl, wsm, ivb and bdw targ...Jakub Jelinek2-0/+18
2016-05-26sse.md (*vcvtps2ph_store<mask_name>): Use v constraint instead of x constraint.Jakub Jelinek4-3/+50
2016-05-26sse.md (*ssse3_palignr<mode>_perm): Add avx512bw alternative.Jakub Jelinek5-8/+187
2016-05-26* config/i386/sse.mdJakub Jelinek4-6/+200
2016-05-26[AArch64, testsuite] Fix vmul_elem_1.c on big-endianJiong Wang2-44/+71
2016-05-26Daily bump.GCC Administrator1-1/+1
2016-05-25re PR tree-optimization/71272 (internal compiler error: in operator[], throug...Jeff Law4-0/+64
2016-05-25This patch adds support for the vec_cmpne altivec builtins from the Power...Bill Seurer8-0/+306
2016-05-25tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove redundant test ...Eric Botcazou5-3/+58
2016-05-25Wduplicated-cond-1.c: Use smaller const literal.Senthil Kumar Selvaraj25-6/+55
2016-05-25re PR target/70738 (Add -mgeneral-regs-only option)Uros Bizjak15-21/+244