summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/Arch
Commit message (Expand)AuthorAgeFilesLines
...
* Change \t to spacesFangrui Song2018-07-202-2/+2
* [mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' optionsVladimir Stefanovic2018-07-111-0/+4
* [Driver,AArch64] Add support for -mcpu=native.Florian Hahn2018-07-061-0/+3
* [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-252-12/+1
* [AArch64] Support reserving x20 registerPetr Hosek2018-06-121-0/+3
* [RISCV] Add -mrelax/-mno-relax flags to enable/disable RISCV linker relaxationShiva Chen2018-05-291-0/+5
* [Sparc] Use the leon arch for Leon3's when using an external assemblerDaniel Cederman2018-05-241-4/+19
* [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
* Switch to Clang's isDigit function.Richard Trieu2018-04-251-4/+4
* Include <cctype> to get std::isdigit, fixes MSVC STL buildReid Kleckner2018-04-251-0/+1
* [RISCV] More validations on the input value of -march=Ana Pazos2018-04-251-20/+270
* [PowerPC] Option for secure plt modeStrahinja Petrovic2018-04-112-0/+17
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [PATCH] [RISCV] Verify the input value of -march=Shiva Chen2018-03-281-6/+67
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-212-0/+40
* [ARM] disable FPU features when using soft floating point.Keith Walker2018-02-191-5/+15
* [clang-cl] Add support for /arch:AVX512F and /arch:AVX512Nico Weber2018-01-251-5/+6
* clang-cl: Simplify handling of /arch: flag.Nico Weber2018-01-251-27/+5
* [RISCV] Add the RISCV target and compiler driverAlex Bradbury2018-01-112-0/+93
* Revert [ARM] disable FPU features when using soft floating point.Keith Walker2017-11-301-15/+5
* [ARM] disable FPU features when using soft floating point.Keith Walker2017-11-301-5/+15
* [AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpuPeter Smith2017-10-241-6/+10
* [ARM] Option for reading thread pointer from coprocessor registerStrahinja Petrovic2017-09-122-0/+31
* [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-222-25/+26
* [mips] Remove checking of the redundant condition. NFCSimon Atanasyan2017-08-211-2/+1
* [ARM][AArch64] Cortex-A75 and Cortex-A55 testsSam Parker2017-08-211-0/+11
* Revert r311137 (GlobalISel ABI commit).Tim Northover2017-08-181-1/+1
* GlobalISel (AArch64): fix ABI at border between GPRs and SP.Tim Northover2017-08-171-1/+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
* Update to use enum classes for various ARM *Kind enumsFlorian Hahn2017-07-272-11/+10
* [PowerPC] Pass CPU to assembler with -no-integrated-asNemanja Ivanovic2017-07-272-0/+13
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-2/+0
* [mips][mt][7/7] Add driver option for the MIPS MT ASE.Simon Dardis2017-07-121-0/+1
* NetBSD uses soft-float by default, unless the environment is EABIHF orJoerg Sonnenberger2017-07-111-0/+12
* [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
* Update clang support for -mexecute-only/-mpure-code for backend change to use...Eric Christopher2017-07-011-3/+1
* 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