| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all uses of PathV1::GetRootDirectory. | Michael J. Spencer | 2010-12-25 | 1 | -7/+6 |
* | Fix spelling. | Michael J. Spencer | 2010-12-21 | 1 | -1/+1 |
* | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer | 2010-12-17 | 1 | -2/+2 |
* | Don't check the isysroot path for Path::isValid(); if the user has | Dan Gohman | 2010-12-01 | 1 | -1/+0 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allows | Chandler Carruth | 2010-11-28 | 1 | -13/+15 |
* | Add C++ header path for openSUSE 11.4. | Rafael Espindola | 2010-11-25 | 1 | -0/+7 |
* | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -3/+2 |
* | Add gcc-4.4.4 headers on Gentoo systems. Patch by Bertjan Broeksema! | Nico Weber | 2010-11-16 | 1 | -0/+5 |
* | Remove an unintended restriction on sysroots introduced during the Path | Chandler Carruth | 2010-11-16 | 1 | -1/+1 |
* | Fix a think-o. Fixes PR8606. | Chandler Carruth | 2010-11-15 | 1 | -0/+1 |
* | Clean up some names and fix the handling of default sysroots on Windows and | Chandler Carruth | 2010-11-15 | 1 | -9/+12 |
* | Switch the sysroot logic to use the Path interface, resolving a FIXME and | Chandler Carruth | 2010-11-15 | 1 | -10/+12 |
* | Make sysroot only apply to baked in paths which start with a '/'. | Chandler Carruth | 2010-11-15 | 1 | -10/+7 |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -2/+3 |
* | Add support for Fedora 14. Patch by Daniel Kozlowski. | Rafael Espindola | 2010-11-02 | 1 | -0/+5 |
* | lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming. | NAKAMURA Takumi | 2010-10-11 | 1 | -8/+9 |
* | add latest gentoo gcc path | Nuno Lopes | 2010-09-11 | 1 | -0/+4 |
* | Frontend: Add -cxx-system-include option which can be used to specify an | Daniel Dunbar | 2010-09-09 | 1 | -2/+7 |
* | Fix indentation. | Daniel Dunbar | 2010-09-09 | 1 | -30/+28 |
* | fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! | Chris Lattner | 2010-09-03 | 1 | -0/+2 |
* | add a new version of mingw, patch by İsmail "cartman" Dönmez | Chris Lattner | 2010-09-01 | 1 | -0/+4 |
* | Add NetBSD include search path | Anton Korobeynikov | 2010-08-31 | 1 | -0/+3 |
* | correct the -isystem option to not add the -isysroot path. Only the weird | Chris Lattner | 2010-08-24 | 1 | -1/+1 |
* | Detabify. | Eli Friedman | 2010-08-22 | 1 | -1/+1 |
* | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer | 2010-08-21 | 1 | -2/+12 |
* | Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan | Daniel Dunbar | 2010-08-01 | 1 | -0/+8 |
* | Remove emacs file mode marker on file with .cpp extension. | Nick Lewycky | 2010-07-25 | 1 | -1/+1 |
* | Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood! | Nick Lewycky | 2010-07-24 | 1 | -1/+6 |
* | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+4 |
* | Add Cygwin C++ header search path. | Douglas Gregor | 2010-06-16 | 1 | -0/+2 |
* | Add ARM paths for debian. Not enough to bootstrap on a beagle board, but | Rafael Espindola | 2010-06-04 | 1 | -0/+2 |
* | More PowerPC paths on Darwin | Douglas Gregor | 2010-05-29 | 1 | -0/+3 |
* | Add C++ include paths for Darwin PowerPC | Douglas Gregor | 2010-05-29 | 1 | -0/+7 |
* | add fedora 13 paths, patch by Hendrik Richter. | Chris Lattner | 2010-05-29 | 1 | -0/+4 |
* | Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add x86 | Daniel Dunbar | 2010-05-28 | 1 | -4/+19 |
* | "The attached patch allows clang to find the headers | Douglas Gregor | 2010-05-18 | 1 | -9/+33 |
* | Moved clang-builtin include dir position to immediately precede C includes. | mike-m | 2010-05-16 | 1 | -21/+22 |
* | Reverted part of r103177 (repositioning of clang-builtin include/) | mike-m | 2010-05-06 | 1 | -18/+20 |
* | Reposition clang-builtin include/ to immediately precede /usr/include/, | mike-m | 2010-05-06 | 1 | -64/+78 |
* | Test commit. | mike-m | 2010-05-05 | 1 | -1/+1 |
* | fit in 80 cols | Chris Lattner | 2010-05-05 | 1 | -3/+6 |
* | add GNU C++ include paths for Fedora 11,12 x86_64, | Chris Lattner | 2010-04-23 | 1 | -1/+13 |
* | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -1/+1 |
* | add haiku support, patch by Paul Davey! | Chris Lattner | 2010-04-11 | 1 | -0/+43 |
* | Implement support for -nostdc++. Fixes PR6446. | Douglas Gregor | 2010-03-24 | 1 | -4/+7 |
* | on both the mac and linux, /usr/local/include is treated | Chris Lattner | 2010-03-06 | 1 | -1/+1 |
* | Remove the linux c includes part of my last patch. | Eric Christopher | 2010-03-03 | 1 | -3/+0 |
* | Add in more c++ header paths for later gccs under gentoo linux. | Eric Christopher | 2010-03-03 | 1 | -0/+14 |
* | Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update. | Nick Lewycky | 2010-02-27 | 1 | -1/+3 |