| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clang-ifs] Clang Interface Stubs, first version (second landing attempt). | Puyan Lotfi | 2019-06-20 | 1 | -0/+3 |
| * | Revert D60974 "[clang-ifs] Clang Interface Stubs, first version." | Fangrui Song | 2019-06-18 | 1 | -3/+0 |
| * | [clang-ifs] Clang Interface Stubs, first version. | Puyan Lotfi | 2019-06-17 | 1 | -0/+3 |
| * | Add --print-supported-cpus flag for clang. | Ziang Wan | 2019-06-14 | 1 | -1/+13 |
| * | AMDGPU: Use AMDGPU toolchain for other OSes | Matt Arsenault | 2019-06-14 | 1 | -0/+2 |
| * | Fix compilation warning about unused variable [NFC] | Mikael Holmen | 2019-06-03 | 1 | -1/+1 |
| * | [Driver] Search the toolchain dir with -print-file-name | Petr Hosek | 2019-05-29 | 1 | -0/+5 |
| * | [Driver] Fix -working-directory issues | Michael J. Spencer | 2019-05-28 | 1 | -14/+10 |
| * | lld-link, clang: Treat non-existent input files as possible spellos for optio... | Nico Weber | 2019-05-23 | 1 | -11/+30 |
| * | [Driver] Create non-existent directory for -fcrash-diagnostics-dir | Petr Hosek | 2019-05-04 | 1 | -0/+2 |
| * | [Windows] Separate elements in -print-search-dirs with semicolons | Martin Storsjo | 2019-04-25 | 1 | -2/+2 |
| * | [PowerPC] [Clang] Port MMX intrinsics and basic test cases to Power | Qiu Chaofan | 2019-04-23 | 1 | -0/+6 |
| * | [driver] clang-format. Fix indentation, split long lines. NFC | Simon Atanasyan | 2019-04-02 | 1 | -10/+15 |
| * | clang -dumpversion returns 4.2.1 for legacy reason, update it | Sylvestre Ledru | 2019-03-25 | 1 | -5/+1 |
| * | [HIP] Do not unbundle object files for -fno-gpu-rdc | Yaxun Liu | 2019-03-05 | 1 | -10/+13 |
| * | [WebAssembly] Remove uses of ThreadModel | Thomas Lively | 2019-02-28 | 1 | -1/+1 |
| * | [WebAssembly] Make thread-related options consistent | Heejin Ahn | 2019-02-11 | 1 | -1/+1 |
| * | Use llvm::is_contained. NFC | Fangrui Song | 2019-02-10 | 1 | -2/+1 |
| * | Make clang/test/Index/pch-from-libclang.c pass in more places | Nico Weber | 2019-01-31 | 1 | -11/+28 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MSP430] Provide a toolchain description | Anton Korobeynikov | 2019-01-15 | 1 | -0/+5 |
| * | [Darwin][Driver] Don't pass a file as object_path_lto during ThinLTO | Steven Wu | 2019-01-11 | 1 | -0/+11 |
| * | [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types | Aaron Enye Shi | 2019-01-04 | 1 | -0/+12 |
| * | [clang-cl] Treat inputs as C++ with /E, like MSVC | Reid Kleckner | 2018-12-26 | 1 | -1/+4 |
| * | [Driver] Also obey -nostdlib++ when rewriting -lstdc++. | Dan Albert | 2018-12-18 | 1 | -1/+3 |
| * | Misc typos fixes in ./lib folder | Raphael Isemann | 2018-12-10 | 1 | -1/+1 |
| * | PTH-- Remove feature entirely- | Erich Keane | 2018-12-04 | 1 | -4/+1 |
| * | Add Hurd target to Clang driver (2/2) | Kristina Brooks | 2018-11-29 | 1 | -0/+11 |
| * | [HIP] Fix device only compilation | Yaxun Liu | 2018-11-14 | 1 | -8/+12 |
| * | [Tooling] Produce diagnostics for missing input files. | Sam McCall | 2018-11-08 | 1 | -1/+1 |
| * | clang-cl: Add "/clang:" pass-through arg support. | Hans Wennborg | 2018-11-08 | 1 | -13/+40 |
| * | Revert "Reapply: [Driver] Use forward slashes in most linker arguments" | Martin Storsjo | 2018-10-26 | 1 | -6/+0 |
| * | Reapply: [Driver] Use forward slashes in most linker arguments | Martin Storsjo | 2018-10-26 | 1 | -0/+6 |
| * | [autocompletion] Handle the space before pressing tab | Yuka Takahashi | 2018-10-24 | 1 | -0/+15 |
| * | [bash-autocompletion] Fix bug when a flag ends with '=' | Yuka Takahashi | 2018-10-24 | 1 | -1/+3 |
| * | [driver][mips] Adjust target triple's environment accordingly to provided ABI... | Simon Atanasyan | 2018-10-16 | 1 | -6/+19 |
| * | Revert 344389 "Revert r344375 "[Driver] check for exit code from SIGPIPE"" | Nick Desaulniers | 2018-10-15 | 1 | -7/+18 |
| * | Revert r344375 "[Driver] check for exit code from SIGPIPE" | Reid Kleckner | 2018-10-12 | 1 | -16/+7 |
| * | [Driver] check for exit code from SIGPIPE | Nick Desaulniers | 2018-10-12 | 1 | -7/+16 |
| * | Lift VFS from clang to llvm (NFC) | Jonas Devlieghere | 2018-10-10 | 1 | -3/+3 |
| * | [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." | Fangrui Song | 2018-10-10 | 1 | -1/+3 |
| * | [HIP] Support early finalization of device code for -fno-gpu-rdc | Yaxun Liu | 2018-10-02 | 1 | -10/+64 |
| * | [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types. | Alexey Bataev | 2018-09-28 | 1 | -0/+18 |
| * | NFC: Fix some darwin linker warnings introduced in r338385 | Erik Pilkington | 2018-09-27 | 1 | -1/+1 |
| * | [driver][mips] Adjust target triple accordingly to provided ABI name | Simon Atanasyan | 2018-09-27 | 1 | -0/+10 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-26 | 1 | -6/+5 |
| * | Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file | Alexey Bataev | 2018-09-25 | 1 | -12/+0 |
| * | [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types. | Alexey Bataev | 2018-09-25 | 1 | -0/+12 |
| * | [modules] Driver support for precompiling a collection of files as a single | Richard Smith | 2018-09-15 | 1 | -20/+62 |
| * | Fix MSVC "illegal conversion; more than one user-defined conversion has been ... | Simon Pilgrim | 2018-09-13 | 1 | -1/+1 |