[PATCH] D53100: clang: Add ARCTargetInfo

Tatyana Krasnukha via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 26 10:45:15 PST 2018


tatyana-krasnukha updated this revision to Diff 175290.
tatyana-krasnukha added a comment.

Minor change: remove splitting big numeric arguments on 32-bit integers. Backend lowering code does this work.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53100/new/

https://reviews.llvm.org/D53100

Files:
  lib/Basic/CMakeLists.txt
  lib/Basic/Targets.cpp
  lib/Basic/Targets/ARC.cpp
  lib/Basic/Targets/ARC.h
  lib/CodeGen/TargetInfo.cpp
  test/CodeGen/arc/arguments.c
  test/CodeGen/arc/struct-align.c
  test/CodeGen/target-data.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53100.175290.patch
Type: text/x-patch
Size: 15765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181126/8192419e/attachment.bin>


More information about the cfe-commits mailing list