| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | jakub | 2016-01-04 | 31 | -31/+31 |
* | Fix broken handling of LABEL_REF in genrecog + genpreds. | krebbel | 2015-12-23 | 1 | -4/+1 |
* | S/390: Fix base reg condition. | krebbel | 2015-12-21 | 1 | -1/+1 |
* | S/390: Allow to use r2 to r4 as literal pool base. | krebbel | 2015-12-18 | 1 | -3/+10 |
* | S/390: Turn constm1_operand into all_ones_operand | krebbel | 2015-12-18 | 3 | -11/+12 |
* | S/390: Simplify vector conditionals | krebbel | 2015-12-18 | 2 | -13/+54 |
* | S/390: Deprecate g5 and g6 CPU levels | krebbel | 2015-12-18 | 3 | -8/+38 |
* | S/390: Wide int support. | krebbel | 2015-12-11 | 3 | -13/+24 |
* | S/390: Fix warnings in "*setmem_long..." patterns. | krebbel | 2015-12-11 | 2 | -11/+46 |
* | S/390: Fix warnings in "*setmem_long..." patterns. | krebbel | 2015-12-11 | 1 | -3/+16 |
* | [PATCH 2/2] S/390: Implement "target" attribute. | krebbel | 2015-12-04 | 1 | -1/+15 |
* | [PATCH 1/2] S/390: Implement "target" attribute. | krebbel | 2015-12-04 | 7 | -296/+1024 |
* | S/390: Make constant checking more strict | krebbel | 2015-12-02 | 4 | -109/+114 |
* | S/390: vec_set mode DI->SI for shift_count | krebbel | 2015-12-02 | 1 | -1/+1 |
* | S/390: Fix vec_splat_* builtins. | krebbel | 2015-12-02 | 4 | -8/+29 |
* | S/390: Sort builtin types - cleanup only. | krebbel | 2015-12-02 | 1 | -511/+511 |
* | S/390: Fix RT flag in vstrc instruction. | krebbel | 2015-12-02 | 1 | -16/+8 |
* | S/390: Enable vrepi constants. | krebbel | 2015-12-02 | 3 | -30/+49 |
* | S/390: Fix vrepi constraint letter. | krebbel | 2015-12-02 | 1 | -2/+2 |
* | S/390: Further bswap enhancements. | krebbel | 2015-12-02 | 1 | -10/+28 |
* | S/390: Fix symbol ref alignment | krebbel | 2015-11-23 | 3 | -28/+76 |
* | S/390: Add bswaphi2 pattern | krebbel | 2015-11-20 | 1 | -0/+10 |
* | S/390: Clobber r1 in patterns resulting in pfpo instruction. | krebbel | 2015-11-20 | 1 | -8/+17 |
* | Machine modes for address printing. | jules | 2015-11-09 | 1 | -1/+1 |
* | Merge of the scalar-storage-order branch. | ebotcazou | 2015-11-08 | 1 | -1/+1 |
* | S/390: PR68015 Fix ICE in s390_emit_compare | krebbel | 2015-10-22 | 1 | -2/+7 |
* | Improve --help output to generate references to option aliases. | msebor | 2015-10-21 | 2 | -25/+25 |
* | 2015-10-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-16 | 2 | -24/+17 |
* | S/390: Use create_tmp_var_raw in s390_atomic_assign_expand_fenv. | krebbel | 2015-10-08 | 1 | -2/+2 |
* | Remove REAL_VALUE_FROM_CONST_DOUBLE | rsandifo | 2015-10-05 | 1 | -4/+1 |
* | Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE | rsandifo | 2015-10-05 | 2 | -10/+10 |
* | S/390: Add missing brackets. | krebbel | 2015-09-15 | 1 | -1/+1 |
* | S/390: Don't use vgm for v1ti and v1tf. | krebbel | 2015-09-10 | 1 | -0/+5 |
* | S/390: Fix mode iterators vmal, vmah, and vmalh. | krebbel | 2015-09-10 | 1 | -15/+15 |
* | S/390: Add V1TImode to constant pool modes. | krebbel | 2015-09-10 | 1 | -2/+3 |
* | S/390: Add emit_barrier() after trap | krebbel | 2015-08-27 | 1 | -0/+1 |
* | gcc/ChangeLog | uweigand | 2015-08-21 | 1 | -9/+9 |
* | gcc/ | rsandifo | 2015-08-20 | 1 | -13/+4 |
* | S/390: Fix dwarf reg size table for -m31 -mzarch. | krebbel | 2015-08-06 | 1 | -0/+4 |
* | S/390: Clobber VRs in __builtin_tbegin. | krebbel | 2015-08-06 | 2 | -1/+37 |
* | S/390: Doc: Add documentation for -mhtm, -mvx, and -mzvector. | krebbel | 2015-08-06 | 1 | -1/+2 |
* | S/390: Fix cfi for GPR 2 FPR saves | krebbel | 2015-07-24 | 1 | -0/+4 |
* | [PATCH] S/390: Improve risbg usage | krebbel | 2015-07-24 | 2 | -3/+90 |
* | [PATCH 4/4] S390 -march=native related fixes | krebbel | 2015-07-24 | 1 | -19/+13 |
* | [PATCH 3/4] S390 -march=native related fixes | krebbel | 2015-07-24 | 2 | -41/+127 |
* | [PATCH 2/4] S390 -march=native related fixes | krebbel | 2015-07-24 | 1 | -6/+3 |
* | S390 -march=native related fixes | krebbel | 2015-07-24 | 1 | -0/+4 |
* | 2015-07-10 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-10 | 1 | -0/+1 |
* | S/390: Remove assertion in s390_init_frame_layout. | krebbel | 2015-07-08 | 1 | -1/+4 |
* | * target.def (rtx_costs): Remove "code" param, add "mode". | amodra | 2015-07-08 | 1 | -18/+19 |