aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/riscv
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-16/+14
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford2-3/+2
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford2-3/+11
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford2-7/+17
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-15/+14
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford2-6/+14
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-7/+16
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-8/+6
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-27Add RTEMS supportSebastian Huber1-0/+31
2017-07-12riscv.c: Remove unnecessary includes.Jeff Law2-58/+3
2017-07-05Remove enum before machine_modeRichard Sandiford2-56/+56
2017-06-05frame-header-opt.c: Include profile-count.h.Jan Hubicka1-0/+1
2017-05-05RISC-V: Add -mstrict-align optionAndrew Waterman3-7/+27
2017-05-05RISC-V: Unify indention in riscv.mdKito Cheng1-272/+287
2017-03-20RISC-V: Don't prefer FP_REGS for integersPalmer Dabbelt1-13/+0
2017-03-20Use more conservative fences on RISC-VPalmer Dabbelt2-2/+2
2017-03-14Use gcc_fallthrough() instead of __attribute__((fallthrough)Kito Cheng1-2/+2
2017-03-13riscv.c (riscv_emit_float_compare): Use fallthru attribute rather than comments.Jeff Law1-2/+2
2017-02-08[riscv] Fix build due to INT16_MAX issueKyrylo Tkachov1-1/+3
2017-02-06RISC-V Port: gccPalmer Dabbelt23-0/+8678