1. 9902362 Support: Use sys::path::is_style_{posix,windows}() in a few places by Duncan P. N. Exon Smith · 3 years, 3 months ago
  2. 955dc34 Fix TargetRegistry shlib build, clang edition by Reid Kleckner · 3 years, 4 months ago
  3. 89b5706 Move TargetRegistry.(h|cpp) from Support to MC by Reid Kleckner · 3 years, 4 months ago
  4. 73c00d4 [clang][Driver] Pick the last --driver-mode in case of multiple ones by Kadir Cetinkaya · 3 years, 5 months ago
  5. b76c7c6 [clang][driver] NFC: Expose InputInfo in Job instead of plain filenames by Jan Svoboda · 3 years, 6 months ago
  6. d7ec48d [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= by Nico Weber · 3 years, 9 months ago
  7. 28d58d8 [Driver] Stop searching other prefixes once a GCC installation is found in one prefix by Fangrui Song · 3 years, 10 months ago
  8. 931a3aa [Driver][test] Fix ClangDriverTest by Fangrui Song · 3 years, 11 months ago
  9. 20b4f4f [Driver] Add callback to Command execution by Serge Pavlov · 4 years, 9 months ago
  10. 70bf350 [Driver] Add output file to properties of Command by Serge Pavlov · 4 years, 9 months ago
  11. 257b297 [flang][driver] Add the new flang compiler and frontend drivers by Caroline Concatto · 4 years, 4 months ago
  12. dab859d Reland: [clang driver] Move default module cache from system temporary directory by David Zarzycki · 4 years, 7 months ago
  13. 4d5c448 Revert "[clang driver] Move default module cache from system temporary directory" by Nico Weber · 4 years, 7 months ago
  14. bb26838 [clang driver] Move default module cache from system temporary directory by David Zarzycki · 4 years, 7 months ago
  15. 213aea4 Remove unused Endian.h includes, NFC by Reid Kleckner · 4 years, 11 months ago
  16. 509e21a [clang] Replace SmallStr.str().str() with std::string conversion operator. by Jonas Devlieghere · 5 years ago
  17. 1abd4c9 [Clang] Bypass distro detection on non-Linux hosts by Alexandre Ganea · 5 years ago
  18. 2e298a6 [Driver] Fix a shadowing warning. NFC by Ilya Biryukov · 5 years ago
  19. aa981c1 Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist by Ilya Biryukov · 5 years ago
  20. 9f3fdb0 Revert "[Driver] Use VFS to check if sanitizer blacklists exist" by Ilya Biryukov · 5 years ago
  21. ba6f906 [Driver] Use VFS to check if sanitizer blacklists exist by Ilya Biryukov · 5 years ago
  22. 4bc0562 Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT` by Serge Pavlov · 5 years ago
  23. 2e97d2a cmake: Add CLANG_LINK_CLANG_DYLIB option by Tom Stellard · 6 years ago
  24. 0f9f021 [Driver] Support priority for multilibs by Petr Hosek · 6 years ago
  25. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  26. f241228 [Distro] Support detecting Gentoo by Michal Gorny · 6 years ago
  27. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 6 years ago
  28. ddbabc6 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 6 years ago
  29. 4d23f45 Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Reid Kleckner · 6 years ago
  30. 9980c26 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 6 years ago
  31. b71e6f4 Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Eric Liu · 7 years ago
  32. a37ef29 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  33. 1865df4 s/LLVM_ON_WIN32/_WIN32/, clang by Nico Weber · 7 years ago
  34. 01d5cbe Add a unit test for Driver::getDefaultModuleCachePath(). by Adrian Prantl · 7 years ago
  35. d806af3 [CMake] Use PRIVATE in target_link_libraries for executables by Shoaib Meenai · 7 years ago
  36. 4e76984 Use class to pass information about executable name by Serge Pavlov · 7 years ago
  37. 43c0f48 [Driver] Actually report errors during parsing instead of stopping when there's an error somewhere. by Benjamin Kramer · 8 years ago
  38. b43573b Driver must return non-zero code on errors in command line by Serge Pavlov · 8 years ago
  39. e025ebb Testing commit access. by Manoj Gupta · 8 years ago
  40. ecb29d5 Fix shared library build after r291938 by adding missing dependency on libOption by David Blaikie · 8 years ago
  41. 593970f [Driver] Add unit tests for Distro detection by Michal Gorny · 8 years ago
  42. aff19c3 [Driver] Set the default driver mode based on the executable. by Zachary Turner · 8 years ago
  43. 2bf68c6 Remove autoconf support by Chris Bieneman · 9 years ago
  44. 4c1f1c3 Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain. by Samuel Antao · 9 years ago
  45. f420dda [Driver] Use the parent_path of the clang executable as the default InstalledDir by Benjamin Kramer · 9 years ago
  46. 04ab116 Fix VFS GCC unittest on Windows by Reid Kleckner · 9 years ago
  47. c5862f0 [VFS] Wire up multilib toolchain code to the VFS. by Benjamin Kramer · 9 years ago
  48. 7a22fc2 Fix a shared CMake build by linking with libclangBasic. by Benjamin Kramer · 9 years ago
  49. d45b205 [VFS] Port driver tool chains to VFS. by Benjamin Kramer · 9 years ago
  50. 15a6194 Update unit test for r232916. by Benjamin Kramer · 10 years ago
  51. baa9766 [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUForArch(). by Argyrios Kyrtzidis · 11 years ago
  52. 2e81dfc [Driver/Unittests] Follow up for r212666, add unit test for the newly exposed getARMCPUForMArch() function. by Argyrios Kyrtzidis · 11 years ago
  53. 757fcd6 [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix by Chandler Carruth · 11 years ago
  54. a798a9d Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 11 years ago
  55. 2cea1be Add Multilib selection machinery by Jonathan Roelofs · 11 years ago
  56. 3fa96d83 Revert 201202 by Jonathan Roelofs · 11 years ago
  57. 0e7ec60 Add Multilib selection machinery by Jonathan Roelofs · 11 years ago