summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Arch/RISCV.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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