aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/ToolChains/RISCVToolchain.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[RISCV] Disable generation of asynchronous unwind tables for RISCV baremetal ...Garvit Gupta1-0/+5
2024-01-26[Clang][RISCV] Forward --no-relax option to linker for RISC-V (#76432)Andreu Carminati1-0/+3
2024-01-19[Driver] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2023-10-15[Driver] Don't pass -Z to ld for ELF platforms (#69120)Fangrui Song1-3/+2
2023-10-12[Driver] Group together linker options using addAllArgs (#68349)Brad Smith1-2/+2
2023-10-10[Driver] Rename AddAllArgs (initialization list overload) to addAllArgsFangrui Song1-1/+1
2023-07-07[Driver] Remove duplicate -eFangrui Song1-2/+2
2023-06-14[Driver] Enable selecting multiple multilibsMichael Platings1-2/+2
2023-03-27[RISCV] Replace RISCV -> RISC-V in comments. NFCCraig Topper1-2/+2
2022-07-06[RISCV][Driver] Add libm linking to `RISCVToolchain` for C++Anton Afanasyev1-2/+5
2022-06-16[Driver] Pass -X to ld for riscv*-{elf,freebsd,linux}Fangrui Song1-0/+1
2022-02-21[RISCV] Fix the include search path order between sysroot and resource folder...Kito Cheng1-0/+6
2022-02-21Revert "[RISCV] Fix the include search path order between sysroot and resourc...Kito Cheng1-6/+0
2022-02-21[RISCV] Fix the include search path order between sysroot and resource folder...Kito Cheng1-0/+6
2022-02-21Revert "[RISCV] Fix the include search path order between sysroot and resourc...Kito Cheng1-6/+0
2022-02-21[RISCV] Fix the include search path order between sysroot and resource folderKito Cheng1-0/+6
2021-07-27[clang][driver] NFC: Move InputInfo.h from lib to includeJan Svoboda1-1/+1
2021-07-14[RISCV] Pass -u to linker correctly.Kito Cheng1-0/+1
2021-04-18[RISCV][Driver] Make the ordering of CmdArgs consistent between RISCV::Linker...ShihPo Hung1-2/+2
2021-03-21[Driver] Detect Debian hack g++-multiarch-incdir.diff to simplify addLibStdCX...Fangrui Song1-1/+2
2020-11-26[clang][Driver] Handle risvc in Baremetal.cpp.Hafiz Abid Qadeer1-0/+15
2020-10-08[Driver] Add output file to properties of CommandSerge Pavlov1-3/+3
2020-06-29Clang Driver: refactor support for writing response files to beJames Y Knight1-2/+3
2020-02-26Support -fuse-ld=lld for riscvserge-sans-paille1-1/+1
2020-02-18Revert "Support -fuse-ld=lld for riscv"serge-sans-paille1-1/+1
2020-02-18Support -fuse-ld=lld for riscvserge-sans-paille1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-12-12Default to -fuse-init-arrayFangrui Song1-1/+0
2019-11-22[RISCV] Use compiler-rt if no GCC installation detectedEdward Jones1-3/+26
2019-11-21[RISCV] Support mutilib in baremetal environmentZakk Chen1-3/+31
2019-11-21Revert "[RISCV] Support mutilib in baremetal environment"Zakk Chen1-31/+3
2019-11-21[RISCV] Support mutilib in baremetal environmentZakk Chen1-3/+31
2019-11-19Revert "[RISCV] Support mutilib in baremetal environment"Nico Weber1-31/+3
2019-11-19[RISCV] Support mutilib in baremetal environmentZakk Chen1-3/+31
2019-11-13Revert "[RISCV] Use compiler-rt if no GCC installation detected"Richard Smith1-26/+3
2019-11-13[RISCV] Use compiler-rt if no GCC installation detectedEdward Jones1-3/+26
2019-11-11Revert cdcf58e5af0 "[RISCV] enable LTO support, pass some options to linker."Hans Wennborg1-7/+0
2019-11-07[RISCV] Improve sysroot computation if no GCC install detectedEdward Jones1-7/+14
2019-10-14[RISCV] enable LTO support, pass some options to linker.Sam Elliott1-0/+7
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27NFC: Fix some darwin linker warnings introduced in r338385Erik Pilkington1-0/+141