summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-1/+7
* [ARM] predefines __ELF__ macro for arm-none-eabiWeiming Zhao2016-04-181-0/+3
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+3
* Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva2016-04-061-1/+0
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-041-0/+1
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+3
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-43/+45
* Basic: fix __USER_LABEL_PREFIX__ on CygwinSaleem Abdulrasool2016-02-261-0/+7
* Relax recently added clang version checks.Tim Northover2016-02-111-11/+11
* Use new --match-full-lines FileCheck feature for Preprocessor/init.c.James Y Knight2016-02-111-1008/+1008
* Do not define GXX_RTTI macro for C.Yunzhong Gao2016-01-261-5/+8
* [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
OpenPOWER on IntegriCloud