aboutsummaryrefslogtreecommitdiff
path: root/test/Driver
AgeCommit message (Expand)Author
2019-10-21Fix -fuse-init-array decision logic on NetBSDJoerg Sonnenberger
2019-10-21[test] Merge Driver/as-w-warnings.c into as-no-warnings.cFangrui Song
2019-10-18[profile] Do not cache __llvm_profile_get_filename resultVedant Kumar
2019-10-18[ThinLTOCodeGenerator] Add support for index-based WPDEugene Leviant
2019-10-18[WebAssembly] -pthread implies -target-feature +sign-extThomas Lively
2019-10-17[clang-offload-wrapper][NFC] Use captured name of the entry type in LIT testSergey Dmitriev
2019-10-17Reland: Dead Virtual Function EliminationOliver Stannard
2019-10-16Fix darwin-ld-lto test for some speical pathSteven Wu
2019-10-16[Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham
2019-10-15[Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev
2019-10-15Fix as-w-option.c on Windows where no assembler existsReid Kleckner
2019-10-15[clang] refactor -Wa,-W test cases.Jian Cai
2019-10-15Fix Driver/working-directory.c testJan Korous
2019-10-15Reland [Driver] Fix -working-directory issuesJan Korous
2019-10-14Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya
2019-10-14[clang] add requirements to -Wa,-W test cases.Jian Cai
2019-10-14Add support to -Wa,-W in clangJian Cai
2019-10-14Revert "Add support to -Wa,-W in clang"Jian Cai
2019-10-14Add support to -Wa,-W in clangJian Cai
2019-10-14[ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio
2019-10-14[RISCV] enable LTO support, pass some options to linker.Sam Elliott
2019-10-14Prefer 'env not' over 'not env' in tests.Nico Weber
2019-10-12Slightly relax restriction on exact order arguments must appear.Douglas Yung
2019-10-11Dead Virtual Function EliminationOliver Stannard
2019-10-10Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner
2019-10-10Update clang tests for new LLVM IR backslash printing in r374415Reid Kleckner
2019-10-09[Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev
2019-10-09[HIP] Fix -save-tempsYaxun Liu
2019-10-09[mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan
2019-10-08[driver][hip] Skip bundler if host action is nothing.Michael Liao
2019-10-07[clang] Accept -ftrivial-auto-var-init in clang-clVitaly Buka
2019-10-07clang-cl: Ignore the new /ZH optionsHans Wennborg
2019-10-03[HIP] Use option -nogpulib to disable linking device libYaxun Liu
2019-10-03[HIP] Enable specifying different default gpu arch for HIP/CUDA.Michael Liao
2019-10-03Fix driver tests when `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` is `ON`Serge Pavlov
2019-10-03[HIP] Support -emit-llvm for device compilationYaxun Liu
2019-10-01[ThinLTO] Enable index-only WPD from clangTeresa Johnson
2019-09-30Fix Driver/modules.cpp test to work when build directory name contains '.s'Tom Stellard
2019-09-28Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov
2019-09-27[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev
2019-09-27Fix the 'directory' field in DumpCompilationDatabase and add testHans Wennborg
2019-09-26Only pass -coverage-notes-file when emitting coverageReid Kleckner
2019-09-26Un-XFAIL coverage_no_integrated_as.c test on WindowsReid Kleckner
2019-09-25[Driver] Always use -z separate-loadable-segments with lld on FuchsiaFangrui Song
2019-09-20[SystemZ] Support z15 processor nameUlrich Weigand
2019-09-18[mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan
2019-09-17[ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman
2019-09-14[Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...Fangrui Song
2019-09-14[Driver] Improve Clang::getDependencyFileName and its tests after rC371853Fangrui Song
2019-09-13Fix test to use %t for newly created files.Tim Shen