summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorAlex Bradbury <asb@lowrisc.org>2019-04-01 14:42:56 +0000
committerAlex Bradbury <asb@lowrisc.org>2019-04-01 14:42:56 +0000
commitda20f5ca74522c5ad7630180e7b99709e453dee5 (patch)
treec89997d31759f632a909b39eb529901164cb0bc6 /clang/lib
parentefe376add6ab35db2e6263d257d7d9a61d3e84e0 (diff)
downloadbcm5719-llvm-da20f5ca74522c5ad7630180e7b99709e453dee5.tar.gz
bcm5719-llvm-da20f5ca74522c5ad7630180e7b99709e453dee5.zip
[RISCV] Generate address sequences suitable for mcmodel=medium
This patch adds an implementation of a PC-relative addressing sequence to be used when -mcmodel=medium is specified. With absolute addressing, a 'medium' codemodel may cause addresses to be out of range. This is because while 'medium' implies a 2 GiB addressing range, this 2 GiB can be at any offset as opposed to 'small', which implies the first 2 GiB only. Note that LLVM/Clang currently specifies code models differently to GCC, where small and medium imply the same functionality as GCC's medlow and medany respectively. Differential Revision: https://reviews.llvm.org/D54143 Patch by Lewis Revill. llvm-svn: 357393
Diffstat (limited to 'clang/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud