This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG63534779b4ef: [clang][CodeGen] Break up TargetInfo.cpp [7/8]
(authored by barannikov88).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A
barannikov88 updated this revision to Diff 532357.
barannikov88 added a comment.
Herald added a subscriber: wangpc.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150215/new/
https://reviews.llvm.org/D150215
Files:
clang/lib/CodeGen/Target
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150215/new/
https://reviews.llvm.org/D150215
___
barannikov88 updated this revision to Diff 528208.
barannikov88 added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150215/new/
https://reviews.llvm.org/D150215
Files:
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/CodeGen/Target
barannikov88 updated this revision to Diff 523845.
barannikov88 added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150215/new/
https://reviews.llvm.org/D150215
Files:
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/CodeGen/Target
barannikov88 updated this revision to Diff 523161.
barannikov88 added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150215/new/
https://reviews.llvm.org/D150215
Files:
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/CodeGen/Target
barannikov88 added a comment.
Currently, the functions just forward their arguments to the constructors (*),
but I think more stuff
should be pushed into them from `createTargetCodeGenInfo`. This is left for
target maintainers.
Implementations of the added functions will be distributed across *
barannikov88 created this revision.
Herald added subscribers: s.egerton, simoncook, asb, fedor.sergeev, dschuff.
Herald added a project: All.
barannikov88 published this revision for review.
barannikov88 added reviewers: rjmccall, aaron.ballman, erichkeane, jdoerfert,
efriedma.
Herald added subscr