| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Toolchain: Normalize dwarf, sjlj and seh eh | Martell Malone | 2017-11-29 | 1 | -0/+1 |
* | Revert "Toolchain: Normalize dwarf, sjlj and seh eh" | Martell Malone | 2017-11-29 | 1 | -1/+0 |
* | Toolchain: Normalize dwarf, sjlj and seh eh | Martell Malone | 2017-11-29 | 1 | -0/+1 |
* | [MS] add an init test for thumbv7-windows-msvc | Martell Malone | 2017-11-21 | 1 | -0/+5 |
* | [MS] Increase default new alignment for win64 and test it | Reid Kleckner | 2017-11-21 | 1 | -3/+5 |
* | [MinGW] Define __ARM_DWARF_EH__ for MinGW/ARM | Martin Storsjo | 2017-11-17 | 1 | -0/+4 |
* | Basic: improve coverage for Darwin targets and fix ABI | Saleem Abdulrasool | 2017-10-28 | 1 | -0/+62 |
* | ARM: centralise SizeType, PtrDiffType, and IntPtrType | Saleem Abdulrasool | 2017-10-27 | 1 | -0/+5 |
* | Basic: restore {,u}intptr_t on NetBSD/ARM | Saleem Abdulrasool | 2017-10-20 | 1 | -6/+6 |
* | Basic: fix __{,U}INTPTR_TYPE__ on ARM | Saleem Abdulrasool | 2017-10-18 | 1 | -30/+30 |
* | Driver: hoist the `wchar_t` handling to the driver | Saleem Abdulrasool | 2017-10-06 | 1 | -5/+5 |
* | This adds the _Float16 preprocessor macro definitions. | Sjoerd Meijer | 2017-09-13 | 1 | -2/+16 |
* | [mips] Introducing option -mabs=[legacy/2008] | Petar Jovanovic | 2017-08-24 | 1 | -0/+10 |
* | Revert r310057 | Stefan Maksimovic | 2017-08-11 | 1 | -0/+10 |
* | Add OpenCL 2.0 atomic builtin functions as Clang builtin | Yaxun Liu | 2017-08-04 | 1 | -0/+10 |
* | Revert r304953 for release 5.0.0 | Stefan Maksimovic | 2017-08-04 | 1 | -10/+0 |
* | Define _GNU_SOURCE for RTEMS c++ | Walter Lee | 2017-08-02 | 1 | -0/+1 |
* | [AArch64] Don't define __LP64__ when targeting Windows | Martin Storsjo | 2017-07-31 | 1 | -0/+161 |
* | [test] Fix mistagged CHECK-NOT-lines for AARCH64-DARWIN in Preprocessor/init.c | Martin Storsjo | 2017-07-31 | 1 | -3/+3 |
* | Fix a typo. | Brad Smith | 2017-07-30 | 1 | -1/+1 |
* | Remove Bitrig: Clang Changes | Erich Keane | 2017-07-21 | 1 | -7/+0 |
* | [c++2a] Add option -std=c++2a to enable support for potential/transitional C+... | Faisal Vali | 2017-07-16 | 1 | -0/+16 |
* | NetBSD uses soft-float by default, unless the environment is EABIHF or | Joerg Sonnenberger | 2017-07-11 | 1 | -0/+6 |
* | Run the preprocessor test as frontend test for NetBSD, since CC1 mode | Joerg Sonnenberger | 2017-07-11 | 1 | -3/+3 |
* | Revert "Define _GNU_SOURCE for rtems c++" | Daniel Jasper | 2017-06-15 | 1 | -1/+0 |
* | Define _GNU_SOURCE for rtems c++ | James Y Knight | 2017-06-14 | 1 | -0/+1 |
* | Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmt | Petar Jovanovic | 2017-06-07 | 1 | -0/+10 |
* | Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmt | Petar Jovanovic | 2017-06-07 | 1 | -10/+0 |
* | [mips] Add runtime options to enable/disable madd.fmt and msub.fmt | Petar Jovanovic | 2017-06-07 | 1 | -0/+10 |
* | [WebAssembly] Set MaxAtomicInlineWidth to 64. | Dan Gohman | 2017-06-07 | 1 | -2/+2 |
* | Darwin: Define __STDC_NO_THREADS__ on Darwin targets | Duncan P. N. Exon Smith | 2017-04-27 | 1 | -0/+9 |
* | Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode. | Eric Fiselier | 2017-04-20 | 1 | -0/+53 |
* | [ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64 | Oliver Stannard | 2017-04-18 | 1 | -0/+3 |
* | _CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit. | Eric Christopher | 2017-03-25 | 1 | -0/+4 |
* | Add the __LONGDOUBLE128 define for ppc targets that have 128 bit long doubles. | Eric Christopher | 2017-03-25 | 1 | -0/+7 |
* | Define __HAVE_BSWAP__ on ppc to match gcc since we support both builtins as w... | Eric Christopher | 2017-03-25 | 1 | -0/+6 |
* | Add the _CALL_LINUX preprocessor define for ppc linux platforms. | Eric Christopher | 2017-03-25 | 1 | -0/+6 |
* | __BIGGEST_ALIGNMENT__ has always been 16 on all power platforms rather | Eric Christopher | 2017-03-25 | 1 | -6/+6 |
* | Add preprocessor defines for a bare powerpc64le triple/cpu. | Eric Christopher | 2017-03-25 | 1 | -0/+3 |
* | Bump __cplusplus for C++17 to 201703L per the C++17 DIS. | Richard Smith | 2017-03-20 | 1 | -2/+2 |
* | Add a small test for __STRUCT_PARM_ALIGN__ for ppc64 darwin. | Eric Christopher | 2017-03-16 | 1 | -1/+4 |
* | Set the Int64Type / IntMaxType types correctly for OpenBSD/mips64 | Brad Smith | 2017-03-06 | 1 | -0/+2 |
* | Also test OpenBSD/powerpc here for the various types expected to be the same ... | Brad Smith | 2017-02-25 | 1 | -0/+1 |
* | Hook up OpenBSD AArch64 support | Brad Smith | 2017-02-21 | 1 | -0/+193 |
* | [mips] Define macros related to -mabicalls in the preprocessor | Simon Dardis | 2017-02-21 | 1 | -0/+45 |
* | Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-bit darwin platfo... | Eric Christopher | 2017-02-15 | 1 | -0/+1 |
* | Add check that "#define unix 1" is present for the PS4 target. | Douglas Yung | 2017-02-09 | 1 | -0/+1 |
* | Revert "Basic: match GCC behaviour for SuS macro" | Saleem Abdulrasool | 2017-02-07 | 1 | -0/+3 |
* | Basic: match GCC behaviour for SuS macro | Saleem Abdulrasool | 2017-02-05 | 1 | -3/+0 |
* | [Frontend] The macro that describes the Objective-C bool type should | Alex Lorenz | 2017-01-20 | 1 | -0/+2 |