Age | Commit message (Expand) | Author | Files | Lines |
2017-06-03 | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 1 | -0/+2 |
2016-12-02 | [Frontend] Fix an issue where a quoted search path is incorrectly | Alex Lorenz | 1 | -1/+1 |
2016-10-01 | Use StringRef for MemoryBuffer identifier API (NFC) | Mehdi Amini | 1 | -1/+1 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -2/+1 |
2016-05-16 | [PS4] Change the names of some "environmental" things to what our | Paul Robinson | 1 | -1/+1 |
2016-05-11 | Update clang support on recent Haiku | Reid Kleckner | 1 | -32/+33 |
2015-12-30 | [ptr-traits] Add #includes of headers rather than forward declarations | Chandler Carruth | 1 | -0/+1 |
2015-12-27 | Fix C++ support on recent DragonFly BSD releases | Dimitry Andric | 1 | -4/+1 |
2015-12-16 | [x86] Exclusion of incorrect include headers paths for MCU target | Andrey Bokhanko | 1 | -0/+2 |
2015-10-14 | Bring back r250262: PS4 toolchain | Filipe Cabecinhas | 1 | -0/+23 |
2015-10-14 | Revert-to-green r250262 (PS4 toolchain patch) | Sean Silva | 1 | -23/+0 |
2015-10-14 | I took care of the build problem in the commit 250252. | Ekaterina Romanova | 1 | -0/+23 |
2015-10-14 | reverting my patch, cause build problems | Ekaterina Romanova | 1 | -23/+0 |
2015-10-13 | This patch adds missing pieces to clang, including the PS4 toolchain | Ekaterina Romanova | 1 | -0/+23 |
2015-10-01 | C++11 rangify for loops, NFC. | Yaron Keren | 1 | -29/+21 |
2015-09-25 | Revert "This patch adds missing pieces to clang, including the PS4 toolchain ... | Greg Bedwell | 1 | -23/+0 |
2015-09-24 | This patch adds missing pieces to clang, including the PS4 toolchain | Ekaterina Romanova | 1 | -0/+23 |
2015-09-09 | [Solaris] Use the GCC Installation detector to add the C++ include paths. | Rafael Espindola | 1 | -9/+0 |
2015-07-02 | Support mingw-w64 and mingw.org toolchains at any install location. | Yaron Keren | 1 | -60/+5 |
2015-05-29 | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 1 | -1/+1 |
2015-03-30 | Add driver support for Native Client SDK | Derek Schuff | 1 | -0/+2 |
2015-03-18 | Remove many superfluous SmallString::str() calls. | Yaron Keren | 1 | -7/+7 |
2015-03-11 | Fix up default header paths for CloudABI. | Ed Schouten | 1 | -1/+16 |
2014-12-05 | Use isOSBinFormatMachO() instead of comparing the object format | Eric Christopher | 1 | -1/+1 |
2014-11-19 | Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator... | David Blaikie | 1 | -3/+3 |
2014-08-18 | Add the break in the switch case (even if there is llvm_unreachable. It will ... | Sylvestre Ledru | 1 | -1/+1 |
2014-08-14 | Delete support for AuroraUX. | Rafael Espindola | 1 | -5/+0 |
2014-07-23 | AArch64: update Clang for merged arm64/aarch64 triples. | Tim Northover | 1 | -1/+0 |
2014-06-10 | Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840> | Bob Wilson | 1 | -1/+2 |
2014-05-24 | AArch64/ARM64: rename ARM64 components to AArch64 | Tim Northover | 1 | -0/+1 |
2014-03-29 | ARM64: initial clang support commit. | Tim Northover | 1 | -0/+5 |
2014-03-27 | Use the new Windows environment for target detection | Saleem Abdulrasool | 1 | -34/+44 |
2014-03-12 | Dont unconditionally add gcc4.2 include paths on FreeBSD. | Roman Divacky | 1 | -5/+0 |
2014-03-12 | Check for LLVM_ON_WIN32 instead of _WIN32. | Hans Wennborg | 1 | -3/+3 |
2013-12-12 | With the new update to the ABI, we should not look for installations | Yaron Keren | 1 | -16/+12 |
2013-11-15 | Darwin: Look for libc++ headers in include/, rather than lib/ | Justin Bogner | 1 | -5/+7 |
2013-10-18 | Add another MinGW header include path | Hans Wennborg | 1 | -0/+1 |
2013-08-18 | InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. | NAKAMURA Takumi | 1 | -0/+1 |
2013-06-13 | Modernize some low-hanging PathV1 uses. | Benjamin Kramer | 1 | -17/+21 |
2013-06-11 | Include PathV1.h in files that use it. | Rafael Espindola | 1 | -0/+1 |
2013-04-30 | Add support for -stdlib=libc++ in the NetBSD toolchain. | Joerg Sonnenberger | 1 | -3/+0 |
2013-04-11 | Fix the driver logic for recent versions of DragonFly. | John McCall | 1 | -1/+5 |
2013-01-30 | [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. | Daniel Dunbar | 1 | -15/+33 |
2013-01-30 | [Frontend] Add an ExternCSystem include entry group. | Daniel Dunbar | 1 | -74/+69 |
2013-01-29 | [Frontend] Make the include dir group independent from the "use sysroot" bit. | Daniel Dunbar | 1 | -3/+1 |
2013-01-29 | [Frontend] Rename a member variable to clarify its intent. | Daniel Dunbar | 1 | -5/+6 |
2013-01-29 | [Frontend] Factor out helper function, for clarity. | Daniel Dunbar | 1 | -9/+10 |
2013-01-25 | [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. | Daniel Dunbar | 1 | -72/+63 |
2013-01-25 | [Lex] Remove DirectoryLookup.UserSpecified, which is unused. | Daniel Dunbar | 1 | -4/+5 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -5/+4 |