A followup to: https://reviews.llvm.org/D42978
Most of the rest of the Targets were pretty rote, so this
patch knocks them all out at once. If you want me to split
anymore out, I can definitely do that too.
Paths
| Differential D43057
Add Rest of Targets Support to ValidCPUList (enabling march notes) ClosedPublic Authored by erichkeane on Feb 7 2018, 6:04 PM.
Details Summary A followup to: https://reviews.llvm.org/D42978 Most of the rest of the Targets were pretty rote, so this
Diff Detail
Event TimelineHerald added subscribers: fedor.sergeev, kbarton, aheejin and 9 others. · View Herald TranscriptFeb 7 2018, 6:04 PM Comment Actions I've glanced at this and didn't notice anything. I think any problems can be fixed in post-commit review if necessary. This revision is now accepted and ready to land.Feb 8 2018, 11:35 AM Closed by commit rC324676: Add Rest of Targets Support to ValidCPUList (enabling march notes) (authored by erichkeane). · Explain WhyFeb 8 2018, 3:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 133509 lib/Basic/Targets/AMDGPU.h
lib/Basic/Targets/AMDGPU.cpp
lib/Basic/Targets/AVR.h
lib/Basic/Targets/AVR.cpp
lib/Basic/Targets/BPF.h
lib/Basic/Targets/BPF.cpp
lib/Basic/Targets/Hexagon.h
lib/Basic/Targets/Hexagon.cpp
lib/Basic/Targets/Lanai.h
lib/Basic/Targets/Lanai.cpp
lib/Basic/Targets/Mips.h
lib/Basic/Targets/Mips.cpp
lib/Basic/Targets/Nios2.h
lib/Basic/Targets/PPC.h
lib/Basic/Targets/PPC.cpp
lib/Basic/Targets/Sparc.h
lib/Basic/Targets/Sparc.cpp
lib/Basic/Targets/SystemZ.h
lib/Basic/Targets/SystemZ.cpp
lib/Basic/Targets/WebAssembly.h
lib/Basic/Targets/WebAssembly.cpp
|