Age | Commit message (Expand) | Author |
2011-07-29 | On Darwin, libc++ may be installed alongside the compiler in | Douglas Gregor |
2011-07-28 | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-16 | Do not modify string returned by getenv on Windows. | Francois Pichet |
2011-07-05 | Update header-search paths for MinGW, from Ruben Van Boxem | Douglas Gregor |
2011-07-02 | Make the GCC version proliferation worse by N+1 for the sake of | Chandler Carruth |
2011-07-01 | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor |
2011-06-27 | Improve header search for MinGW(-w64), from Ruben Van Boxem! | Douglas Gregor |
2011-06-21 | Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent | Bob Wilson |
2011-06-21 | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson |
2011-06-16 | Fix a regression introduced by r131955 which broke #include_next in subtle si... | Chris Lattner |
2011-06-16 | code cleanups, no behavior change. | Chris Lattner |
2011-06-16 | Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. | NAKAMURA Takumi |
2011-06-03 | Separate out these paths a bit by architecture. There are likely other | Eric Christopher |
2011-06-03 | Add multi-arch include support for Ubuntu 11.11 with gcc 4.6.0. | Eric Christopher |
2011-05-24 | Make it possible for external tools to distinguish between paths that come fr... | Nico Weber |
2011-05-19 | Add paths used by openSuSE 12.1 | David Chisnall |
2011-05-17 | Add some support for RHEL5 systems. | Eric Christopher |
2011-05-04 | Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6... | Axel Naumann |
2011-05-02 | lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not ... | NAKAMURA Takumi |
2011-04-25 | Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczo... | Nico Weber |
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 |