summaryrefslogtreecommitdiff
path: root/test/Preprocessor/predefined-macros.c
AgeCommit message (Expand)Author
2017-12-04[OpenCL] Define __IMAGE_SUPPORT__ macro for SPIRSven van Haastregt
2017-11-21[MINGW] normalize WIN32 macrosMartell Malone
2017-08-13[AArch64] Add support for a MinGW AArch64 targetMartin Storsjo
2017-08-06[test] Remove an unintentional -x cl flag in an aarch64-windows testMartin Storsjo
2017-08-04Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu
2017-06-27[COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang
2016-06-28[clang-cl] Define _MSVC_LANGDavid Majnemer
2016-04-26[OpenCL] Add predefined macros.Yaxun Liu
2016-04-01Clean up a couple more preprocessor tests to use match-full-lines.James Y Knight
2015-12-22[mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.Daniel Sanders
2015-07-26[Targets] Define _M_AMD64 and _M_X64 to a more appropriate valueDavid Majnemer
2014-10-21Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...Aaron Ballman
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool
2014-07-10Avoid definining more GCC specific predefined macros in clang-clEhsan Akhgari
2014-06-30Do not define __STRICT_ANSI__ in clang-clEhsan Akhgari
2014-06-25Implement predefined stdint macrosJF Bastien
2013-09-30Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARMWeiming Zhao
2013-04-04Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.Michael J. Spencer
2012-07-19Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson
2012-03-10Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman
2012-03-10No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman
2012-01-03Teach the frontend to provide the builtin preprocessor defines forChandler Carruth
2010-10-21Add test for Windows predefined macros.Michael J. Spencer