aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Targets.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-18[clang] Return std::unique_ptr<TargetInfo> from AllocateTargetStoorx1-2/+2
2019-07-09De-templatize non-dependent VS macro logic, NFCReid Kleckner1-4/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-24NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington1-1/+1
2018-04-09[CUDA] Revert defining __CUDA_ARCH__ for amdgcn targetsYaxun Liu1-4/+0
2018-04-04[CUDA] Add amdgpu sub archsYaxun Liu1-0/+4
2017-11-21[MINGW] normalize WIN32 macrosMartell Malone1-1/+1
2017-07-31[Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC)Martin Storsjo1-0/+4
2017-07-21Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane1-0/+47