summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.Eric Fiselier2017-04-201-0/+53
* [ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64Oliver Stannard2017-04-181-0/+3
* _CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit.Eric Christopher2017-03-251-0/+4
* Add the __LONGDOUBLE128 define for ppc targets that have 128 bit long doubles.Eric Christopher2017-03-251-0/+7
* Define __HAVE_BSWAP__ on ppc to match gcc since we support both builtins as w...Eric Christopher2017-03-251-0/+6
* Add the _CALL_LINUX preprocessor define for ppc linux platforms.Eric Christopher2017-03-251-0/+6
* __BIGGEST_ALIGNMENT__ has always been 16 on all power platforms ratherEric Christopher2017-03-251-6/+6
* Add preprocessor defines for a bare powerpc64le triple/cpu.Eric Christopher2017-03-251-0/+3
* Bump __cplusplus for C++17 to 201703L per the C++17 DIS.Richard Smith2017-03-201-2/+2
* Add a small test for __STRUCT_PARM_ALIGN__ for ppc64 darwin.Eric Christopher2017-03-161-1/+4
* Set the Int64Type / IntMaxType types correctly for OpenBSD/mips64Brad Smith2017-03-061-0/+2
* Also test OpenBSD/powerpc here for the various types expected to be the same ...Brad Smith2017-02-251-0/+1
* Hook up OpenBSD AArch64 supportBrad Smith2017-02-211-0/+193
* [mips] Define macros related to -mabicalls in the preprocessorSimon Dardis2017-02-211-0/+45
* Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-bit darwin platfo...Eric Christopher2017-02-151-0/+1
* Add check that "#define unix 1" is present for the PS4 target.Douglas Yung2017-02-091-0/+1
* Revert "Basic: match GCC behaviour for SuS macro"Saleem Abdulrasool2017-02-071-0/+3
* Basic: match GCC behaviour for SuS macroSaleem Abdulrasool2017-02-051-3/+0
* [Frontend] The macro that describes the Objective-C bool type shouldAlex Lorenz2017-01-201-0/+2
* Add AVR target and toolchain to ClangDylan McKay2017-01-051-0/+171
* Also recognize -std=iso9899:201xBenjamin Kramer2016-12-061-0/+3
* Add a new optimization option -Og Sylvestre Ledru2016-11-111-0/+6
* Define __ANDROID_API__ when specified as part of an Android target.Stephen Hines2016-11-111-0/+5
* [Sparc] LLONG is not lock-free atomic on v8Douglas Katzman2016-11-091-0/+1
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-5/+49
* [OpenBSD] Add type sign information for OpenBSDRenato Golin2016-09-221-0/+23
* OpenCL: Defining __ENDIAN_LITTLE__ and fix target endiannessMatt Arsenault2016-09-071-0/+1
* Add support for targeting armv6-unknown-cloudabi-eabihf.Ed Schouten2016-09-051-0/+5
* [WebAssembly] Change wasm SizeType to match asmjsDerek Schuff2016-09-011-20/+20
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-161-1/+1
* ARM-MachO: stop claiming to be EABITim Northover2016-05-131-7/+7
* [Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front endNemanja Ivanovic2016-05-091-0/+28
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+3
* 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
OpenPOWER on IntegriCloud