aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-09-12fix ChangeLog typoTrevor Saunders1-1/+1
2014-09-12fix assert in hash_table pch routinesTrevor Saunders2-2/+8
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers40-78/+232
2014-09-12re PR middle-end/63237 (error: invalid operand in unary operation)Richard Biener4-0/+32
2014-09-12tree.c (integer_each_onep): New function.Marc Glisse6-4/+55
2014-09-12[AArch64] Add regmove_costs for Cortex-A57 and A53Wilco Dijkstra2-2/+29
2014-09-12[AArch64] Fix cost for Q register movesWilco Dijkstra2-5/+9
2014-09-12[AArch64] Add cost handling of CALLER_SAVE_REGS and POINTER_REGSWilco Dijkstra2-0/+12
2014-09-12[Ree] Ensure inserted copy don't change the number of hard registersWilco Dijkstra2-1/+14
2014-09-12AVX-512. Extend vpternlog, valign, vrotate insns.Alexander Ivchenko2-40/+67
2014-09-12AVX-512. Extend max/min insn patterns.Alexander Ivchenko2-50/+103
2014-09-12AVX-512. Extend gather insn patterns.Alexander Ivchenko2-31/+62
2014-09-12ira.h (ira_finish_once): Delete.Richard Sandiford7-41/+59
2014-09-12Daily bump.GCC Administrator1-1/+1
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka10-50/+175
2014-09-11Also turn off OPTION_MASK_ABI_X32 for -m16H.J. Lu2-2/+9
2014-09-11rs6000.md (rs6000_mftb_<mode>): Use mode iterator GPR instead of P.Segher Boessenkool2-2/+7
2014-09-11re PR target/58757 (Advertise the lack of denormal support on alpha without -...Marc Glisse6-34/+49
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm25-67/+123
2014-09-11htm.md (tabort, [...]): Use xor instead of minus.Segher Boessenkool3-13/+36
2014-09-11re PR c++/61489 (Wrong warning with -Wmissing-field-initializers.)Paolo Carlini7-3/+61
2014-09-11[AArch64] Simplify vreinterpret for float64x1_t using casts.Alan Lawrence8-203/+55
2014-09-11[AArch64] Replace temporary inline assembler for vset_laneAlan Lawrence2-312/+179
2014-09-11[AArch64 Testsuite] Add execution test of vset(q?)_lane intrinsics.Alan Lawrence2-0/+89
2014-09-11[AArch64] Cheap fix for argument types of vmull_high_lane_{us}{16,32}James Greenhalgh2-4/+12
2014-09-11re PR c++/63139 (Class-scope typedef overwrites typedef of previously defined...Jason Merrill3-1/+67
2014-09-11re PR c++/58678 (pykde4-4.11.2 link error (devirtualization too trigger happy))Jason Merrill3-2/+21
2014-09-11Fix declarations in some tests.Bernd Schmidt5-30/+41
2014-09-11re PR target/63223 ([avr] Make jumptables work with -Wl,--section-start,.text=)Georg-Johann Lay2-6/+43
2014-09-11AVX-512. Add vperm[it]2 insns support.Alexander Ivchenko2-32/+152
2014-09-11varpool.c (varpool_node::ctor_useable_for_folding_p): Do not try to access re...Jan Hubicka2-0/+10
2014-09-11re PR middle-end/63186 (Undefined .L* symbols because of fnsplit)Jan Hubicka4-7/+77
2014-09-11AVX-512. Extend vpermvar insn patterns.Alexander Ivchenko2-7/+44
2014-09-11Daily bump.GCC Administrator1-1/+1
2014-09-10vsx.md (vsx_fmav4sf4): Use correct constraints for V2DF, V4SF, DF, and DI modes.Michael Meissner2-11/+19
2014-09-10Fix PR target/63209.Xinliang David Li4-2/+46
2014-09-10i386.exp: Only run vect-args.c tests if runtest_file_p says they should be run.Jakub Jelinek2-5/+13
2014-09-10re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill4-4/+38
2014-09-10error_for_asm and warning_for_asm take const rtx_insn *David Malcolm5-10/+24
2014-09-10insn_extract takes an rtx_insnDavid Malcolm3-2/+9
2014-09-10[AArch64 Testsuite] Add a test of the vst[234](q?) intrinicsAlan Lawrence2-0/+80
2014-09-10install.texi (Prerequisites): Note Tcl 8.6 bug fixed in 8.6.1.Mike Stump2-1/+6
2014-09-10[AArch64 Testsuite] Add a test of the vldN_lane intrinsicAlan Lawrence2-0/+101
2014-09-10cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.Martin Jambor3-8/+13
2014-09-10re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699)Martin Jambor4-0/+72
2014-09-10coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn): Define.Andreas Schwab2-0/+7
2014-09-10MIPS: Do not reload unallocated FP_REGS pseudos via GR_REGSMatthew Fortune2-2/+8
2014-09-10Fix ICE in bitmap routines with LRA and inline assembly languageRobert Suchanek2-3/+8
2014-09-10flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE and SANITIZ...Jakub Jelinek13-4/+409
2014-09-10ubsan.h (struct ubsan_mismatch_data): Removed.Jakub Jelinek6-71/+124