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