summaryrefslogtreecommitdiff
path: root/test/Preprocessor
AgeCommit message (Expand)Author
2018-02-21Merging r325655:Hans Wennborg
2018-01-16Merging r322518:Hans Wennborg
2017-12-29Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelak...Craig Topper
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-27[X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on can...Craig Topper
2017-12-27[X86] Test that -march=skx enables PKU.Craig Topper
2017-12-27[X86] Enable avx512vpopcntdq and clwb for icelake.Craig Topper
2017-12-27[x86][icelake][vbmi2]Coby Tayree
2017-12-27[x86][icelake][vnni]Coby Tayree
2017-12-27[x86][icelake][bitalg]Coby Tayree
2017-12-27[x86][icelake][vpclmulqdq]Coby Tayree
2017-12-27[x86][icelake][gfni]Coby Tayree
2017-12-27[x86][icelake][vaes]Coby Tayree
2017-12-22[X86] Add missing check lines for the silvermont cases in predefined-arch-mac...Craig Topper
2017-12-22[X86] Add 'prfchw' to the correct CPUs to match the backend.Craig Topper
2017-12-15__is_target_environment: Check the environment after parsing itAlex Lorenz
2017-12-15__is_target_arch: Check the arch and subarch instead of the arch nameAlex Lorenz
2017-12-14Commit missing tests for r320734Alex Lorenz
2017-12-13[Hexagon] Add front-end support for Hexagon V65Krzysztof Parzyszek
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-08Add a test that the __STDC_VERSION__ macro reports the correct value for -std...Aaron Ballman
2017-12-07Correct line endings that got mixed up in r320088; NFC.Aaron Ballman
2017-12-07Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman
2017-12-06Stringizing raw string literals containing newlineTaewook Oh
2017-12-05Add __WINT_MAX__.Ed Schouten
2017-12-04Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc...Erich Keane
2017-12-04[OpenCL] Define __IMAGE_SUPPORT__ macro for SPIRSven van Haastregt
2017-11-30Revert [ARM] disable FPU features when using soft floating point.Keith Walker
2017-11-30[ARM] disable FPU features when using soft floating point.Keith Walker
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone
2017-11-29Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone
2017-11-26Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon
2017-11-21[MINGW] normalize WIN32 macrosMartell Malone
2017-11-21[MS] add an init test for thumbv7-windows-msvcMartell Malone
2017-11-21[MS] Increase default new alignment for win64 and test itReid Kleckner
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-11-19[X86] Add icelake CPU support for -march.Craig Topper
2017-11-19[X86] Set __corei7__ preprocessor defines for skylake server and cannonlake.Craig Topper
2017-11-17[MinGW] Define __ARM_DWARF_EH__ for MinGW/ARMMartin Storsjo
2017-11-01[X86] Define i586 and pentium preprocessor defines for -march=lakemont to mat...Craig Topper
2017-10-28Basic: improve coverage for Darwin targets and fix ABISaleem Abdulrasool
2017-10-27ARM: centralise SizeType, PtrDiffType, and IntPtrTypeSaleem Abdulrasool
2017-10-26[X86] Make -march=i686 an alias of -march=pentiumproCraig Topper
2017-10-25[X86] Add avx512vpopcntdq to Knights MillCraig Topper
2017-10-20Basic: restore {,u}intptr_t on NetBSD/ARMSaleem Abdulrasool
2017-10-20Revert r316193.Richard Smith
2017-10-19Try to shorten system header paths when using -MD depfilesPeter Wu