summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* [Builtins] Add __builtin_clrsb support to IntExprEvaluator::VisitBuiltinCallExprCraig Topper2018-08-081-0/+13
* Revert r339287 "[Builtins] Add __builtin_clrsb support to IntExprEvaluator::V...Craig Topper2018-08-081-15/+2
* [Builtins] Add __builtin_clrsb support to IntExprEvaluator::VisitBuiltinCallExprCraig Topper2018-08-081-2/+15
* [Sema] Fix for crash on conditional operation with address_space pointerLeonard Chan2018-08-072-3/+3
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-0314-36/+32
* __c11_atomic_load's _Atomic can be constJF Bastien2018-08-021-2/+2
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-0/+2
* Refactor checking of switch conditions and case values.Richard Smith2018-07-262-1/+5
* [RISCV] Add support for interrupt attributeAna Pazos2018-07-262-0/+78
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+70
* [Sema] Don't emit -Wmemset-transposed-args for memset(p,0,0)Erik Pilkington2018-07-231-1/+2
* [NEON] Define half-precision vmaxnm intrinsics only when availableIvan A. Kosarev2018-07-231-1/+19
* [NEON] Define half-precision vrnd intrinsics only when availableIvan A. Kosarev2018-07-231-0/+56
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+96
* [Sema] Add a new warning, -Wmemset-transposed-argsErik Pilkington2018-07-191-0/+60
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-0/+4
* [Hexagon] Diagnose intrinsics not supported by selected CPU/HVXKrzysztof Parzyszek2018-07-128-0/+161
* PR38095: Allow constant-folding of loads through bitcasted pointers ifRichard Smith2018-07-111-0/+10
* Fix determination of whether a reinterpret_cast casts away constness.Richard Smith2018-07-101-3/+7
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-0/+16
* [Sema] Consider all format_arg attributes.Michael Kruse2018-07-041-0/+17
* [Sema] Fix infinite typo correction loop.Volodymyr Sapsai2018-06-261-0/+13
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-2518-37/+39
* [x86] Fix a tiny bug in my test case in r335309 by marking that we don'tChandler Carruth2018-06-211-1/+2
* [x86] Teach the builtin argument range check to allow invalid ranges inChandler Carruth2018-06-2110-179/+202
* [Sema] Allow creating types with multiple of the same addrspace.Alexey Bader2018-06-201-0/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-1918-39/+37
* Implement semantic checking for __builtin_signbit.Aaron Ballman2018-06-191-0/+23
* Reverting due to line ending changes; will reapply after addressing that.Aaron Ballman2018-06-191-223/+200
* Implement semantic checking for __builtin_signbit.Aaron Ballman2018-06-191-200/+223
* [PowerPC] The __float128 type should only be available on Power9Stefan Pintilie2018-06-131-1/+1
* [X86] Remove masking from avx512vbmi2 concat and shift by immediate builtins....Craig Topper2018-06-131-36/+36
* [AArch64] Corrected FP16 Intrinsic range checks in Clang + added Sema testsLuke Geeson2018-06-121-0/+64
* [MS] Re-add support for the ARM interlocked bittest intrinscsReid Kleckner2018-06-071-0/+84
* Detect an incompatible VLA pointer assignmentJeremy Morse2018-06-051-0/+13
* [X86] Remove __extension__ from macro intrinsics when its not needed.Craig Topper2018-05-311-3/+1
* [AST] Fix loss of enum forward decl from decl contextJoel E. Denny2018-05-301-2/+3
* Make the mangled name collision diagnostic a bit more useful by listing the m...Richard Smith2018-05-301-1/+1
* Follow-up fix for nonnull atomic non-member functionsJF Bastien2018-05-251-1/+66
* [Sema] Add tests for weak functionsJonas Hahnfeld2018-05-251-0/+3
* Make atomic non-member functions as nonnullJF Bastien2018-05-251-4/+76
* Rework __builtin_classify_type support to better match GCC and to not assert onRichard Smith2018-05-231-1/+18
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-182-2/+2
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-171-0/+15
* [AST] Fix printing tag decl groups in decl contextsJoel E. Denny2018-05-151-2/+1
* Added atomic_fetch_min, max, umin, umax intrinsics to clang.Elena Demikhovsky2018-05-131-0/+17
* [Clang] Implement function attribute no_stack_protector.Manoj Gupta2018-05-091-0/+5
* Disallow pointers to const in __sync_fetch_and_xxx.Aaron Ballman2018-05-051-0/+5
* [Targets] Implement getConstraintRegister for ARM and AArch64Mikhail Maltsev2018-04-302-0/+13
* [X86] Make __builtin_ia32_readeflags_u32 and __builtin_ia32_writeeflags_u32 o...Craig Topper2018-04-261-0/+5
OpenPOWER on IntegriCloud