- bea57bb [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types by Aaron Enye Shi · 7 years ago
- a643e64 [clang-cl] Treat inputs as C++ with /E, like MSVC by Reid Kleckner · 7 years ago
- f5ffa1a [Driver] Also obey -nostdlib++ when rewriting -lstdc++. by Dan Albert · 7 years ago
- b23ccec Misc typos fixes in ./lib folder by Raphael Isemann · 7 years ago
- 0a6b5b6 PTH-- Remove feature entirely- by Erich Keane · 7 years ago
- 77a4adc Add Hurd target to Clang driver (2/2) by Kristina Brooks · 7 years ago
- 2bcc951 [HIP] Fix device only compilation by Yaxun Liu · 7 years ago
- 2c78247 [Tooling] Produce diagnostics for missing input files. by Sam McCall · 7 years ago
- 797004d clang-cl: Add "/clang:" pass-through arg support. by Hans Wennborg · 7 years ago
- b547ef2 Revert "Reapply: [Driver] Use forward slashes in most linker arguments" by Martin Storsjo · 7 years ago
- cbd7357 Reapply: [Driver] Use forward slashes in most linker arguments by Martin Storsjo · 7 years ago
- 46106f5 [autocompletion] Handle the space before pressing tab by Yuka Takahashi · 7 years ago
- df9c7e3 [bash-autocompletion] Fix bug when a flag ends with '=' by Yuka Takahashi · 7 years ago
- e60eae4 [driver][mips] Adjust target triple's environment accordingly to provided ABI name by Simon Atanasyan · 7 years ago
- 9d0df31 Revert 344389 "Revert r344375 "[Driver] check for exit code from SIGPIPE"" by Nick Desaulniers · 7 years ago
- 3185977 Revert r344375 "[Driver] check for exit code from SIGPIPE" by Reid Kleckner · 7 years ago
- c7a3e4a [Driver] check for exit code from SIGPIPE by Nick Desaulniers · 7 years ago
- fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
- d002823 [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." by Fangrui Song · 7 years ago
- 9767089 [HIP] Support early finalization of device code for -fno-gpu-rdc by Yaxun Liu · 7 years ago
- a5178f5 [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types. by Alexey Bataev · 7 years ago
- 46420b6 NFC: Fix some darwin linker warnings introduced in r338385 by Erik Pilkington · 7 years ago
- 0c0fb4b [driver][mips] Adjust target triple accordingly to provided ABI name by Simon Atanasyan · 7 years ago
- 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- 3dfc993 Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types." by Alexey Bataev · 7 years ago
- 464ab24 [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types. by Alexey Bataev · 7 years ago
- cd35eff [modules] Driver support for precompiling a collection of files as a single by Richard Smith · 7 years ago
- 4588fc8 Fix MSVC "illegal conversion; more than one user-defined conversion has been implicitly applied" warning. NFCI. by Simon Pilgrim · 7 years ago
- 8f2499f [Driver] Search LibraryPaths when handling -print-file-name by Petr Hosek · 7 years ago
- 58df1af [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop by Mike Rice · 7 years ago
- 6ccc4a7 Fix the -print-multi-directory flag to print the selected multilib. by Christian Bruel · 7 years ago
- 0344233 Revert r341373, since it fails on some targets. by Tim Shen · 7 years ago
- ed1d6db Fix the -print-multi-directory flag to print the selected multilib. by Christian Bruel · 7 years ago
- eaca388 Fix for bug 38508 - Don't do PCH processing when only generating preprocessor output by Erich Keane · 7 years ago
- bc86a99 [Driver] -print-target-triple and -print-effective-triple options by Petr Hosek · 7 years ago
- f4be253 [RISCV] Add driver for riscv32-unknown-elf baremetal target by David Bolvansky · 7 years ago
- f37b50a Enable .hip files for test/Driver by Yaxun Liu · 7 years ago
- 7e4d3ff Added -fcrash-diagnostics-dir flag by Bob Haarman · 7 years ago
- 76675de [clang-cl, PCH] Implement support for MS-style PCH through headers by Erich Keane · 7 years ago
- 08c5a7b [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801) by Hans Wennborg · 7 years ago
- bc023c9 Modules: Fix implicit output file for .cppm to .pcm instead of stdout by David Blaikie · 7 years ago
- 1f67a3c [FileSystem] Split up the OpenFlags enumeration. by Zachary Turner · 7 years ago
- 470b833 [HIP] Fix unbundling by Yaxun Liu · 7 years ago
- 3891885 [Driver] Clean up tmp files when deleting Compilation objects by David Stenberg · 7 years ago
- f614422 Add HIP toolchain by Yaxun Liu · 7 years ago
- 3af038b Add action builder for HIP by Yaxun Liu · 7 years ago
- dd38d93 [Driver] Rename DefaultTargetTriple to TargetTriple by Petr Hosek · 7 years ago
- f5a6b96 [HIP] Set proper triple and offload kind for the toolchain by Yaxun Liu · 7 years ago
- 00f31d5 [HIP] Diagnose unsupported host triple by Yaxun Liu · 7 years ago
- 609f752 [HIP] Let clang-offload-bundler support HIP by Yaxun Liu · 7 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 665c7a4 [Driver] Don't warn about unused inputs in config files by Martin Storsjo · 7 years ago
- e5f3cf8 Driver: fix an assertion with `-print-prog-name=` by Saleem Abdulrasool · 7 years ago
- d637c05 IWYU for llvm-config.h in clang. See r331124 for details. by Nico Weber · 7 years ago
- f015a56 [ConfigFiles] Update argument strings when merging argrument lists by Serge Pavlov · 7 years ago
- 1fab23d [Driver] Fix implicit config files from prefixed symlinks by Martin Storsjo · 7 years ago
- 9809db7 [HIP] Add driver input type for HIP by Yaxun Liu · 7 years ago
- 9e4321c [ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO builds by Teresa Johnson · 7 years ago
- 045c514 Recommit r329442: Generate Libclang invocation reproducers using a new by Alex Lorenz · 7 years ago
- c884b71 Revert r329442 "Generate Libclang invocation reproducers using a new by Alex Lorenz · 7 years ago
- 1e72091 Generate Libclang invocation reproducers using a new -cc1gen-reproducer by Alex Lorenz · 7 years ago
- 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
- c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
- ecb178b [CUDA] Disable LTO for device-side compilations. by Artem Belevich · 8 years ago
- 503da8f [Bash-autocompletion] Fixed formatting by Yuka Takahashi · 8 years ago
- 41789e4 [Bash-autocompletion] Pass all flags in shell command-line to Clang by Yuka Takahashi · 8 years ago
- 2908a04 Further cleanup to Driver mode code, as suggested by dblaikie [NFC] by Erich Keane · 8 years ago
- b73d2df [NFC] Change odd cast-through-unknown behavior to an Optional by Erich Keane · 8 years ago
- 258f059 [NFC] Correct a typo'ed comment and reworded, since it is awkward. by Erich Keane · 8 years ago
- 2491076 [Driver] Suggest correctly spelled driver options by Brian Gesiak · 8 years ago
- 296d832 [Driver] Fix unused variables and test-writing-into-workdir after r321621 by Sam McCall · 8 years ago
- 208ac65 Enable configuration files in clang by Serge Pavlov · 8 years ago
- 55b0747 Reverted 321587: Enable configuration files in clang by Serge Pavlov · 8 years ago
- c92ca91 Enable configuration files in clang by Serge Pavlov · 8 years ago
- 8f54ae1 [AutoComplete] Use stronger sort predicate for autocomplete candidates to remove non-deterministic ordering by Mandeep Singh Grang · 8 years ago
- 789b19a [clang] Remove redundant return [NFC] by Mandeep Singh Grang · 8 years ago
- f96bedf Vary Windows toolchain selection by -fuse-ld by Dave Lee · 8 years ago
- bd7c45e [Bash-autocomplete] Fix crash when invoking --autocomplete without value. by Raphael Isemann · 8 years ago
- 8052318 [clang-cl] Explicitly set object format to COFF in CL mode by Oleg Ranevskyy · 8 years ago
- 1a89520 [Bash-autocomplete] Refactor autocomplete code into own function by Yuka Takahashi · 8 years ago
- 4e76984 Use class to pass information about executable name by Serge Pavlov · 8 years ago
- 23bb21c [Driver] Register effective triple before get arm float abi. by Leo Li · 8 years ago
- 916a467 [Driver] Search compiler-rt paths in -print-file-name= by Petr Hosek · 8 years ago
- 5289843 [OpenMP] Fix bug regarding cubin integration into host binary by Gheorghe-Teodor Bercea · 8 years ago
- 2c92693 [OpenMP] OpenMP device offloading code generation produces a cubin file which is then integrated in the host binary using the host linker. by Gheorghe-Teodor Bercea · 8 years ago
- 4003a98 Darwin's toolchain should be initialized before openmp offloading is processed by Alex Lorenz · 8 years ago
- 7e9c478 Revert r310291, r310300 and r310332 because of test failure on Darwin by Alex Lorenz · 8 years ago
- 4cdba82 [OpenMP] Integrate OpenMP target region cubin into host binary by Gheorghe-Teodor Bercea · 8 years ago
- 9901472 Revert r304836. by Nico Weber · 8 years ago
- 6625690 [Bash-autocompletion] Show HelpText with possible flags by Yuka Takahashi · 8 years ago
- 5dbfa4e Update after LLVM change r309087 by George Rimar · 8 years ago
- e0c3f90 Remove Driver::UseStdLib. by Nico Weber · 8 years ago
- 2b9657b Remove Bitrig: Clang Changes by Erich Keane · 8 years ago
- 64918d0 [Bash-autocompletion] Add support for -W<warning> and -Wno<warning> by Yuka Takahashi · 8 years ago
- 33cf63b [Bash-autocompletion] Auto complete cc1 options if -cc1 is specified by Yuka Takahashi · 8 years ago
- 6a5df72 [OpenMP] Customize CUDA-based tool chain selection by Gheorghe-Teodor Bercea · 8 years ago
- 43c0f48 [Driver] Actually report errors during parsing instead of stopping when there's an error somewhere. by Benjamin Kramer · 8 years ago
- 4dabea2 Add support for Ananas platform by Ed Schouten · 8 years ago
- 5cb4b35 Sort the autocomplete candidates before printing them out. by Rui Ueyama · 8 years ago
- ba5d4af [GSoC] Flag value completion for clang by Yuka Takahashi · 8 years ago