aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-05-30Don't cause ICEs when auto profile file is not found with checkingAndi Kleen3-8/+34
2016-05-30tree-cfg.c (print_loop): Print likely upper bounds.Jan Hubicka2-0/+9
2016-05-30invoke.texi (-fpeel-loops,-O3): Update documentation.Jan Hubicka8-19/+66
2016-05-30Add profiling support for IVOPTSMartin Liska2-16/+52
2016-05-30Fix pr69067.c testcaseTom de Vries2-1/+6
2016-05-30re PR c++/71099 (Misleading diagnostic message with 'virtual' used in out-of-...Paolo Carlini4-1/+46
2016-05-30args.h (clear_non_sret_int_hardware_registers): Use correct register when cle...Uros Bizjak2-9/+14
2016-05-30match.pd: optimize unsigned mul overflow checkAlexander Monakov4-0/+48
2016-05-30* tree-vect-loop.c (vect_transform_loop): Update likely bounds.Jan Hubicka2-3/+15
2016-05-30tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit for peeled c...Jan Hubicka2-11/+63
2016-05-30tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix typo from commit r236875.Kugan Vivekanandarajah2-1/+6
2016-05-30re PR middle-end/71269 (segfault while compiling sqlite)Kugan Vivekanandarajah5-34/+75
2016-05-30re PR tree-optimization/71252 (ICE: verify_ssa failed : definition in block 7...Kugan Vivekanandarajah4-14/+22
2016-05-30predict.h (force_edge_cold): Declare.Jan Hubicka8-5/+176
2016-05-30visium.c (visium_split_double_add): Minor tweaks.Eric Botcazou2-9/+12
2016-05-30tree-vect-loop.c (vect_analyze_loop_2): Use likely_max_stmt_executions_int.Jan Hubicka2-1/+6
2016-05-30Remove assert in get_def_bb_for_constTom de Vries4-1/+38
2016-05-30Daily bump.GCC Administrator1-1/+1
2016-05-29re PR target/71245 (std::atomic<double> load/store bounces the data to the st...Uros Bizjak5-0/+113
2016-05-29* predict.c (maybe_hot_frequency_p): Avoid division.Jan Hubicka2-2/+6
2016-05-29re PR c++/71105 (lambdas with default captures improperly have function point...Paolo Carlini2-1/+9
2016-05-29re PR c++/71105 (lambdas with default captures improperly have function point...Paolo Carlini4-0/+53
2016-05-29Daily bump.GCC Administrator1-1/+1
2016-05-28* doc/install.texi: Use https for shop.fsf.org.Gerald Pfeifer2-1/+5
2016-05-28tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use likely_max_stmt_e...Jan Hubicka2-1/+6
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