]> granicus.if.org Git - clang/history - test/Preprocessor
[FrontendTests] Try again to make test not write an output file
[clang] / test / Preprocessor /
2019-10-10 Reid KlecknerAdd -fgnuc-version= to control __GNUC__ and other GCC...
2019-10-07 Amy HuangFix for expanding __pragmas in macro arguments
2019-09-27 Fangrui Song[test] Use %clang_cc1 instead of %clang -cc1
2019-09-20 Ulrich Weigand[SystemZ] Support z15 processor name
2019-09-17 Kito Cheng[RISCV] Add option aliases: -mcmodel=medany and -mcmode...
2019-09-17 Kito Cheng[RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel...
2019-09-11 Volodymyr SapsaiFix up a test updated in r371655 - require case-insensi...
2019-09-11 Volodymyr SapsaiFix -Wnonportable-include-path suppression for header...
2019-09-10 Roger Ferrer Ibanez[RISCV] Default to ilp32d/lp64d in RISC-V Linux
2019-09-05 Justin HibbitsAdd -m(no)-spe to clang
2019-08-29 Craig Topper[X86] Remove what little support we had for MPX
2019-08-15 Aaron BallmanAllow standards-based attributes to have leading and...
2019-08-14 Richard SmithAdd __has_builtin support for builtin function-like...
2019-08-12 Pengfei Wang[X86] Support -march=tigerlake
2019-08-09 Reid KlecknerDon't diagnose errors when a file matches an include...
2019-08-01 Ilya Biryukov[Preprocessor] Always discard body of #define if we...
2019-07-30 Sander de Smalen[AArch64] Disable __ARM_FEATURE_SVE without ACLE.
2019-07-25 Erich KeaneImplement P1771
2019-07-25 Anastasia Stulova[OpenCL] Rename lang mode flag for C++ mode
2019-07-23 Rainer Orth[clang, test] Fix Clang :: Headers/max_align.c on 64...
2019-07-22 Aaron BallmanRevert the change to the [[nodiscard]] feature test...
2019-07-20 Aaron BallmanImplement P1301R4, which allows specifying an optional...
2019-07-18 Alex Bradbury[RISCV] Hard float ABI support
2019-07-18 Alex BradburyRevert "[RISCV] Hard float ABI support" r366450
2019-07-18 Alex Bradbury[RISCV] Hard float ABI support
2019-07-16 Nathan LanzaChange a lit test to permit vendor specific clang version
2019-07-16 Nathan LanzaAllow for vendor prefixes in a list test
2019-07-15 Sylvestre LedruUpdate __VERSION__ to remove the hardcoded 4.2.1 version
2019-07-14 Alexandros Lamprineas[TargetParser][ARM] Account dependencies when processin...
2019-07-14 JF BastienSupport __seg_fs and __seg_gs on x86
2019-07-13 Sylvestre LedruThis reverts commit 632a36bfcfc8273c1861f04ff6758d863c4...
2019-07-12 Sylvestre LedruRemove __VERSION__
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-06-21 Reid KlecknerFix has_attribute.cpp test on Windows after r364102
2019-06-21 Richard SmithFix __has_cpp_attribute expansion to produce trailing...
2019-06-18 Aaron PuchertFix tests after r363749
2019-06-17 Rainer OrthClang :: Sema/wchar.c has long been failing on Solaris:
2019-06-10 Hubert Tong[CUDA] Fix grep pattern in cuda-types.cu
2019-06-07 Sjoerd Meijer[ARM] Add ACLE feature macros for MVE
2019-06-07 Simon Tatham[ARM] Fix bugs introduced by the fp64/d32 rework.
2019-06-07 Pengfei Wang[X86] -march=cooperlake (clang)
2019-06-06 Pengfei Wang[X86] Add ENQCMD instructions
2019-05-31 Pengfei Wang[X86] Add VP2INTERSECT instructions
2019-05-31 John McCallFix the predefined exponent limit macros for the 16...
2019-05-29 Eric FiselierMake __has_builtin work with __builtin_LINE and friends.
2019-05-27 Volodymyr Sapsai[Preprocessor] Fix crash emitting note with framework...
2019-05-23 Thomas Lively[WebAssembly] Add multivalue and tail-call target features
2019-05-21 Javed Absar[ARM][CMSE] Add commandline option and feature macro
2019-05-16 Kristina BrooksReland "[Clang][PP] Add the __FILE_NAME__ builtin macro"
2019-05-16 Craig Topper[X86] Stop implicitly enabling avx512vl when avx512bf16...
2019-05-16 Xing XueAdd AIX Version Macros
2019-05-16 Kristina BrooksRevert r360833 until I can work out the issue with...
2019-05-16 Kristina Brooks[Clang][PP] Add the __FILE_NAME__ builtin macro.
2019-05-10 Alexandre GaneaFixed tests where grep was not matching the linefeed
2019-05-10 Paul RobinsonReplace lit feature keyword 'non-ms-sdk' with 'ms-sdk...
2019-05-06 Luo, YuankeEnable intrinsics of AVX512_BF16, which are supported...
2019-05-04 Richard Smith[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
2019-04-30 Dan Gohman[WebAssembly] Use the "wasm32-wasi" triple in tests
2019-04-26 Javed Absar[AArch64] Add support for MTE intrinsics
2019-04-26 Yonghong Song[BPF] do not generate predefined macro bpf
2019-04-11 Richard SmithRemove use of lookahead from _Pragma handling and from...
2019-03-29 Thomas Lively[WebAssembly] Add mutable globals feature
2019-03-26 Anastasia Stulova[OpenCL] Allow variadic macros as Clang feature.
2019-03-22 Evandro Menezes[clang] Add support for Exynos M5 (NFC)
2019-03-21 Richard SmithImprove the diagnostic for #include_next occurring...
2019-03-21 Craig Topper[X86] Correct the value of MaxAtomicInlineWidth for...
2019-03-19 Richard SmithReplace tok::angle_string_literal with new tok::header_...
2019-03-19 Richard SmithFactor out repeated code parsing and concatenating...
2019-03-14 Jason LiuReland the rest of "Add AIX Target Info"
2019-03-14 Reid KlecknerAdd PragmaHandler for MSVC pragma execution_character_set
2019-03-14 Craig Topper[X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16...
2019-03-13 Jason LiuRevert "Add AIX Target Info"
2019-03-13 Jason LiuAdd AIX Target Info
2019-03-13 Craig Topper[X86] Add 'yonah' test to predefined-arch-macros.c...
2019-03-02 Thomas Lively[WebAssembly] Temporarily disable bulk-memory with...
2019-02-28 Thomas Lively[WebAssembly] Remove uses of ThreadModel
2019-02-26 Ganesh Gopalasubra... [X86] AMD znver2 enablement
2019-02-25 Alexey Bader[SYCL] Add clang front-end option to enable SYCL device...
2019-02-20 Nemanja IvanovicMake predefined FLT16 macros conditional on support...
2019-02-18 Oliver Stannard[ARM] Add pre-defined macros for ROPI and RWPI
2019-02-14 Nirav Dave[X86] Add clang support for X86 flag output parameters.
2019-02-14 Nico WeberPrint a note to the called macro when diagnosing err_em...
2019-02-13 Hubert Tong[PowerPC] Stop defining _ARCH_PWR6X on POWER7 and up
2019-02-11 Heejin Ahn[WebAssembly] Make thread-related options consistent
2019-02-06 Heejin Ahn[WebAssembly] Add atomics target option
2019-02-05 Volodymyr Sapsai[Preprocessor] Add a note with framework location for...
2019-01-31 Thomas Lively[WebAssembly] Add bulk memory target feature
2019-01-25 Anton Korobeynikov[MSP430] Ajust f32/f64 alignment according to MSP430...
2019-01-24 Dan Gohman[WebAssembly] Add a __wasi__ target macro
2019-01-24 Dan Gohman[WebAssembly] Support __float128
2019-01-24 Dan Gohman[WebAssembly] Factor commonality between wasm32 and...
2019-01-15 Volodymyr Sapsai[MSVC Compat] Fix typo correction for inclusion directives.
2019-01-11 Evandro Menezes[test] Update support for Exynos M4 (NFC)
2019-01-10 Thomas Lively[WebAssembly] Add unimplemented-simd128 feature, gate...
2019-01-08 Dan AlbertAndroid is not GNU, so don't claim that it is.
2018-12-14 Eric Fiselier[Clang] Add __builtin_launder
2018-12-12 Saleem AbdulrasoolBasic: make `int_least64_t` and `int_fast64_t` match...
2018-12-05 Krzysztof Parzyszek[Hexagon] Add support for Hexagon V66
2018-12-04 Erich KeanePTH-- Remove feature entirely-
2018-11-27 Craig Topper[X86] Add -march=cascadelake support in clang.
next