summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Change long double to be quadruple-precision floating point.Dan Gohman2015-11-101-24/+24
* Simplify DefaultCPU in ARMTargetInfoRenato Golin2015-10-081-12/+7
* [CUDA] 32-bit NVPTX should have 32-bit long type.Artem Belevich2015-09-281-10/+10
* [WebAssembly] Define the atomic type sizesDan Gohman2015-09-141-22/+22
* [WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64Dan Gohman2015-09-141-20/+20
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+632
* Fix typo in testEli Bendersky2015-09-011-2/+2
* [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD.Brad Smith2015-08-131-8/+9
* R600: Add macro defs for all supported OpenCL extensionsTom Stellard2015-07-171-1/+8
* [Targets] Define __BOOL_DEFINED for Windows targets in C++ modeDavid Majnemer2015-07-151-0/+2
* [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux.James Y Knight2015-06-041-7/+16
* [Basic] Define __declspec for cygwinDavid Majnemer2015-05-281-0/+10
* [Mips] Generate warning for invalid '-mnan' and '-march' combinationsPetar Jovanovic2015-04-141-1/+6
* Set the type of ptrdiff_t to signed on NVPTX targetsEli Bendersky2015-04-011-3/+3
* Set NVPTX64 target's size_t to match other 64-bit targetsEli Bendersky2015-04-011-8/+8
* [SystemZ] Fix definition of IntMaxType / Int64TypeUlrich Weigand2015-03-301-16/+16
* [PowerPC] ABI support for the QPX vector instruction setHal Finkel2015-03-111-0/+1
* Add target information for CloudABI on x86-64.Ed Schouten2015-03-111-0/+305
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind instructions.Renato Golin2015-02-271-0/+7
* AMDGCN: Define cl_khr_fp64 when compiling OpenCL programsTom Stellard2015-02-271-0/+3
* Add C11 *_DECIMAL_DIG.Ed Schouten2015-02-231-37/+40
* [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA namesSimon Atanasyan2015-02-201-0/+36
* [mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64Vasileios Kalintiris2015-02-121-2/+2
* Preprocessor: support __BIGGEST_ALIGNMENT__ macroTim Northover2015-02-061-0/+224
* No longer SCE_PRIVATE ;)Sean Silva2015-01-271-1/+0
* Begin to teach clang about the PS4.Alex Rosenberg2015-01-271-0/+114
* [Mips] Fix type of 64-bit integer in case of MIPS N64 ABISimon Atanasyan2015-01-221-30/+644
* [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 optionsSimon Atanasyan2015-01-151-0/+18
* [mips] Removing __SIZEOF_INT128__ macro for MIPS64Simon Atanasyan2014-12-101-0/+2
* Hook up FreeBSD AArch64 supportEd Maste2014-11-131-0/+193
* Switch C compilations to C11 by default.Richard Smith2014-10-201-3/+3
* [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")Oliver Stannard2014-08-281-4/+5
* Add predefined macros to identify x86_64h architectures.Bob Wilson2014-08-081-0/+7
* Change __INTx_TYPE__ to be always signed. This changes the value forJoerg Sonnenberger2014-07-281-96/+96
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-0/+9
* AArch64: use aarch64_be instead of arm64_be in all tests.Tim Northover2014-07-231-1/+0
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-171-258/+258
* Always set the C suffix macro, even if it is empty.Joerg Sonnenberger2014-07-171-0/+95
* Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.Joerg Sonnenberger2014-07-171-0/+32
* Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.Joerg Sonnenberger2014-07-151-0/+67
* Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger2014-07-151-18/+18
* Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger2014-07-151-0/+890
* Introduce getCorrespondingUnsignedType() in TargetInfo to work like theJoerg Sonnenberger2014-07-141-18/+19
* [x32] Add __ILP32__ macro for ILP32 platformsPavel Chupin2014-07-141-0/+162
* [mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...Daniel Sanders2014-07-091-0/+10
* Add ppc64/power8 as a targetWill Schmidt2014-06-261-0/+28
* Implement predefined stdint macrosJF Bastien2014-06-251-1/+1665
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-0/+18
* [mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...Matheus Almeida2014-06-051-1/+13
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-131-0/+1
OpenPOWER on IntegriCloud