summaryrefslogtreecommitdiff
path: root/test/Driver
AgeCommit message (Expand)Author
2017-11-19[X86] Add icelake CPU support for -march.Craig Topper
2017-11-19[Driver] add initial support for alpine linuxMartell Malone
2017-11-17Fix coverage test on Windows botReid Kleckner
2017-11-10AMDGPU: Add -mxnack/-mno-xnack options that set +/-xnack featureKonstantin Zhuravlyov
2017-11-10[Driver] Make clang/cc conforms to UNIX standardSteven Wu
2017-11-08Add a missing "REQUIRES: system-windows" to a Windows-only test.David L. Jones
2017-11-08Add CoreOption flag to "-coverage" option to make it available for clang-clMarco Castelluccio
2017-11-06Vary Windows toolchain selection by -fuse-ldDave Lee
2017-11-04[Driver] MinGW: Remove custom linker detectionMartell Malone
2017-11-03[Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky
2017-11-02Add default calling convention support for regcall.Erich Keane
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich
2017-10-29Driver: default to `unsigned int` `wchar_t` for ARMSaleem Abdulrasool
2017-10-27[WebAssembly] Add crt1.o with calling lldSam Clegg
2017-10-27Fix test/Driver/wasm-toolchain.c on windowsSam Clegg
2017-10-27[WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg
2017-10-26Use -fuse-init-array if no gcc installation is found.Nico Weber
2017-10-26[LSan] Enable -fsanitize=leak for PPC64 Linux.Alex Shlyapnikov
2017-10-25[CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar
2017-10-25Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov
2017-10-24[AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpuPeter Smith
2017-10-23[Driver] Use ld.lld directly for Fuchsia rather than passing flavorPetr Hosek
2017-10-23clang-cl: Expose --version.Nico Weber
2017-10-20Allow /showIncludes with /PErich Keane
2017-10-18[Hexagon] Handling of new HVX flags and target-featuresSumanth Gundapaneni
2017-10-16Do not link clang_rt.cfi on Android.Evgeniy Stepanov
2017-10-16[CUDA] Require libdevice only if neededJonas Hahnfeld
2017-10-15Fix test case regresstion from rL315864Martell Malone
2017-10-15[driver] [cl] Add/fix c++17/c++latestMartell Malone
2017-10-13[X86] Add skeleton support for knm cpuCraig Topper
2017-10-11[Driver] Export symbols needed to use profile runtimeVedant Kumar
2017-10-07[Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-10-06For Windows, allow .exe extension in a test.Paul Robinson
2017-10-05Cleanup and generalize -shared-libasan.Evgeniy Stepanov
2017-10-05Enabling new pass manager in LTO (and thinLTO) link step.Sean Fertile
2017-10-04[test] Pass in fixed triple for openmp-offload.cJonas Hahnfeld
2017-10-04[OpenMP] Fix passing of -m arguments correctlyJonas Hahnfeld
2017-10-03[clang-cl] Claim ignored /O[12xd] argumentsReid Kleckner
2017-09-29[PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson
2017-09-27[OpenMP] Fix passing of -m arguments to device toolchainJonas Hahnfeld
2017-09-27[OpenMP] Fix memory leak when translating argumentsJonas Hahnfeld
2017-09-26[OpenMP] Don't throw cudalib not found error if only front-end is required.Gheorghe-Teodor Bercea
2017-09-26[mips] Accept but ignore -m(no-)branch-likelySimon Dardis
2017-09-26[XRay] Avoid actual linking when testing the driverDean Michael Berris
2017-09-26[XRay] Run command once without piping to FileCheckDean Michael Berris
2017-09-26[XRay] Only run shared tests when 'enable_shared' is trueDean Michael Berris
2017-09-26[XRay] Remove -fPIC from shared build test.Dean Michael Berris
2017-09-26[XRay] Stop running tests for 'amd64', and remove -fPIE from tests.Dean Michael Berris
2017-09-26[XRay][Driver] Do not link in XRay runtime in shared libsDean Michael Berris