[PATCH] D49673: [AArch64] Add Tiny Code Model for AArch64

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 21 10:25:44 PDT 2018


dmgreen updated this revision to Diff 161754.
dmgreen edited the summary of this revision.
dmgreen added a comment.

Thanks Peter.  This change just adds a FIXME for tiny+tls.

Mind taking a look at the hopefully trivial clang part of this in https://reviews.llvm.org/D49674? I can then commit the two parts together.


https://reviews.llvm.org/D49673

Files:
  bindings/go/llvm/target.go
  docs/CommandGuide/lli.rst
  include/llvm-c/TargetMachine.h
  include/llvm/CodeGen/CommandFlags.inc
  include/llvm/Support/CodeGen.h
  include/llvm/Target/CodeGenCWrappers.h
  lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/AArch64/AArch64Subtarget.cpp
  lib/Target/AArch64/AArch64TargetMachine.cpp
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
  lib/Target/ARM/ARMFrameLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/X86/X86Subtarget.cpp
  test/CodeGen/AArch64/GlobalISel/select-gv-cmodel-tiny.mir
  test/CodeGen/AArch64/arm64-tls-dynamics.ll
  test/CodeGen/AArch64/arm64-tls-execs.ll
  test/CodeGen/AArch64/blockaddress.ll
  test/CodeGen/AArch64/code-model-tiny-abs.ll
  test/CodeGen/AArch64/extern-weak.ll
  test/CodeGen/AArch64/fpimm.ll
  test/CodeGen/AArch64/jump-table.ll
  test/CodeGen/AArch64/literal_pools_float.ll
  test/CodeGen/AArch64/tiny_model.ll
  test/CodeGen/AArch64/tiny_supported.ll
  test/MC/AArch64/basic-a64-diagnostics.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49673.161754.patch
Type: text/x-patch
Size: 56492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180821/13fa24a2/attachment-0001.bin>


More information about the llvm-commits mailing list