| Commit message (Expand) | Author | Age | Files | Lines |
* | PR debug/49901 | iains | 2011-09-04 | 1 | -0/+1 |
* | PR Bug middle-end/50232 | danglin | 2011-09-03 | 3 | -5/+35 |
* | * config/c6x/c6x.md (collapse-ndfa, no-comb-vect): New | bernds | 2011-09-02 | 5 | -41/+236 |
* | 2011-09-02 Richard Guenther <rguenther@suse.de> | rguenth | 2011-09-02 | 8 | -47/+77 |
* | gcc/ | rsandifo | 2011-09-02 | 1 | -2/+6 |
* | gcc/ | rsandifo | 2011-08-31 | 5 | -195/+141 |
* | * config/i386/i386.c (ix86_valid_target_attribute_inner_p): | uros | 2011-08-30 | 1 | -0/+1 |
* | 2011-08-30 Andrew Stubbs <ams@codesourcery.com> | ams | 2011-08-30 | 1 | -1/+1 |
* | 2011-08-30 Andrew Stubbs <ams@codesourcery.com> | ams | 2011-08-30 | 1 | -1/+1 |
* | Add FMA intrinsics and testcases. | hjl | 2011-08-30 | 4 | -1/+397 |
* | * config/i386/i386.c (get_pc_thunk_name): Change prefix to | bernds | 2011-08-30 | 1 | -1/+1 |
* | Change default for -msave-toc-indirect | meissner | 2011-08-29 | 1 | -2/+2 |
* | * doc/rtl.texi (simple_return): Document. | bernds | 2011-08-27 | 4 | -18/+33 |
* | * config/i386/sse.md (*absneg<mode>2): Fix split condition. | uros | 2011-08-27 | 2 | -11/+20 |
* | PR target/50202 | uros | 2011-08-27 | 1 | -0/+6 |
* | * config/i386/i386.c (ix86_build_const_vector): Rewrite using loop | uros | 2011-08-26 | 1 | -36/+13 |
* | * config/i386/i386.md (round<mode>2): New expander. | uros | 2011-08-26 | 2 | -0/+74 |
* | Add <lzcntintrin.h>, <bmiintrin.h> and <bmi2intrin.h> to <immintrin.h>. | hjl | 2011-08-26 | 4 | -4/+16 |
* | Commit for Jiangning. | ramana | 2011-08-26 | 1 | -82/+274 |
* | 2011-08-26 Andrew Stubbs <ams@codesourcery.com> | ams | 2011-08-26 | 4 | -173/+303 |
* | Fix scheduling descriptions for smull, smmul and friends on Cortex-A9. | ramana | 2011-08-26 | 1 | -7/+14 |
* | * config/i386/i386.md: Do not explicitly set default isa attribute. | uros | 2011-08-25 | 1 | -7/+7 |
* | * config/i386/i386.md (isa): Add sse2, sse2_noavx, sse3, | uros | 2011-08-25 | 4 | -98/+121 |
* | * config/avr/avr.c (byte_immediate_operand): Remove Function. | gjl | 2011-08-25 | 1 | -9/+0 |
* | * config/avr-protos.h (byte_immediate_operand): Remove Prototype. | gjl | 2011-08-25 | 3 | -11/+3 |
* | * config/avr/avr.c (reg_class_tab): Make local to | gjl | 2011-08-25 | 1 | -16/+24 |
* | | gjl | 2011-08-25 | 1 | -8/+11 |
* | | gjl | 2011-08-25 | 1 | -12/+12 |
* | Convert to Pmode if needed. | hjl | 2011-08-24 | 1 | -0/+2 |
* | * config/i386/constraints.md (Yp): New register constraint. | uros | 2011-08-23 | 2 | -198/+23 |
* | Add AVX2 testcases. | hjl | 2011-08-23 | 1 | -1/+1 |
* | Add BMI2 support. | hjl | 2011-08-23 | 9 | -58/+544 |
* | PR middle-end/50161 | jakub | 2011-08-23 | 3 | -17/+17 |
* | PR target/50155 | uros | 2011-08-22 | 1 | -29/+72 |
* | * config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro. | aesok | 2011-08-22 | 3 | -9/+11 |
* | * config/c6x/c6x.md (indirect_jump_shadow): Tweak representation | bernds | 2011-08-22 | 1 | -1/+3 |
* | Add support for AVX2 builtin functions. | hjl | 2011-08-22 | 7 | -257/+4812 |
* | 2011-08-22 Matthias Klose <doko@debian.org> | doko | 2011-08-22 | 1 | -4/+0 |
* | * config/i386/i386.md (any_div): Remove. | uros | 2011-08-21 | 1 | -10/+5 |
* | * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c, | rth | 2011-08-20 | 10 | -20/+20 |
* | Use .init_arrary/.fini_array sections if possible. | hjl | 2011-08-20 | 1 | -0/+37 |
* | gcc/ | rsandifo | 2011-08-20 | 1 | -2/+4 |
* | gcc/ | rsandifo | 2011-08-20 | 1 | -0/+1 |
* | * config/i386/i386.c (ix86_binary_operator_ok): Use | uros | 2011-08-20 | 1 | -10/+6 |
* | * config/i386/i386.c (ix86_expand_round_sse4): Expand as | uros | 2011-08-20 | 1 | -11/+13 |
* | 2011-08-19 Andrew Stubbs <ams@codesourcery.com> | ams | 2011-08-19 | 1 | -1/+1 |
* | PR target/49437 | jye2 | 2011-08-19 | 1 | -0/+1 |
* | Add -mavx2. | hjl | 2011-08-18 | 6 | -2/+23 |
* | Change ix86_isa_flags to HOST_WIDE_INT. | hjl | 2011-08-18 | 3 | -55/+55 |
* | Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773) | ro | 2011-08-18 | 5 | -7/+120 |