summaryrefslogtreecommitdiff
path: root/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* Fix -fuse-init-array decision logic on NetBSDJoerg Sonnenberger2019-10-211-0/+15
* [test] Merge Driver/as-w-warnings.c into as-no-warnings.cFangrui Song2019-10-212-9/+7
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-181-1/+1
* [ThinLTOCodeGenerator] Add support for index-based WPDEugene Leviant2019-10-181-3/+2
* [WebAssembly] -pthread implies -target-feature +sign-extThomas Lively2019-10-181-2/+8
* [clang-offload-wrapper][NFC] Use captured name of the entry type in LIT testSergey Dmitriev2019-10-171-1/+1
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-171-0/+11
* Fix darwin-ld-lto test for some speical pathSteven Wu2019-10-161-2/+4
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-161-0/+6
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-151-5/+31
* Fix as-w-option.c on Windows where no assembler existsReid Kleckner2019-10-151-1/+1
* [clang] refactor -Wa,-W test cases.Jian Cai2019-10-151-10/+0
* Fix Driver/working-directory.c testJan Korous2019-10-151-1/+0
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-152-2/+19
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-141-11/+0
* [clang] add requirements to -Wa,-W test cases.Jian Cai2019-10-141-0/+3
* Add support to -Wa,-W in clangJian Cai2019-10-141-0/+14
* Revert "Add support to -Wa,-W in clang"Jian Cai2019-10-141-14/+0
* Add support to -Wa,-W in clangJian Cai2019-10-141-0/+14
* [ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio2019-10-141-0/+15
* [RISCV] enable LTO support, pass some options to linker.Sam Elliott2019-10-141-0/+18
* Prefer 'env not' over 'not env' in tests.Nico Weber2019-10-142-5/+5
* Slightly relax restriction on exact order arguments must appear.Douglas Yung2019-10-121-2/+2
* Dead Virtual Function EliminationOliver Stannard2019-10-111-0/+11
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-103-4/+30
* Update clang tests for new LLVM IR backslash printing in r374415Reid Kleckner2019-10-101-1/+1
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-093-120/+155
* [HIP] Fix -save-tempsYaxun Liu2019-10-091-0/+41
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-091-0/+8
* [driver][hip] Skip bundler if host action is nothing.Michael Liao2019-10-081-0/+11
* [clang] Accept -ftrivial-auto-var-init in clang-clVitaly Buka2019-10-071-0/+2
* clang-cl: Ignore the new /ZH optionsHans Wennborg2019-10-071-0/+3
* [HIP] Use option -nogpulib to disable linking device libYaxun Liu2019-10-031-0/+11
* [HIP] Enable specifying different default gpu arch for HIP/CUDA.Michael Liao2019-10-031-0/+7
* Fix driver tests when `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` is `ON`Serge Pavlov2019-10-032-7/+35
* [HIP] Support -emit-llvm for device compilationYaxun Liu2019-10-031-0/+72
* [ThinLTO] Enable index-only WPD from clangTeresa Johnson2019-10-011-1/+1
* Fix Driver/modules.cpp test to work when build directory name contains '.s'Tom Stellard2019-09-301-1/+1
* Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov2019-09-284-20/+38
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-271-8/+0
* Fix the 'directory' field in DumpCompilationDatabase and add testHans Wennborg2019-09-271-2/+2
* Only pass -coverage-notes-file when emitting coverageReid Kleckner2019-09-261-0/+6
* Un-XFAIL coverage_no_integrated_as.c test on WindowsReid Kleckner2019-09-261-7/+6
* [Driver] Always use -z separate-loadable-segments with lld on FuchsiaFangrui Song2019-09-251-1/+1
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-0/+2
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-182-2/+12
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-171-9/+9
* [Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...Fangrui Song2019-09-141-4/+22
* [Driver] Improve Clang::getDependencyFileName and its tests after rC371853Fangrui Song2019-09-143-26/+17
* Fix test to use %t for newly created files.Tim Shen2019-09-131-5/+5