summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Arch/Mips.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-091-6/+12
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-181-0/+7
* [Driver] Delete dead codeFangrui Song2019-07-121-1/+0
* 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
* [driver][mips] Support MIPS R6 target triplesSimon Atanasyan2018-10-161-0/+5
* [mips] Fix handling of GNUABIN32 environment in a target tripleSimon Atanasyan2018-10-151-0/+3
* [mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' optionsVladimir Stefanovic2018-07-111-0/+4
* [mips] Add '-mcrc', '-mno-crc' options to enable/disable CRC ASEVladimir Stefanovic2018-07-051-0/+2
* [mips] Use more conservative default CPUs for MIPS on FreeBSD.John Baldwin2018-06-261-0/+7
* Use Triple::isMIPS() instead of enumerating all Triples. NFCAlexander Richardson2018-06-251-10/+1
* [mips] Improve handling of -fno-[pic/PIC] optionAleksandar Beserminji2018-05-071-3/+12
* Revert "[mips] Improve handling of -fno-[pic/PIC] option"Aleksandar Beserminji2018-05-071-12/+3
* [mips] Improve handling of -fno-[pic/PIC] optionAleksandar Beserminji2018-05-071-3/+12
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-0/+39
* [mips] Replace Triple::Environment check by the isGNUEnvironment() call. NFCSimon Atanasyan2017-09-071-1/+1
* [mips] Introducing option -mabs=[legacy/2008]Petar Jovanovic2017-08-241-0/+22
* [mips] Rename getSupportedNanEncoding() to getIEEE754Standard()Petar Jovanovic2017-08-221-23/+24
* [mips] Remove checking of the redundant condition. NFCSimon Atanasyan2017-08-211-2/+1
* Revert r310057Stefan Maksimovic2017-08-111-0/+2
* [mips] Show warning in case of mixing -mlong-calls and -mabicalls optionsSimon Atanasyan2017-08-101-2/+10
* [mips] Notify user that `-mabicalls` is ignored on non-PIC N64 ABISimon Atanasyan2017-08-101-3/+15
* Revert r304953 for release 5.0.0Stefan Maksimovic2017-08-041-2/+0
* [mips] Code formatting fix. NFCSimon Atanasyan2017-08-041-1/+1
* [mips][mt][7/7] Add driver option for the MIPS MT ASE.Simon Dardis2017-07-121-0/+1
* [driver][mips] Pass long-calls feature flag to the MIPS backendSimon Atanasyan2017-07-071-0/+2
* [driver][mips] Use AddTargetFeature to check arguments and add feature flags....Simon Atanasyan2017-07-051-7/+2
* [driver][mips] Remove redundant curly brackets. NFCSimon Atanasyan2017-07-051-3/+2
* Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-0/+7
* Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-7/+0
* [mips] Add runtime options to enable/disable madd.fmt and msub.fmtPetar Jovanovic2017-06-071-0/+7
* Remove unnecessary calls to MakeArgString.Evgeniy Stepanov2017-05-091-8/+8
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+403
OpenPOWER on IntegriCloud