summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/Mips.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Check that features required by built-ins are enabledSimon Atanasyan2019-11-291-0/+3
* [mips] Set macros for Octeon+ CPUSimon Atanasyan2019-11-071-2/+5
* [mips] Add `octeon+` to the list of CPUs accepted by the driverSimon Atanasyan2019-11-071-1/+2
* [mips] Set __OCTEON__ macrosSimon Atanasyan2019-11-051-0/+3
* [mips] Fix `__mips_isa_rev` macros value for Octeon CPUSimon Atanasyan2019-11-051-1/+1
* [Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan2019-02-131-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang][mips] Set __mips_fpr correctly for -mfpxxStefan Maksimovic2018-08-221-11/+54
* Use Triple::isMIPS() instead of enumerating all Triples. NFCAlexander Richardson2018-06-251-9/+3
* Add Rest of Targets Support to ValidCPUList (enabling march notes)Erich Keane2018-02-081-19/+12
* [mips] Minor update to the comment (NFC)Aleksandar Beserminji2017-12-111-1/+1
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-111-0/+7
* [mips] Introducing option -mabs=[legacy/2008]Petar Jovanovic2017-08-241-0/+3
* Revert r310057Stefan Maksimovic2017-08-111-0/+3
* Revert r304953 for release 5.0.0Stefan Maksimovic2017-08-041-3/+0
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-211-0/+242
OpenPOWER on IntegriCloud