summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/PPC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song2020-01-101-2/+1
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-081-1/+2
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-211-0/+16
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-121-10/+17
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-1/+9
* [PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdoubleFangrui Song2019-07-151-1/+3
* [X86][PowerPC] Support -mlong-double-128Fangrui Song2019-07-121-0/+2
* [PowerPC] Fix issue with inline asm - soft float modeStrahinja Petrovic2019-04-021-0/+3
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-12/+6
* Reland the rest of "Add AIX Target Info"Jason Liu2019-03-141-1/+3
* Revert "Add AIX Target Info"Jason Liu2019-03-131-3/+1
* Add AIX Target InfoJason Liu2019-03-131-1/+3
* 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-2/+2
* [PowerPC] VSX register support for inline assemblyKang Zhang2018-12-071-0/+30
* [PowerPC] The __float128 type should only be available on Power9Stefan Pintilie2018-06-131-91/+24
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Fix UBSan issue with PPC::isValidCPUNameErich Keane2018-02-091-2/+1
* Add Rest of Targets Support to ValidCPUList (enabling march notes)Erich Keane2018-02-081-50/+19
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-211-0/+544
OpenPOWER on IntegriCloud