| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Make sure the Features field of the Builtin Info struct is always initialized... | Craig Topper | 2015-08-07 | 1 | -30/+39 |
| * | 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 DescriptionString -> DataLayoutString as it matches the actual | Eric Christopher | 2015-08-05 | 1 | -85/+83 |
| * | Add support for System z vector language extensions | Ulrich Weigand | 2015-07-30 | 1 | -0/+2 |
| * | 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 |
| * | [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 |
| * | R600: Add macro defs for all supported OpenCL extensions | Tom Stellard | 2015-07-17 | 1 | -1/+9 |
| * | Fix android build after r242514 | Tamas Berghammer | 2015-07-17 | 1 | -1/+1 |
| * | -Refactored ARMTargetInfo in order to use the API of TargetParser | Alexandros Lamprineas | 2015-07-17 | 1 | -156/+150 |
| * | Allow __builtin_setjmp/__builtin_longjmp on ARM | Matthias Braun | 2015-07-17 | 1 | -0/+4 |
| * | [Targets] Define __BOOL_DEFINED for Windows targets in C++ mode | David Majnemer | 2015-07-15 | 1 | -0/+2 |
| * | Add support for armv7-windows-gnu targets to the clang front end. | Yaron Keren | 2015-07-15 | 1 | -0/+43 |
| * | Add a "maximum TLS alignment" characteristic to the target info, so it | Paul Robinson | 2015-07-14 | 1 | -0/+2 |
| * | Fix a couple of typos: specifc->specific. | Eric Christopher | 2015-07-10 | 1 | -1/+1 |
| * | Add missing builtins to altivec.h for ABI compliance (vol. 3) | Nemanja Ivanovic | 2015-07-10 | 1 | -2/+49 |
| * | [MIPS] Add support for direct-to-nacl in Clang | Petar Jovanovic | 2015-07-08 | 1 | -1/+14 |
| * | Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/... | Renato Golin | 2015-07-03 | 1 | -78/+118 |
| * | - Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/Target... | Alexandros Lamprineas | 2015-07-03 | 1 | -118/+78 |
| * | Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/... | Rafael Espindola | 2015-07-02 | 1 | -72/+117 |
| * | Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetPa... | Alexandros Lamprineas | 2015-07-02 | 1 | -117/+72 |
| * | test commit | Alexandros Lamprineas | 2015-07-02 | 1 | -0/+2 |
| * | [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul... | Alexey Bataev | 2015-07-02 | 1 | -0/+4 |
| * | Fix sse4 for target attribute feature additions. | Eric Christopher | 2015-07-01 | 1 | -1/+14 |
| * | Add support for the x86 builtin __builtin_cpu_supports. | Eric Christopher | 2015-06-29 | 1 | -0/+28 |
| * | [ARM] The bits set in the variable HW_FP could get unset | Ranjeet Singh | 2015-06-24 | 1 | -6/+10 |
| * | [CodeGen] Teach X86_64ABIInfo about AVX512. | Ahmed Bougacha | 2015-06-22 | 1 | -1/+3 |
| * | AMDGPU: Fix places missed in rename | Matt Arsenault | 2015-06-19 | 1 | -13/+13 |
| * | AMDGPU: Add missing GK_VOLCANIC_ISLANDS to switch statement | Tom Stellard | 2015-06-18 | 1 | -0/+1 |
| * | R600: Add Volcanic Islands targets | Tom Stellard | 2015-06-18 | 1 | -1/+5 |