summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/Mips.h
Commit message (Expand)AuthorAgeFilesLines
* [mips] Add `octeon+` to the list of CPUs accepted by the driverSimon Atanasyan2019-11-071-0/+2
* [Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan2019-02-131-0/+2
* 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-4/+4
* [mips] Fix handling of GNUABIN32 environment in a target tripleSimon Atanasyan2018-10-151-1/+6
* [clang][mips] Set __mips_fpr correctly for -mfpxxStefan Maksimovic2018-08-221-5/+9
* Use Triple::isMIPS() instead of enumerating all Triples. NFCAlexander Richardson2018-06-251-4/+1
* [RISCV] Enable __int128_t and __uint128_t through clang flagMandeep Singh Grang2018-02-251-1/+3
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-1/+5
* Add Rest of Targets Support to ValidCPUList (enabling march notes)Erich Keane2018-02-081-0/+1
* [mips] Introducing option -mabs=[legacy/2008]Petar Jovanovic2017-08-241-3/+9
* [mips] Rename getSupportedNanEncoding() to getIEEE754Standard()Petar Jovanovic2017-08-221-2/+2
* Revert r310057Stefan Maksimovic2017-08-111-1/+4
* Revert r304953 for release 5.0.0Stefan Maksimovic2017-08-041-4/+1
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-211-0/+391
OpenPOWER on IntegriCloud