1. fe5b1ac Revert the tests that should've been reverted in rL341115 by Artem Belevich · 7 years ago
  2. 0e9a76d Add predefined macro __gnu_linux__ for proper aux-triple by Yaxun Liu · 7 years ago
  3. dbc390d [MS] Update _MSVC_LANG values for C++17 and C++2a by Reid Kleckner · 7 years ago
  4. 9061e4f48 [HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__ by Yaxun Liu · 7 years ago
  5. c645f61 [OpenCL] Added -std/-cl-std=c++ by Anastasia Stulova · 7 years ago
  6. d141e48 [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR by Sven van Haastregt · 8 years ago
  7. 051e966 [MINGW] normalize WIN32 macros by Martell Malone · 8 years ago
  8. 31cac7a [AArch64] Add support for a MinGW AArch64 target by Martin Storsjo · 8 years ago
  9. ba4431e [test] Remove an unintentional -x cl flag in an aarch64-windows test by Martin Storsjo · 8 years ago
  10. 3919506 Add OpenCL 2.0 atomic builtin functions as Clang builtin by Yaxun Liu · 8 years ago
  11. 2fd6b16 [COFF, ARM64] Add support for Windows ARM64 COFF format by Mandeep Singh Grang · 8 years ago
  12. 017cf35 [clang-cl] Define _MSVC_LANG by David Majnemer · 9 years ago
  13. 382d355 [OpenCL] Add predefined macros. by Yaxun Liu · 9 years ago
  14. 3508b22 Clean up a couple more preprocessor tests to use match-full-lines. by James Y Knight · 9 years ago
  15. 5176f7e [mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros. by Daniel Sanders · 10 years ago
  16. b856e8f [Targets] Define _M_AMD64 and _M_X64 to a more appropriate value by David Majnemer · 10 years ago
  17. 7a6f364 Follow-up commit to r211657 which introduced these macros, but not for MSVC. This turns out to break our freestanding tests on Windows when compiling in MSVC-compatible mode. It was decided (http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20141020/116942.html is the start of the thread) to support this as part of Clang's interface on all platforms. by Aaron Ballman · 11 years ago
  18. c68237b Driver: bifurcate extended and basic MSC versioning by Saleem Abdulrasool · 11 years ago
  19. f3a896b Avoid definining more GCC specific predefined macros in clang-cl by Ehsan Akhgari · 11 years ago
  20. 9be07e1 Do not define __STRICT_ANSI__ in clang-cl by Ehsan Akhgari · 11 years ago
  21. ab8d0a0 Implement predefined stdint macros by JF Bastien · 11 years ago
  22. 53a797c Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARM by Weiming Zhao · 12 years ago
  23. a0d5eb3a Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86. by Michael J. Spencer · 12 years ago
  24. 6a03916 Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 13 years ago
  25. a97fc66 Updated the test so that it checks for ms-compatibility in addition to ms-extensions. by Aaron Ballman · 14 years ago
  26. b448916 No longer defining GNUC mode when compiling for Microsoft compatibility. This allows people's cross-platform compiler-specific macros to work properly. by Aaron Ballman · 14 years ago
  27. 3a5ff5c Teach the frontend to provide the builtin preprocessor defines for -ffast-math. by Chandler Carruth · 14 years ago
  28. cac9df3 Add test for Windows predefined macros. by Michael J. Spencer · 15 years ago