summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/PPC.h
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Treat 'Z' inline asm constraint as a true memory constraintNemanja Ivanovic2020-06-221-1/+2
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-081-2/+1
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-1/+1
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-211-3/+11
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-121-1/+3
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-0/+1
* [ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...Fangrui Song2019-07-091-4/+7
* [X86][PPC] Support -mlong-double-64Fangrui Song2019-07-091-20/+7
* [PowerPC] Support constraint code "ww"Fangrui Song2019-07-041-1/+2
* [PPC64] Fix PPC64TargetInfo ABI on clang side after D61950Fangrui Song2019-05-221-1/+2
* [PPC64] Fix PPC64TargetInfo after D61950Fangrui Song2019-05-221-0/+1
* [PPC64] Parse -elfv1 -elfv2 when specified on target tripleFangrui Song2019-05-221-3/+1
* Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.Simon Pilgrim2019-04-021-0/+1
* [PowerPC] Fix issue with inline asm - soft float modeStrahinja Petrovic2019-04-021-1/+9
* Reland the rest of "Add AIX Target Info"Jason Liu2019-03-141-0/+29
* Revert "Add AIX Target Info"Jason Liu2019-03-131-29/+0
* Add AIX Target InfoJason Liu2019-03-131-0/+29
* [PowerPC] Stop defining _ARCH_PWR6X on POWER7 and upHubert Tong2019-02-131-10/+9
* long double is double on OpenBSD/NetBSD/PPC.Brad Smith2019-02-111-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny2018-12-201-1/+1
* [PowerPC] VSX register support for inline assemblyKang Zhang2018-12-071-0/+2
* [Clang][PowerPC] Support constraint 'wi' in asmLi Jia He2018-11-011-0/+1
* By popular demand, switch in64_t on NetBSD/AArch64 and NetBSD/PowerPC64Joerg Sonnenberger2018-07-171-4/+0
* [Basic] Fix -Wreorder warningBenjamin Kramer2018-06-131-15/+12
* [PowerPC] The __float128 type should only be available on Power9Stefan Pintilie2018-06-131-23/+81
* Support Swift calling convention for PPC64 targetsBob Wilson2018-05-251-0/+9
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Add Rest of Targets Support to ValidCPUList (enabling march notes)Erich Keane2018-02-081-0/+1
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-211-0/+368
OpenPOWER on IntegriCloud