summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/predefined-macros.c
Commit message (Expand)AuthorAgeFilesLines
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-0/+6
* [clang-cl] Define _MSVC_LANGDavid Majnemer2016-06-281-6/+8
* [OpenCL] Add predefined macros.Yaxun Liu2016-04-261-0/+37
* Clean up a couple more preprocessor tests to use match-full-lines.James Y Knight2016-04-011-36/+36
* [mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.Daniel Sanders2015-12-221-0/+12
* [Targets] Define _M_AMD64 and _M_X64 to a more appropriate valueDavid Majnemer2015-07-261-2/+2
* Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...Aaron Ballman2014-10-211-51/+51
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-2/+2
* Avoid definining more GCC specific predefined macros in clang-clEhsan Akhgari2014-07-101-1/+16
* Do not define __STRICT_ANSI__ in clang-clEhsan Akhgari2014-06-301-0/+1
* Implement predefined stdint macrosJF Bastien2014-06-251-0/+56
* Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARMWeiming Zhao2013-09-301-0/+18
* Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.Michael J. Spencer2013-04-041-0/+18
* Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson2012-07-191-0/+13
* Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman2012-03-101-1/+1
* No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman2012-03-101-0/+1
* Teach the frontend to provide the builtin preprocessor defines forChandler Carruth2012-01-031-12/+14
* Add test for Windows predefined macros.Michael J. Spencer2010-10-211-0/+12