| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove LIBGCC2_HAS_?F_MODE target macros. | Joseph Myers | 2014-09-12 | 44 | -112/+279 |
* | re PR middle-end/63237 (error: invalid operand in unary operation) | Richard Biener | 2014-09-12 | 4 | -0/+32 |
* | tree.c (integer_each_onep): New function. | Marc Glisse | 2014-09-12 | 6 | -4/+55 |
* | [AArch64] Add regmove_costs for Cortex-A57 and A53 | Wilco Dijkstra | 2014-09-12 | 2 | -2/+29 |
* | [AArch64] Fix cost for Q register moves | Wilco Dijkstra | 2014-09-12 | 2 | -5/+9 |
* | [AArch64] Add cost handling of CALLER_SAVE_REGS and POINTER_REGS | Wilco Dijkstra | 2014-09-12 | 2 | -0/+12 |
* | [Ree] Ensure inserted copy don't change the number of hard registers | Wilco Dijkstra | 2014-09-12 | 2 | -1/+14 |
* | AVX-512. Extend vpternlog, valign, vrotate insns. | Alexander Ivchenko | 2014-09-12 | 2 | -40/+67 |
* | AVX-512. Extend max/min insn patterns. | Alexander Ivchenko | 2014-09-12 | 2 | -50/+103 |
* | AVX-512. Extend gather insn patterns. | Alexander Ivchenko | 2014-09-12 | 2 | -31/+62 |
* | ira.h (ira_finish_once): Delete. | Richard Sandiford | 2014-09-12 | 7 | -41/+59 |
* | Daily bump. | GCC Administrator | 2014-09-12 | 1 | -1/+1 |
* | common.opt (flto-odr-type-merging): New flag. | Jan Hubicka | 2014-09-11 | 10 | -50/+175 |
* | Also turn off OPTION_MASK_ABI_X32 for -m16 | H.J. Lu | 2014-09-11 | 2 | -2/+9 |
* | rs6000.md (rs6000_mftb_<mode>): Use mode iterator GPR instead of P. | Segher Boessenkool | 2014-09-11 | 2 | -2/+7 |
* | re PR target/58757 (Advertise the lack of denormal support on alpha without -... | Marc Glisse | 2014-09-11 | 6 | -34/+49 |
* | Introduce LABEL_REF_LABEL | David Malcolm | 2014-09-11 | 25 | -67/+123 |
* | htm.md (tabort, [...]): Use xor instead of minus. | Segher Boessenkool | 2014-09-11 | 3 | -13/+36 |
* | re PR c++/61489 (Wrong warning with -Wmissing-field-initializers.) | Paolo Carlini | 2014-09-11 | 7 | -3/+61 |
* | [AArch64] Simplify vreinterpret for float64x1_t using casts. | Alan Lawrence | 2014-09-11 | 8 | -203/+55 |
* | [AArch64] Replace temporary inline assembler for vset_lane | Alan Lawrence | 2014-09-11 | 2 | -312/+179 |
* | [AArch64 Testsuite] Add execution test of vset(q?)_lane intrinsics. | Alan Lawrence | 2014-09-11 | 2 | -0/+89 |
* | [AArch64] Cheap fix for argument types of vmull_high_lane_{us}{16,32} | James Greenhalgh | 2014-09-11 | 2 | -4/+12 |
* | re PR c++/63139 (Class-scope typedef overwrites typedef of previously defined... | Jason Merrill | 2014-09-11 | 3 | -1/+67 |
* | re PR c++/58678 (pykde4-4.11.2 link error (devirtualization too trigger happy)) | Jason Merrill | 2014-09-11 | 3 | -2/+21 |
* | re PR libstdc++/63219 (Superfluous template parameter in match_result::format... | Jonathan Wakely | 2014-09-11 | 6 | -5/+21 |
* | Fix declarations in some tests. | Bernd Schmidt | 2014-09-11 | 5 | -30/+41 |
* | linux64.S: Emit .note.GNU-stack even when POWERPC64 is not defined. | Jakub Jelinek | 2014-09-11 | 3 | -4/+12 |
* | re PR target/63223 ([avr] Make jumptables work with -Wl,--section-start,.text=) | Georg-Johann Lay | 2014-09-11 | 5 | -135/+155 |
* | AVX-512. Add vperm[it]2 insns support. | Alexander Ivchenko | 2014-09-11 | 2 | -32/+152 |
* | varpool.c (varpool_node::ctor_useable_for_folding_p): Do not try to access re... | Jan Hubicka | 2014-09-11 | 2 | -0/+10 |
* | re PR middle-end/63186 (Undefined .L* symbols because of fnsplit) | Jan Hubicka | 2014-09-11 | 4 | -7/+77 |
* | AVX-512. Extend vpermvar insn patterns. | Alexander Ivchenko | 2014-09-11 | 2 | -7/+44 |
* | Daily bump. | GCC Administrator | 2014-09-11 | 1 | -1/+1 |
* | vsx.md (vsx_fmav4sf4): Use correct constraints for V2DF, V4SF, DF, and DI modes. | Michael Meissner | 2014-09-10 | 2 | -11/+19 |
* | Fix PR target/63209. | Xinliang David Li | 2014-09-10 | 4 | -2/+46 |
* | i386.exp: Only run vect-args.c tests if runtest_file_p says they should be run. | Jakub Jelinek | 2014-09-10 | 2 | -5/+13 |
* | re PR ipa/61659 (Extra undefined symbol because of devirtualization) | Jason Merrill | 2014-09-10 | 4 | -4/+38 |
* | error_for_asm and warning_for_asm take const rtx_insn * | David Malcolm | 2014-09-10 | 5 | -10/+24 |
* | insn_extract takes an rtx_insn | David Malcolm | 2014-09-10 | 3 | -2/+9 |
* | [AArch64 Testsuite] Add a test of the vst[234](q?) intrinics | Alan Lawrence | 2014-09-10 | 2 | -0/+80 |
* | hook.in: Load the xmethods. | Siva Chandra Reddy | 2014-09-10 | 9 | -3/+274 |
* | install.texi (Prerequisites): Note Tcl 8.6 bug fixed in 8.6.1. | Mike Stump | 2014-09-10 | 2 | -1/+6 |
* | [AArch64 Testsuite] Add a test of the vldN_lane intrinsic | Alan Lawrence | 2014-09-10 | 2 | -0/+101 |
* | cgraphunit.c (expand_thunk): If not expanding, set analyzed flag. | Martin Jambor | 2014-09-10 | 3 | -8/+13 |
* | re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699) | Martin Jambor | 2014-09-10 | 4 | -0/+72 |
* | coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn): Define. | Andreas Schwab | 2014-09-10 | 2 | -0/+7 |
* | MIPS: Do not reload unallocated FP_REGS pseudos via GR_REGS | Matthew Fortune | 2014-09-10 | 2 | -2/+8 |
* | Fix ICE in bitmap routines with LRA and inline assembly language | Robert Suchanek | 2014-09-10 | 2 | -3/+8 |
* | flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE and SANITIZ... | Jakub Jelinek | 2014-09-10 | 16 | -4/+471 |