aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/InitHeaderSearch.cpp
AgeCommit message (Expand)Author
2011-04-19ADT/Triple: Switch to using .isOSDarwin() predicate.Daniel Dunbar
2011-04-06Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide.Eric Christopher
2011-03-15lib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64CXXPaths(Base) for x86...NAKAMURA Takumi
2011-03-14Add include paths for Gentoo Linux, from Marcin Mirosław!Douglas Gregor
2011-03-06Add MinGW GCC 4.5.2 include paths, from Matthieu MonrocqDouglas Gregor
2011-03-02Apply sysroot to system c++ headers too. Fixes PR9372.Rafael Espindola
2011-03-01On FreeBSD, make sure /usr/local/include is *not* in the default includeRoman Divacky
2011-02-22Remove the storage for -cxx-system-include. Make libcxx toolchainJoerg Sonnenberger
2011-02-22Bug#8945: Add -cxx-isystem option to specify C++ system directories.Joerg Sonnenberger
2011-02-17lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths.NAKAMURA Takumi
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi
2011-02-17Fix whitespace.NAKAMURA Takumi
2011-02-15Fix the distro name.Rafael Espindola
2011-02-15Fix include paths on 32 bit ubuntu 10.10.Rafael Espindola
2011-02-11InitHeaderSearch.cpp: [PR8298] Don't touch drive G: on Windows hosts!NAKAMURA Takumi
2011-02-03Moved here from LLVM Clang's configuration options and related macros.Oscar Fuentes
2011-02-02Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer
2011-02-01Add updated Debian ARM include path.Nick Lewycky
2010-12-25Remove all uses of PathV1::GetRootDirectory.Michael J. Spencer
2010-12-21Fix spelling.Michael J. Spencer
2010-12-17Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer
2010-12-01Don't check the isysroot path for Path::isValid(); if the user hasDan Gohman
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-28Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allowsChandler Carruth
2010-11-25Add C++ header path for openSUSE 11.4.Rafael Espindola
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-16Add gcc-4.4.4 headers on Gentoo systems. Patch by Bertjan Broeksema!Nico Weber
2010-11-16Remove an unintended restriction on sysroots introduced during the PathChandler Carruth
2010-11-15Fix a think-o. Fixes PR8606.Chandler Carruth
2010-11-15Clean up some names and fix the handling of default sysroots on Windows andChandler Carruth
2010-11-15Switch the sysroot logic to use the Path interface, resolving a FIXME andChandler Carruth
2010-11-15Make sysroot only apply to baked in paths which start with a '/'.Chandler Carruth
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-11-02Add support for Fedora 14. Patch by Daniel Kozlowski.Rafael Espindola
2010-10-11lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming.NAKAMURA Takumi
2010-09-11add latest gentoo gcc pathNuno Lopes
2010-09-09Frontend: Add -cxx-system-include option which can be used to specify anDaniel Dunbar
2010-09-09Fix indentation.Daniel Dunbar
2010-09-03fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez!Chris Lattner
2010-09-01add a new version of mingw, patch by İsmail "cartman" DönmezChris Lattner
2010-08-31Add NetBSD include search pathAnton Korobeynikov
2010-08-24correct the -isystem option to not add the -isysroot path. Only the weirdChris Lattner
2010-08-22Detabify.Eli Friedman
2010-08-21Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer
2010-08-01Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by JonathanDaniel Dunbar
2010-07-25Remove emacs file mode marker on file with .cpp extension.Nick Lewycky
2010-07-24Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood!Nick Lewycky
2010-07-07add driver support for minix, patch by Kees van ReeuwijkChris Lattner
2010-06-16Add Cygwin C++ header search path.Douglas Gregor
2010-06-04Add ARM paths for debian. Not enough to bootstrap on a beagle board, butRafael Espindola