1. 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 12 years ago
  2. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  3. 9d82a03 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 12 years ago
  4. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  5. b3dcbbd 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 · 13 years ago
  6. b3656d3 No longer hard coding paths to the MinGW include directories; using a regular expression instead. by Aaron Ballman · 13 years ago
  7. e87e851 Adding in newer MinGW header paths. by Aaron Ballman · 13 years ago
  8. b4f0bd6 Add the Solaris support directory to the header search when using libc++. by David Chisnall · 13 years ago
  9. 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 13 years ago
  10. b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
  11. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 13 years ago
  12. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  13. 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  14. 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 13 years ago
  15. f2462be back out r149504 by Dylan Noblesmith · 13 years ago
  16. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  17. f3c1ca6 lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. by NAKAMURA Takumi · 13 years ago
  18. b4f90c2 [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. by NAKAMURA Takumi · 13 years ago
  19. a74ec5c Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  20. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  21. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  22. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  23. 27e66ad Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 13 years ago
  24. ef0faea Add "just one more" include path to the monstrosity that is our header by Chandler Carruth · 13 years ago
  25. a268fc0 Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 13 years ago
  26. e305e81 When an included non-system directory duplicates a system directory the clang by Chad Rosier · 13 years ago
  27. ef48e05 Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. by Justin Holewinski · 13 years ago
  28. c535d97 Reenable -cxx-isystem for Objective C++, until I come up with a better solution by Benjamin Kramer · 13 years ago
  29. 47adebe Add support for CPATH and friends. by Benjamin Kramer · 13 years ago
  30. 6e975c4 For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 13 years ago
  31. 9a6da69 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 13 years ago
  32. b1f2f47 Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692. by Eli Friedman · 13 years ago
  33. 236a537 Add Gentoo gcc 4.3.4 include paths by Nico Weber · 13 years ago
  34. baf41f1 On Darwin, libc++ may be installed alongside the compiler in by Douglas Gregor · 13 years ago
  35. 65e02fa Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 13 years ago
  36. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  37. a6c2b3a Do not modify string returned by getenv on Windows. by Francois Pichet · 13 years ago
  38. f732f2b Update header-search paths for MinGW, from Ruben Van Boxem by Douglas Gregor · 13 years ago
  39. 37187cc Make the GCC version proliferation worse by N+1 for the sake of by Chandler Carruth · 13 years ago
  40. dca5226 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 13 years ago
  41. d944a9b Improve header search for MinGW(-w64), from Ruben Van Boxem! by Douglas Gregor · 13 years ago
  42. 5dd45f1 Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent by Bob Wilson · 13 years ago
  43. 13c4f21 Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 13 years ago
  44. 1d7f12b Fix a regression introduced by r131955 which broke #include_next in subtle situations by Chris Lattner · 13 years ago
  45. ebb6164 code cleanups, no behavior change. by Chris Lattner · 13 years ago
  46. c370398 Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. by NAKAMURA Takumi · 13 years ago
  47. 55ab5b0 Separate out these paths a bit by architecture. There are likely other by Eric Christopher · 13 years ago
  48. b3169da Add multi-arch include support for Ubuntu 11.11 with gcc 4.6.0. by Eric Christopher · 13 years ago
  49. 74a5fd8 Make it possible for external tools to distinguish between paths that come from -I and paths that come from -system. Patch from Paul Holden! by Nico Weber · 13 years ago
  50. 2eb3cce Add paths used by openSuSE 12.1 by David Chisnall · 13 years ago
  51. 199e09a Add some support for RHEL5 systems. by Eric Christopher · 13 years ago
  52. 14a0116 Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6-4.5, as collected from http://packages.ubuntu.com/search?mode=exactfilename&suite=natty&section=all&arch=any&searchon=contents&keywords=c%2B%2Blocale.h and http://packages.debian.org/wheezy/armel/libstdc++6-4.5-dev/filelist by Axel Naumann · 13 years ago
  53. 0f0cdab lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass. by NAKAMURA Takumi · 13 years ago
  54. 014f972 Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczorek. by Nico Weber · 13 years ago
  55. db57a4c ADT/Triple: Switch to using .isOSDarwin() predicate. by Daniel Dunbar · 14 years ago
  56. 8f1cc07 Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide. by Eric Christopher · 14 years ago
  57. 9db4846 lib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64CXXPaths(Base) for x86_64-w64-mingw32. by NAKAMURA Takumi · 14 years ago
  58. 5370383 Add include paths for Gentoo Linux, from Marcin Mirosław! by Douglas Gregor · 14 years ago
  59. ab0d8bd Add MinGW GCC 4.5.2 include paths, from Matthieu Monrocq by Douglas Gregor · 14 years ago
  60. 9a7e09d Apply sysroot to system c++ headers too. Fixes PR9372. by Rafael Espindola · 14 years ago
  61. 6307660 On FreeBSD, make sure /usr/local/include is *not* in the default include by Roman Divacky · 14 years ago
  62. 0bb208c Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 14 years ago
  63. 2df6647 Bug#8945: Add -cxx-isystem option to specify C++ system directories. by Joerg Sonnenberger · 14 years ago
  64. 05c699e lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths. by NAKAMURA Takumi · 14 years ago
  65. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
  66. 125b4cb Fix whitespace. by NAKAMURA Takumi · 14 years ago
  67. c12bbe5 Fix the distro name. by Rafael Espindola · 14 years ago
  68. adafdba Fix include paths on 32 bit ubuntu 10.10. Original patch by Jonas Bülow. by Rafael Espindola · 14 years ago
  69. 5f740c6 InitHeaderSearch.cpp: [PR8298] Don't touch drive G: on Windows hosts! by NAKAMURA Takumi · 14 years ago
  70. 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 14 years ago
  71. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  72. db08355 Add updated Debian ARM include path. by Nick Lewycky · 14 years ago
  73. af6530c Remove all uses of PathV1::GetRootDirectory. by Michael J. Spencer · 14 years ago
  74. 06a8dc6 Fix spelling. by Michael J. Spencer · 14 years ago
  75. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  76. 8a24341 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 14 years ago
  77. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  78. fbfdb20 Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allows by Chandler Carruth · 14 years ago
  79. 9d2c060 Add C++ header path for openSUSE 11.4. Patch by İsmail Dönmez. by Rafael Espindola · 14 years ago
  80. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  81. 8ad8a1c Add gcc-4.4.4 headers on Gentoo systems. Patch by Bertjan Broeksema! by Nico Weber · 14 years ago
  82. 7c1a1ef Remove an unintended restriction on sysroots introduced during the Path by Chandler Carruth · 14 years ago
  83. 5619ae5 Fix a think-o. Fixes PR8606. by Chandler Carruth · 14 years ago
  84. c09265a Clean up some names and fix the handling of default sysroots on Windows and by Chandler Carruth · 14 years ago
  85. f372145 Switch the sysroot logic to use the Path interface, resolving a FIXME and by Chandler Carruth · 14 years ago
  86. 5853b0f Make sysroot only apply to baked in paths which start with a '/'. by Chandler Carruth · 14 years ago
  87. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  88. 6638b3a Add support for Fedora 14. Patch by Daniel Kozlowski. by Rafael Espindola · 14 years ago
  89. 32df002 lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming. by NAKAMURA Takumi · 14 years ago
  90. 0d155a5 add latest gentoo gcc path by Nuno Lopes · 14 years ago
  91. 80c26f4 Frontend: Add -cxx-system-include option which can be used to specify an by Daniel Dunbar · 14 years ago
  92. d11ee7f Fix indentation. by Daniel Dunbar · 14 years ago
  93. 8e9006b fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! by Chris Lattner · 14 years ago
  94. 6a08140 add a new version of mingw, patch by İsmail "cartman" Dönmez in PR8049 by Chris Lattner · 14 years ago
  95. ab07941 Add NetBSD include search path by Anton Korobeynikov · 14 years ago
  96. 23637be correct the -isystem option to not add the -isysroot path. Only the weird by Chris Lattner · 14 years ago
  97. a7e6845 Detabify. by Eli Friedman · 14 years ago
  98. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  99. 95c0457 Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan by Daniel Dunbar · 14 years ago
  100. df22c2c Remove emacs file mode marker on file with .cpp extension. by Nick Lewycky · 14 years ago