summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
* Merging r297098:Brad Smith2017-04-281-0/+2
* Merging r295786:Brad Smith2017-04-221-0/+193
* 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
* [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