summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Arch/RISCV.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton2020-01-151-3/+0
* [RISCV] Add Clang frontend support for Bitmanip extensionScott Egerton2020-01-141-0/+3
* [RISCV] Match GCC `-march`/`-mabi` driver defaultsSam Elliott2019-11-151-12/+127
* [RISCV] Add support for -ffixed-xX flagsSimon Cook2019-10-221-0/+64
* [RISCV] Make -march=rv{32,64}gc the default in RISC-V LinuxRoger Ferrer Ibanez2019-09-101-7/+12
* [RISCV] Default to ilp32d/lp64d in RISC-V LinuxRoger Ferrer Ibanez2019-09-101-3/+5
* [RISCV] Move architecture parsing code into its own functionRoger Ferrer Ibanez2019-09-101-140/+150
* [RISCV] Remove duplicated logic when determining the target ABIRoger Ferrer Ibanez2019-08-071-1/+7
* [RISCV] Avoid save-restore target feature warningSam Elliott2019-07-011-5/+3
* [RISC-V] Add -msave-restore and -mno-save-restore to clang driverSam Elliott2019-06-211-0/+10
* [Driver][RISCV] Simplify. NFCFangrui Song2019-05-261-31/+13
* [RISCV] Default enable RISCV linker relaxationShiva Chen2019-02-171-0/+12
* Use llvm::is_contained. NFCFangrui Song2019-02-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [RISCV] Add -mrelax/-mno-relax flags to enable/disable RISCV linker relaxationShiva Chen2018-05-291-0/+5
* 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
* [PATCH] [RISCV] Verify the input value of -march=Shiva Chen2018-03-281-6/+67
* [RISCV] Add the RISCV target and compiler driverAlex Bradbury2018-01-111-0/+61
OpenPOWER on IntegriCloud