aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor
AgeCommit message (Expand)Author
2019-05-06Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke
2019-05-04[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith
2019-04-30[WebAssembly] Use the "wasm32-wasi" triple in testsDan Gohman
2019-04-26[AArch64] Add support for MTE intrinsicsJaved Absar
2019-04-26[BPF] do not generate predefined macro bpfYonghong Song
2019-04-11Remove use of lookahead from _Pragma handling and from all otherRichard Smith
2019-03-29[WebAssembly] Add mutable globals featureThomas Lively
2019-03-26[OpenCL] Allow variadic macros as Clang feature.Anastasia Stulova
2019-03-22[clang] Add support for Exynos M5 (NFC)Evandro Menezes
2019-03-21Improve the diagnostic for #include_next occurring in a file not foundRichard Smith
2019-03-21[X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpusCraig Topper
2019-03-19Replace tok::angle_string_literal with new tok::header_name.Richard Smith
2019-03-19Factor out repeated code parsing and concatenating header-names fromRichard Smith
2019-03-14Reland the rest of "Add AIX Target Info"Jason Liu
2019-03-14Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner
2019-03-14[X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 in 64-bit mode.Craig Topper
2019-03-13Revert "Add AIX Target Info"Jason Liu
2019-03-13Add AIX Target InfoJason Liu
2019-03-13[X86] Add 'yonah' test to predefined-arch-macros.c test.Craig Topper
2019-03-02[WebAssembly] Temporarily disable bulk-memory with -pthreadThomas Lively
2019-02-28[WebAssembly] Remove uses of ThreadModelThomas Lively
2019-02-26[X86] AMD znver2 enablementGanesh Gopalasubramanian
2019-02-25[SYCL] Add clang front-end option to enable SYCL device compilation flow.Alexey Bader
2019-02-20Make predefined FLT16 macros conditional on support for the typeNemanja Ivanovic
2019-02-18[ARM] Add pre-defined macros for ROPI and RWPIOliver Stannard
2019-02-14[X86] Add clang support for X86 flag output parameters.Nirav Dave
2019-02-14Print a note to the called macro when diagnosing err_embedded_directiveNico Weber
2019-02-13[PowerPC] Stop defining _ARCH_PWR6X on POWER7 and upHubert Tong
2019-02-11[WebAssembly] Make thread-related options consistentHeejin Ahn
2019-02-06[WebAssembly] Add atomics target optionHeejin Ahn
2019-02-05[Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai
2019-01-31[WebAssembly] Add bulk memory target featureThomas Lively
2019-01-25[MSP430] Ajust f32/f64 alignment according to MSP430 EABIAnton Korobeynikov
2019-01-24[WebAssembly] Add a __wasi__ target macroDan Gohman
2019-01-24[WebAssembly] Support __float128Dan Gohman
2019-01-24[WebAssembly] Factor commonality between wasm32 and wasm64 in test/Preprocess...Dan Gohman
2019-01-15[MSVC Compat] Fix typo correction for inclusion directives.Volodymyr Sapsai
2019-01-11[test] Update support for Exynos M4 (NFC)Evandro Menezes
2019-01-10[WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively
2019-01-08Android is not GNU, so don't claim that it is.Dan Albert
2018-12-14[Clang] Add __builtin_launderEric Fiselier
2018-12-12Basic: make `int_least64_t` and `int_fast64_t` match on DarwinSaleem Abdulrasool
2018-12-05[Hexagon] Add support for Hexagon V66Krzysztof Parzyszek
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-11-27[X86] Add -march=cascadelake support in clang.Craig Topper
2018-11-15Fix combining pragma __debug dump & parser_crash with -EDavid Blaikie
2018-11-09Introduce the _Clang scoped attribute token.Aaron Ballman
2018-10-25[AArch64] Implement FP16FML intrinsicsBryan Chan
2018-10-24Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman
2018-10-18Add language standard aliases for -std=c18, -std=gnu18, and -std=iso9899:2018.Aaron Ballman