Age | Commit message (Expand) | Author | Files | Lines |
2017-09-13 | pr63304_1.c: Remove-mno-fix-cortex-a53-843419. | Kugan Vivekanandarajah | 1 | -11/+0 |
2017-09-12 | sparc.c (output_return): Output the source location of the insn in the delay ... | Eric Botcazou | 1 | -4/+22 |
2017-09-12 | Add -static-pie to GCC driver to create static PIE | H.J. Lu | 3 | -15/+18 |
2017-09-12 | Remove '*' from movsi/di/ti patterns | Wilco Dijkstra | 1 | -6/+6 |
2017-09-12 | re PR target/80204 (macosx-version-min wrong for macOS Sierra 10.12.3) | Simon Wright | 1 | -11/+5 |
2017-09-12 | re PR target/82112 (internal compiler error: in fold_convert_loc, at fold-con... | Jakub Jelinek | 1 | -15/+11 |
2017-09-12 | altivec.md (vec_widen_umult_even_v4si, [...]): Add define expands for vmuleuw... | Carl Love | 4 | -4/+69 |
2017-09-12 | [Patch AArch64 2/2] Fix memory sizes to load/store patterns | James Greenhalgh | 6 | -22/+28 |
2017-09-12 | [Mechanical Patch ARM/AArch64 1/2] Rename load/store scheduling types to enco... | James Greenhalgh | 36 | -345/+345 |
2017-09-12 | Turn HARD_REGNO_NREGS into a target hook | Richard Sandiford | 88 | -475/+379 |
2017-09-12 | Use hard_regno_nregs instead of HARD_REGNO_NREGS | Richard Sandiford | 5 | -13/+14 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 3 | -23/+23 |
2017-09-12 | Make more use of end_hard_regno | Richard Sandiford | 4 | -5/+4 |
2017-09-12 | Make more use of END_REGNO | Richard Sandiford | 2 | -5/+2 |
2017-09-12 | Make more use of REG_NREGS | Richard Sandiford | 6 | -18/+13 |
2017-09-12 | Turn SLOW_UNALIGNED_ACCESS into a target hook | Richard Sandiford | 12 | -89/+80 |
2017-09-12 | Add short_call function attribute for MIPS | Simon Atanasyan | 1 | -2/+4 |
2017-09-11 | xtensa: fix PR target/82181 | Max Filippov | 1 | -0/+1 |
2017-09-11 | 2017-09-11 Vidya Praveen <vidyapraveen@arm.com> | Vidya Praveen | 6 | -416/+280 |
2017-09-08 | re PR target/81988 (invalid std instruction with odd register) | Eric Botcazou | 1 | -1/+16 |
2017-09-08 | alpha.c (alpha_print_operand): Remove. | Uros Bizjak | 1 | -11/+0 |
2017-09-07 | re PR bootstrap/80897 (gnat bootstrap broken on SPARC64/Linux) | Eric Botcazou | 1 | -1/+17 |
2017-09-07 | vsx.md (define_insn "*stxvl"): Add missing argument to the sldi instruction. | Carl Love | 1 | -1/+1 |
2017-09-07 | re PR target/81979 (Assembler messages: Error: can't resolve `.got2' {.got2 s... | Jakub Jelinek | 1 | -19/+33 |
2017-09-06 | rs6000-cpus.def (OTHER_VSX_VECTOR_MASKS): Delete OPTION_MASK_FLOAT128_KEYWORD. | Michael Meissner | 5 | -112/+67 |
2017-09-06 | [arm] Improve error checking in parsecpu.awk | Richard Earnshaw | 1 | -1/+25 |
2017-09-06 | [arm] auto-generate arm-isa.h from CPU descriptions | Richard Earnshaw | 6 | -279/+391 |
2017-09-06 | vxworks.h (VXCPU_FOR_8548): Correct definition for VxWorks 7. | Olivier Hainque | 1 | -3/+9 |
2017-09-06 | re PR target/77308 (surprisingly large stack usage for sha512 on arm) | Bernd Edlinger | 2 | -8/+12 |
2017-09-05 | [75/77] Use scalar_mode in the AArch64 port | Richard Sandiford | 2 | -7/+7 |
2017-09-05 | [61/77] Use scalar_int_mode in the AArch64 port | Richard Sandiford | 2 | -57/+78 |
2017-09-05 | Make targetm.get_mask_mode return an opt_mode | Richard Sandiford | 1 | -2/+2 |
2017-09-05 | Make mode_for_vector return an opt_mode | Richard Sandiford | 3 | -13/+10 |
2017-09-05 | Add mode_for_int_vector helper functions | Richard Sandiford | 4 | -15/+5 |
2017-09-05 | Make mode_for_size return an opt_mode | Richard Sandiford | 4 | -12/+12 |
2017-09-05 | Make more use of int_mode_for_size | Richard Sandiford | 11 | -48/+43 |
2017-09-05 | Make more use of int_mode_for_mode | Richard Sandiford | 1 | -3/+3 |
2017-09-05 | re PR target/81833 (PowerPC: VSX: Miscompiles ffmpeg's scalarproduct_int16_vs... | Bill Schmidt | 1 | -34/+44 |
2017-09-05 | Improve max_insns_skipped logic | Wilco Dijkstra | 1 | -13/+5 |
2017-09-05 | i386: Avoid stack realignment if possible | H.J. Lu | 1 | -55/+88 |
2017-09-04 | re PR target/82098 (internal compiler error: in elimination_costs_in_insn, at... | Uros Bizjak | 1 | -4/+6 |
2017-09-04 | Fix ldrd offsets | Wilco Dijkstra | 1 | -5/+9 |
2017-09-04 | re PR target/77308 (surprisingly large stack usage for sha512 on arm) | Bernd Edlinger | 1 | -5/+79 |
2017-09-04 | * config/i386/i386-protos.h (ix86_tls_address_pattern_p) New prototype. | Uros Bizjak | 4 | -0/+96 |
2017-09-04 | Turn FUNCTION_ARG_PADDING into a target hook | Richard Sandiford | 42 | -208/+180 |
2017-09-04 | Turn MODES_TIEABLE_P into a target hook | Richard Sandiford | 98 | -447/+529 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 116 | -594/+596 |
2017-09-04 | Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook | Richard Sandiford | 16 | -55/+133 |
2017-09-04 | PR82045: Avoid passing machine modes through "..." | Richard Sandiford | 33 | -112/+109 |
2017-09-03 | i386.md (*bt<mode>): Use nonimmediate_operand predicate for operand 1. | Uros Bizjak | 1 | -4/+4 |