1. f6dc5ac Add Ubuntu 9.04 C++ search path. by Daniel Dunbar · 16 years ago
  2. 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 16 years ago
  3. 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 16 years ago
  4. d3f8834 Fixes pth.c on Windows. by John Thompson · 16 years ago
  5. 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 16 years ago
  6. ff26720 Typo in AddGnuCPlusPlusIncludePaths. by Edward O'Callaghan · 16 years ago
  7. ec05766 Efficiency refinements. by Mike Stump · 16 years ago
  8. e85c74d Push all the way out to 80. by Mike Stump · 16 years ago
  9. 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 16 years ago
  10. fb16c0a Add a refactor pointer... by Mike Stump · 16 years ago
  11. 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 16 years ago
  12. 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 16 years ago
  13. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  14. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 16 years ago
  15. d57a7ef API changes to match llvm ToT. by Chris Lattner · 16 years ago
  16. 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 16 years ago
  17. 03d6b6e Add an additional C++ hardcoded search path. by Eli Friedman · 16 years ago
  18. ef888a4 add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer by Chris Lattner · 16 years ago
  19. 2ef398c Additional AuroraUX header path. by Eli Friedman · 16 years ago
  20. 868d016 Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. by Eli Friedman · 16 years ago
  21. ec9fd76 add gentoo 2009.0 g++ header locations by Nuno Lopes · 16 years ago
  22. 4d374d4 Add header search path for Gentoo stable, x86_64 version. by Sebastian Redl · 16 years ago
  23. 15e9232 Search path for 64-bit Ubuntu Linux, from Anders Johnsen by Douglas Gregor · 16 years ago
  24. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  25. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago[Renamed (99%) from lib/Driver/InitHeaderSearch.cpp]
  26. 01e4b5c add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! by Chris Lattner · 16 years ago
  27. 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
  28. 50b587d PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
  29. 6f54102 stop searching GCC install directories for standard C headers (but by Chris Lattner · 16 years ago
  30. 43eee07 use some references to simplify code. by Chris Lattner · 17 years ago
  31. 30f05b5 Genericize the existing logic for removing duplicate header dirs to apply by Chris Lattner · 17 years ago
  32. f7ea67a Add Debian gcc 4.3 header search directories. by Torok Edwin · 17 years ago
  33. 776caef Add Fedora 10 GCC paths. by Zhongxing Xu · 17 years ago
  34. a3d783b add missing gentoo c++ include paths by Nuno Lopes · 17 years ago
  35. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 17 years ago
  36. bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 17 years ago
  37. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 17 years ago
  38. 7a73940 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 17 years ago
  39. 121e3c2 Set different header search paths for the Windows platform. by Argyrios Kyrtzidis · 17 years ago
  40. bdbd462 Add header search paths for Mingw32 (GCC version 4). by Argyrios Kyrtzidis · 17 years ago
  41. 5654ffd Add header search paths for dragonfly, patch by Sascha Wildner! by Chris Lattner · 17 years ago
  42. 0fca022 Move most of HeaderSearch initialization to libDriver. by Nico Weber · 17 years ago