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