| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite the PPC target feature handling to more resemble other targets. | Eric Christopher | 2015-08-25 | 1 | -32/+42 |
| * | Extract handling of user defined features into a function so we can | Eric Christopher | 2015-08-25 | 1 | -6/+2 |
| * | Reimplement the PPC explicit option checking to be a bit more obvious | Eric Christopher | 2015-08-25 | 1 | -8/+19 |
| * | [AArch64] Define the macro __ARM_FP16_ARGS | Keith Walker | 2015-08-24 | 1 | -0/+1 |
| * | [OPENMP 4.1] Initial support for 'simdlen' clause. | Alexey Bataev | 2015-08-21 | 1 | -0/+2 |
| * | Revert the 64bit part of r245084; long double values were not changed by | Yaron Keren | 2015-08-20 | 1 | -4/+1 |
| * | Revert the 32bit part of r245084; mingw values were correct before it. | Yaron Keren | 2015-08-20 | 1 | -5/+1 |
| * | [OPENMP 4.1] Initial support for modifiers in 'linear' clause. | Alexey Bataev | 2015-08-20 | 1 | -2/+15 |
| * | According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes. | Yaron Keren | 2015-08-19 | 1 | -1/+2 |
| * | [ARM] Proper generic cpus handling | Vladimir Sukharev | 2015-08-19 | 1 | -12/+10 |
| * | Rename getDefaultFeatures -> initDefaultFeatures and update comment | Eric Christopher | 2015-08-19 | 1 | -10/+10 |
| * | Remove dead code, there's no need for an override that just duplicates | Eric Christopher | 2015-08-17 | 1 | -2/+0 |
| * | WindowsX86: long double is x87DoubleExtended on mingw | Martell Malone | 2015-08-14 | 1 | -2/+8 |
| * | Windows ARM: ignore calling conventions as described on MSDN | Martell Malone | 2015-08-14 | 1 | -0/+13 |
| * | [modules] Add an experimental -cc1 feature to embed the contents of an input | Richard Smith | 2015-08-14 | 1 | -0/+7 |
| * | Wdeprecated: StoredDiagnostics are stored in a SmallVector, so make sure they... | David Blaikie | 2015-08-13 | 1 | -4/+0 |
| * | Removed one too many braces. | Brad Smith | 2015-08-13 | 1 | -0/+1 |
| * | [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD. | Brad Smith | 2015-08-13 | 1 | -7/+10 |
| * | [Modules] Add Darwin-specific compatibility module map parsing hacks | Ben Langmuir | 2015-08-13 | 1 | -0/+9 |
| * | Add SourceManager::dump() to dump the current set of SLocEntries. | Richard Smith | 2015-08-13 | 1 | -0/+57 |
| * | [modules] If loading a .pcm file would cause us to run out of source location... | Richard Smith | 2015-08-12 | 1 | -1/+3 |
| * | Rangify some for loops; NFC. | Aaron Ballman | 2015-08-12 | 1 | -6/+5 |
| * | [MIPS] Use arch values for lock-free atomic operations | Petar Jovanovic | 2015-08-11 | 1 | -2/+1 |
| * | Update a comment to be more descriptive. | Eric Christopher | 2015-08-07 | 1 | -1/+1 |
| * | This patch commits OpenMP 4 target device clauses | Michael Wong | 2015-08-07 | 1 | -0/+2 |
| * | Make sure the Features field of the Builtin Info struct is always initialized... | Craig Topper | 2015-08-07 | 2 | -36/+44 |
| * | Make 'arm' cover both 32 and 64 bit architecutres | Ben Langmuir | 2015-08-07 | 1 | -0/+2 |
| * | Continue the work from r243908 by adding a Features field to Builtin::Info | Eric Christopher | 2015-08-06 | 1 | -2/+4 |
| * | Rename the non-coding style conformant functions in namespace Builtins | Eric Christopher | 2015-08-06 | 1 | -9/+9 |
| * | Rename DescriptionString -> DataLayoutString as it matches the actual | Eric Christopher | 2015-08-05 | 2 | -86/+84 |
| * | Remove unused header includes. | Eric Christopher | 2015-08-05 | 1 | -1/+0 |
| * | Rename builtin_lang -> Langs to match the rest of the code a bit better. | Eric Christopher | 2015-08-05 | 1 | -9/+10 |
| * | Remove unused function GetBuiltinNames. | Eric Christopher | 2015-08-05 | 1 | -13/+0 |
| * | [FileManager] Use StringRef::copy to store canonical paths. | Benjamin Kramer | 2015-08-04 | 1 | -9/+3 |
| * | [modules] Fix issue where building a module from a relative path when -workin... | Argyrios Kyrtzidis | 2015-07-31 | 1 | -2/+14 |
| * | Add support for System z vector language extensions | Ulrich Weigand | 2015-07-30 | 3 | -1/+5 |
| * | Add a comment explaining differing Windows behavior. | Sean Silva | 2015-07-30 | 1 | -1/+7 |
| * | Attempt to make clang-x64-ninja-win7 happy. | Sean Silva | 2015-07-30 | 1 | -6/+8 |
| * | Avoid failure to canonicalize '..'. | Sean Silva | 2015-07-30 | 1 | -8/+11 |
| * | RegParmMax must be 0 for AArch64, as the regparm function attribute is not su... | Kristof Beyls | 2015-07-28 | 1 | -1/+0 |
| * | [Targets] Define _M_AMD64 and _M_X64 to a more appropriate value | David Majnemer | 2015-07-26 | 1 | -2/+2 |
| * | Correct x86_64 Android fp128 mangled name | Chih-Hung Hsieh | 2015-07-24 | 1 | -0/+4 |
| * | Test commit. | Chih-Hung Hsieh | 2015-07-24 | 1 | -3/+3 |
| * | [MSVC Compatibility] Use a better predicate for __BOOL_DEFINED | David Majnemer | 2015-07-22 | 1 | -1/+2 |
| * | Add cygwin x86_64 target. | Yaron Keren | 2015-07-22 | 1 | -0/+27 |
| * | ARM: actually define __ARM_ARCH_7S__ for the armv7s slice | Tim Northover | 2015-07-21 | 1 | -1/+2 |
| * | Commit for http://reviews.llvm.org/D10765 | Michael Wong | 2015-07-21 | 1 | -0/+10 |
| * | Ignore the "novtable" declspec when not using the Microsoft C++ ABI. | Bob Wilson | 2015-07-20 | 1 | -2/+2 |
| * | [X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt,L,e,Z,s asm constraints (p... | Alexey Bataev | 2015-07-20 | 1 | -21/+51 |
| * | basic: default to MSVC on Windows | Saleem Abdulrasool | 2015-07-17 | 1 | -6/+3 |