- 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 9d61361 [PS4] Change the names of some "environmental" things to what our by Paul Robinson · 9 years ago
- 330fb17 Update clang support on recent Haiku by Reid Kleckner · 9 years ago
- aa36b89 [ptr-traits] Add #includes of headers rather than forward declarations by Chandler Carruth · 10 years ago
- f59a2b3 Fix C++ support on recent DragonFly BSD releases by Dimitry Andric · 10 years ago
- 0b135e0 [x86] Exclusion of incorrect include headers paths for MCU target by Andrey Bokhanko · 10 years ago
- c888e19 Bring back r250262: PS4 toolchain by Filipe Cabecinhas · 10 years ago
- 2eab177 Revert-to-green r250262 (PS4 toolchain patch) by Sean Silva · 10 years ago
- ae50156 I took care of the build problem in the commit 250252. Resubmitting the patch. by Ekaterina Romanova · 10 years ago
- 89afd12 reverting my patch, cause build problems by Ekaterina Romanova · 10 years ago
- a59fcba This patch adds missing pieces to clang, including the PS4 toolchain by Ekaterina Romanova · 10 years ago
- 54bb215 C++11 rangify for loops, NFC. by Yaron Keren · 10 years ago
- 80b325c Revert "This patch adds missing pieces to clang, including the PS4 toolchain definition, added warnings, PS4 defaults, and Driver changes needed for our compiler." by Greg Bedwell · 10 years ago
- c52c30a This patch adds missing pieces to clang, including the PS4 toolchain by Ekaterina Romanova · 10 years ago
- d511726 [Solaris] Use the GCC Installation detector to add the C++ include paths. by Rafael Espindola · 10 years ago
- 1c0070c Support mingw-w64 and mingw.org toolchains at any install location. by Yaron Keren · 10 years ago
- 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
- 6ab52fa Add driver support for Native Client SDK by Derek Schuff · 11 years ago
- 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
- 2b60d1e Fix up default header paths for CloudABI. by Ed Schouten · 11 years ago
- 610952e Use isOSBinFormatMachO() instead of comparing the object format against an enum. by Eric Christopher · 11 years ago
- 82e95a3 Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. by David Blaikie · 11 years ago
- 75c2914 Add the break in the switch case (even if there is llvm_unreachable. It will silent coverity warning CID 1231654 by Sylvestre Ledru · 11 years ago
- 7648374 Delete support for AuroraUX. by Rafael Espindola · 11 years ago
- 40956e6 AArch64: update Clang for merged arm64/aarch64 triples. by Tim Northover · 11 years ago
- 07216a1 Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840> by Bob Wilson · 11 years ago
- 573cbee AArch64/ARM64: rename ARM64 components to AArch64 by Tim Northover · 11 years ago
- a2ee433 ARM64: initial clang support commit. by Tim Northover · 12 years ago
- 377066a Use the new Windows environment for target detection by Saleem Abdulrasool · 12 years ago
- b048007 Dont unconditionally add gcc4.2 include paths on FreeBSD. by Roman Divacky · 12 years ago
- 501eadb Check for LLVM_ON_WIN32 instead of _WIN32. by Hans Wennborg · 12 years ago
- 0c6ae92 With the new update to the ABI, we should not look for installations by Yaron Keren · 12 years ago
- 13a641b Darwin: Look for libc++ headers in include/, rather than lib/ by Justin Bogner · 12 years ago
- 5a366fb Add another MinGW header include path by Hans Wennborg · 12 years ago
- c96c699 InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. by NAKAMURA Takumi · 12 years ago
- 33d4330 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 12 years ago
- be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
- 428ef1e Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 13 years ago
- 65b8da0 Fix the driver logic for recent versions of DragonFly. by John McCall · 13 years ago
- c6c2375 [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. by Daniel Dunbar · 13 years ago
- 9f23745 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 13 years ago
- f79ee38 [Frontend] Make the include dir group independent from the "use sysroot" bit. by Daniel Dunbar · 13 years ago
- 335a37b [Frontend] Rename a member variable to clarify its intent. by Daniel Dunbar · 13 years ago
- 2e8eb01 [Frontend] Factor out helper function, for clarity. by Daniel Dunbar · 13 years ago
- 6b04f1d [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 13 years ago
- ae4feb6 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- b85b9cc Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 13 years ago
- 4a7a561 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 13 years ago
- 9fa2885 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 13 years ago
- ae298f2 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 13 years ago
- 8acadcb Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 13 years ago
- eceaddc Since this change is generating a considerable amount of discussion (and possibly even a regression for known bad versions), I'm reverting it. by Aaron Ballman · 14 years ago
- 9345d68 No longer hard coding paths to the MinGW include directories; using a regular expression instead. by Aaron Ballman · 14 years ago
- 564acc9 Adding in newer MinGW header paths. by Aaron Ballman · 14 years ago
- e04307e Add the Solaris support directory to the header search when using libc++. by David Chisnall · 14 years ago
- 0c52c0f Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 14 years ago
- 1026fb0 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 14 years ago
- 4d9cbff include clang's config.h unconditionally (v2) by Dylan Noblesmith · 14 years ago
- 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
- c29af94 Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 14 years ago
- 3ec6663 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 14 years ago
- 4f4e745 back out r149504 by Dylan Noblesmith · 14 years ago
- 86780e9 include clang's config.h unconditionally by Dylan Noblesmith · 14 years ago
- eb3f454 lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. by NAKAMURA Takumi · 14 years ago
- 44193b73 [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. by NAKAMURA Takumi · 14 years ago
- b0692cb Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 14 years ago
- a796f53 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 14 years ago
- 611cb64 Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 14 years ago
- df52783 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 14 years ago
- e0a89ab Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 14 years ago
- 68ed0ae Add "just one more" include path to the monstrosity that is our header by Chandler Carruth · 14 years ago
- b25bfde Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 14 years ago
- fd3c90c When an included non-system directory duplicates a system directory the clang by Chad Rosier · 14 years ago
- 83aacf8 Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. by Justin Holewinski · 14 years ago
- 559865c Reenable -cxx-isystem for Objective C++, until I come up with a better solution by Benjamin Kramer · 14 years ago
- 8404eb0 Add support for CPATH and friends. by Benjamin Kramer · 14 years ago
- 1735f4e For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 14 years ago
- 1e44e02 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 14 years ago
- d62d51c Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692. by Eli Friedman · 14 years ago
- 80806a7 Add Gentoo gcc 4.3.4 include paths by Nico Weber · 14 years ago
- f4016fd On Darwin, libc++ may be installed alongside the compiler in by Douglas Gregor · 14 years ago
- 9f93e38 Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 14 years ago
- 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- 8e122b9 Do not modify string returned by getenv on Windows. by Francois Pichet · 14 years ago
- c750b6c Update header-search paths for MinGW, from Ruben Van Boxem by Douglas Gregor · 14 years ago
- 42f96b7 Make the GCC version proliferation worse by N+1 for the sake of by Chandler Carruth · 14 years ago
- 9fabd85 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 14 years ago
- 7a20096 Improve header search for MinGW(-w64), from Ruben Van Boxem! by Douglas Gregor · 14 years ago
- f64a560 Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent by Bob Wilson · 14 years ago
- b02ea3d Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 14 years ago
- 705c5c8 Fix a regression introduced by r131955 which broke #include_next in subtle situations by Chris Lattner · 14 years ago
- 0c64f4b code cleanups, no behavior change. by Chris Lattner · 14 years ago
- 0df100e Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. by NAKAMURA Takumi · 14 years ago
- 12d48f7 Separate out these paths a bit by architecture. There are likely other by Eric Christopher · 14 years ago
- 43a517c Add multi-arch include support for Ubuntu 11.11 with gcc 4.6.0. by Eric Christopher · 14 years ago
- 3b1d121 Make it possible for external tools to distinguish between paths that come from -I and paths that come from -system. Patch from Paul Holden! by Nico Weber · 14 years ago
- f62a8d0 Add paths used by openSuSE 12.1 by David Chisnall · 14 years ago
- b29614b Add some support for RHEL5 systems. by Eric Christopher · 14 years ago
- 71a0fe4 Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6-4.5, as collected from http://packages.ubuntu.com/search?mode=exactfilename&suite=natty§ion=all&arch=any&searchon=contents&keywords=c%2B%2Blocale.h and http://packages.debian.org/wheezy/armel/libstdc++6-4.5-dev/filelist by Axel Naumann · 15 years ago