1. 44a4004 Move detection of libc++ include dirs to Driver on MacOS by Ilya Biryukov · 7 years ago
  2. 77a4adc Add Hurd target to Clang driver (2/2) by Kristina Brooks · 7 years ago
  3. 3854e78 Revert "Make clang-based tools find libc++ on MacOS" by Jonas Devlieghere · 7 years ago
  4. d8ebe79 Make clang-based tools find libc++ on MacOS by Ilya Biryukov · 7 years ago
  5. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  6. 9b1baab [frontend] Don't include the C++ stdlib for -x assembler-with-cpp by Alex Lorenz · 7 years ago
  7. 1f79297 Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++ by Alex Lorenz · 7 years ago
  8. 66d984c Revert r335063 as it causes bot failures by Alex Lorenz · 7 years ago
  9. 456699d [Darwin] Add a warning for missing include path for libstdc++ by Alex Lorenz · 7 years ago
  10. 1865df4 s/LLVM_ON_WIN32/_WIN32/, clang by Nico Weber · 7 years ago
  11. 1aea1e7 [Frontend] Avoid including default system header paths on Fuchsia by Petr Hosek · 8 years ago
  12. faa0a82 [Solaris] gcc toolchain handling revamp by Fedor Sergeev · 8 years ago
  13. acdf918 Revert "Add /System/Library/PrivateFrameworks as a header search path." by Douglas Gregor · 8 years ago
  14. 39cabf6 Add /System/Library/PrivateFrameworks as a header search path. by Douglas Gregor · 8 years ago
  15. 2b9657b Remove Bitrig: Clang Changes by Erich Keane · 8 years ago
  16. e37ad5a Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  17. 8c1b5c9 [Frontend] Fix an issue where a quoted search path is incorrectly by Alex Lorenz · 9 years ago
  18. 99d1b29 Use StringRef for MemoryBuffer identifier API (NFC) by Mehdi Amini · 9 years ago
  19. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  20. 9d61361 [PS4] Change the names of some "environmental" things to what our by Paul Robinson · 9 years ago
  21. 330fb17 Update clang support on recent Haiku by Reid Kleckner · 9 years ago
  22. aa36b89 [ptr-traits] Add #includes of headers rather than forward declarations by Chandler Carruth · 10 years ago
  23. f59a2b3 Fix C++ support on recent DragonFly BSD releases by Dimitry Andric · 10 years ago
  24. 0b135e0 [x86] Exclusion of incorrect include headers paths for MCU target by Andrey Bokhanko · 10 years ago
  25. c888e19 Bring back r250262: PS4 toolchain by Filipe Cabecinhas · 10 years ago
  26. 2eab177 Revert-to-green r250262 (PS4 toolchain patch) by Sean Silva · 10 years ago
  27. ae50156 I took care of the build problem in the commit 250252. Resubmitting the patch. by Ekaterina Romanova · 10 years ago
  28. 89afd12 reverting my patch, cause build problems by Ekaterina Romanova · 10 years ago
  29. a59fcba This patch adds missing pieces to clang, including the PS4 toolchain by Ekaterina Romanova · 10 years ago
  30. 54bb215 C++11 rangify for loops, NFC. by Yaron Keren · 10 years ago
  31. 80b325c Revert "This patch adds missing pieces to clang, including the PS4 toolchain definition, added warnings, PS4 defaults, and Driver changes needed for our compiler." by Greg Bedwell · 10 years ago
  32. c52c30a This patch adds missing pieces to clang, including the PS4 toolchain by Ekaterina Romanova · 10 years ago
  33. d511726 [Solaris] Use the GCC Installation detector to add the C++ include paths. by Rafael Espindola · 10 years ago
  34. 1c0070c Support mingw-w64 and mingw.org toolchains at any install location. by Yaron Keren · 10 years ago
  35. 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  36. 6ab52fa Add driver support for Native Client SDK by Derek Schuff · 10 years ago
  37. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  38. 2b60d1e Fix up default header paths for CloudABI. by Ed Schouten · 11 years ago
  39. 610952e Use isOSBinFormatMachO() instead of comparing the object format against an enum. by Eric Christopher · 11 years ago
  40. 82e95a3 Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. by David Blaikie · 11 years ago
  41. 75c2914 Add the break in the switch case (even if there is llvm_unreachable. It will silent coverity warning CID 1231654 by Sylvestre Ledru · 11 years ago
  42. 7648374 Delete support for AuroraUX. by Rafael Espindola · 11 years ago
  43. 40956e6 AArch64: update Clang for merged arm64/aarch64 triples. by Tim Northover · 11 years ago
  44. 07216a1 Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840> by Bob Wilson · 11 years ago
  45. 573cbee AArch64/ARM64: rename ARM64 components to AArch64 by Tim Northover · 11 years ago
  46. a2ee433 ARM64: initial clang support commit. by Tim Northover · 12 years ago
  47. 377066a Use the new Windows environment for target detection by Saleem Abdulrasool · 12 years ago
  48. b048007 Dont unconditionally add gcc4.2 include paths on FreeBSD. by Roman Divacky · 12 years ago
  49. 501eadb Check for LLVM_ON_WIN32 instead of _WIN32. by Hans Wennborg · 12 years ago
  50. 0c6ae92 With the new update to the ABI, we should not look for installations by Yaron Keren · 12 years ago
  51. 13a641b Darwin: Look for libc++ headers in include/, rather than lib/ by Justin Bogner · 12 years ago
  52. 5a366fb Add another MinGW header include path by Hans Wennborg · 12 years ago
  53. c96c699 InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. by NAKAMURA Takumi · 12 years ago
  54. 33d4330 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 12 years ago
  55. be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
  56. 428ef1e Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 12 years ago
  57. 65b8da0 Fix the driver logic for recent versions of DragonFly. by John McCall · 12 years ago
  58. c6c2375 [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. by Daniel Dunbar · 13 years ago
  59. 9f23745 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 13 years ago
  60. f79ee38 [Frontend] Make the include dir group independent from the "use sysroot" bit. by Daniel Dunbar · 13 years ago
  61. 335a37b [Frontend] Rename a member variable to clarify its intent. by Daniel Dunbar · 13 years ago
  62. 2e8eb01 [Frontend] Factor out helper function, for clarity. by Daniel Dunbar · 13 years ago
  63. 6b04f1d [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 13 years ago
  64. ae4feb6 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 13 years ago
  65. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  66. b85b9cc Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 13 years ago
  67. 4a7a561 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 13 years ago
  68. 9fa2885 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 13 years ago
  69. ae298f2 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 13 years ago
  70. 8acadcb Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 13 years ago
  71. eceaddc Since this change is generating a considerable amount of discussion (and possibly even a regression for known bad versions), I'm reverting it. by Aaron Ballman · 14 years ago
  72. 9345d68 No longer hard coding paths to the MinGW include directories; using a regular expression instead. by Aaron Ballman · 14 years ago
  73. 564acc9 Adding in newer MinGW header paths. by Aaron Ballman · 14 years ago
  74. e04307e Add the Solaris support directory to the header search when using libc++. by David Chisnall · 14 years ago
  75. 0c52c0f Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 14 years ago
  76. 1026fb0 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 14 years ago
  77. 4d9cbff include clang's config.h unconditionally (v2) by Dylan Noblesmith · 14 years ago
  78. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  79. c29af94 Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 14 years ago
  80. 3ec6663 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 14 years ago
  81. 4f4e745 back out r149504 by Dylan Noblesmith · 14 years ago
  82. 86780e9 include clang's config.h unconditionally by Dylan Noblesmith · 14 years ago
  83. eb3f454 lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. by NAKAMURA Takumi · 14 years ago
  84. 44193b73 [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. by NAKAMURA Takumi · 14 years ago
  85. b0692cb Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 14 years ago
  86. a796f53 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 14 years ago
  87. 611cb64 Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 14 years ago
  88. df52783 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 14 years ago
  89. e0a89ab Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 14 years ago
  90. 68ed0ae Add "just one more" include path to the monstrosity that is our header by Chandler Carruth · 14 years ago
  91. b25bfde Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 14 years ago
  92. fd3c90c When an included non-system directory duplicates a system directory the clang by Chad Rosier · 14 years ago
  93. 83aacf8 Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. by Justin Holewinski · 14 years ago
  94. 559865c Reenable -cxx-isystem for Objective C++, until I come up with a better solution by Benjamin Kramer · 14 years ago
  95. 8404eb0 Add support for CPATH and friends. by Benjamin Kramer · 14 years ago
  96. 1735f4e For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 14 years ago
  97. 1e44e02 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 14 years ago
  98. d62d51c Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692. by Eli Friedman · 14 years ago
  99. 80806a7 Add Gentoo gcc 4.3.4 include paths by Nico Weber · 14 years ago
  100. f4016fd On Darwin, libc++ may be installed alongside the compiler in by Douglas Gregor · 14 years ago