aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-05-25[RTL ifcvt] PR rtl-optimization/66940: Avoid signed overflow in noce_get_alt_...Kyrylo Tkachov4-4/+40
2016-05-25AVX-512F: Add vectorizer support builtinsIlya Verbin29-10/+854
2016-05-25re PR c/71266 (gcc ICE on x86_64-linux-gnu in "store_parm_decls_oldstyle")Marek Polacek4-2/+20
2016-05-25re PR c/71265 (gcc ICE on x86_64-linux-gnu with “seg fault”)Marek Polacek4-1/+18
2016-05-25* ru.po: Update.Joseph Myers2-3083/+6445
2016-05-25msp430.c (msp430_attr): Produce an error if a static interrupt handler is det...Nick Clifton4-1/+21
2016-05-25crt0.s: Delete.Nathan Sidwell2-7/+18
2016-05-25re PR tree-optimization/71261 (Trunk GCC hangs on knl and broadwell targets)Richard Biener4-3/+26
2016-05-25Fix dump output typoMartin Liska2-1/+5
2016-05-25re PR tree-optimization/71264 (ICE in convert_move)Richard Biener4-4/+42
2016-05-25re PR c++/55992 (constexpr static member function not recognised in templated...Paolo Carlini3-0/+39
2016-05-25re PR tree-optimization/71239 (ICE in operand_equal_p (fold-const.c:2769))Martin Liska3-1/+12
2016-05-25timevar.def (TV_TREE_LOOP_IFCVT): Add.Richard Biener3-1/+7
2016-05-25lambda-generic-static1.C: Use target c++14.Paolo Carlini1-0/+5
2016-05-25pr58135.c: Rename to ...Richard Biener2-0/+5
2016-05-25cgraph.c (cgraph_node::get_availability): Fix typo in comment.Bernd Edlinger4-3/+9
2016-05-25Daily bump.GCC Administrator1-1/+1
2016-05-24* g++.dg/pr65295.C: Use target c++14.Marek Polacek2-1/+5
2016-05-24altivec.md (VNEG iterator): New iterator for VNEGW/VNEGD instructions.Michael Meissner4-11/+47
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis24-61/+273
2016-05-24altivec.md (VParity): New mode iterator for vector parity built-in functions.Michael Meissner12-5/+659
2016-05-24lambda-generic-static1.C: Use target c++14.Paolo Carlini2-2/+2
2016-05-24tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb when there...Kugan Vivekanandarajah4-0/+20
2016-05-24lhs-1.c: Fix testcase to avoid subreg changes.Pat Haugen2-13/+11
2016-05-24re PR c++/50436 (Crash or hang on invalid template code)Paolo Carlini3-0/+46
2016-05-24PR c++/70584 - don't force indirection to an rvalueJason Merrill2-6/+21
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor8-18/+77
2016-05-24i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.Jakub Jelinek3-1/+7
2016-05-24sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>): Limit 1st alternative ...Jakub Jelinek2-10/+12
2016-05-24sse.md (vec_set<mode>_0): Use sse4_noavx isa instead of sse4 for the first al...Jakub Jelinek2-35/+56
2016-05-24sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit first two alternatives to n...Jakub Jelinek2-24/+39
2016-05-24avx-ceil-sfix-2-vec.c: Define __NO_MATH_INLINES before math.h is included.Ilya Verbin25-0/+52
2016-05-24p9-vpermr.c: New test for ISA 3.0 vpermr support.Michael Meissner2-0/+27
2016-05-24tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path): New funct...Jeff Law2-33/+75
2016-05-24re PR c++/69872 (-Wnarrowing note without warning/errror)Paolo Carlini4-4/+23
2016-05-24re PR middle-end/71249 (-Wswitch-unreachable false positive for a compound st...Marek Polacek4-2/+32
2016-05-24re PR c++/71257 (OpenMP declare simd linear with ref modifier doesn't accept ...Jakub Jelinek7-3/+108
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Jakub Jelinek2-1/+8
2016-05-24i386.c (ix86_preferred_reload_class): Use IS_STACK_MODE, INTEGER_CLASS_P, FLO...Uros Bizjak2-12/+14
2016-05-24re PR tree-optimization/71240 (ICE on valid code at -O2 and above on x86_64-l...Richard Biener4-0/+45
2016-05-24re PR tree-optimization/71230 (ICE : in zero_one_operation, at tree-ssa-reass...Richard Biener5-6/+89
2016-05-24Clean up PURE_SLP_STMT handlingRichard Sandiford4-23/+42
2016-05-24[ARM][4/4] Simplify checks for CONST_INT_P and comparison against 1/0Kyrylo Tkachov3-4/+11
2016-05-24[ARM][3/4] Cleanup casts from INTVAL to [unsigned] HOST_WIDE_INTKyrylo Tkachov5-24/+43
2016-05-24Tighten syntax checking for OpenACC routine construct in CThomas Schwinge6-20/+43
2016-05-24[ARM][2/4] Replace casts of 1 to HOST_WIDE_INT by HOST_WIDE_INT_1 and HOST_WI...Kyrylo Tkachov4-13/+33
2016-05-24tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek7-18/+28
2016-05-24re PR tree-optimization/71253 (ICE during loop distribution w/ -O2 -ftree-loo...Richard Biener7-37/+121
2016-05-24[ARM] PR target/69857 Remove bogus early return false; in gen_operands_ldrd_strdKyrylo Tkachov2-8/+17
2016-05-24re PR tree-optimization/71252 (ICE: verify_ssa failed : definition in block 7...Kugan Vivekanandarajah4-9/+114