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