summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change Builtins name to be stored as StringRef instead of raw pointer...Mehdi Amini2016-10-111-3/+3
* Change Builtins name to be stored as StringRef instead of raw pointers (NFC)Mehdi Amini2016-10-101-3/+3
* [Sema] Packed member warning: Use the typedef name for anonymous structuresAlex Lorenz2016-10-051-1/+6
* [AVX-512] Check rounding mode for builtins that take one. Rounding mode shoul...Craig Topper2016-10-011-0/+93
* Move UTF functions into namespace llvm.Justin Lebar2016-09-301-17/+17
* [AVX-512] Add initial support for checking rounding mode arguments of builtins.Craig Topper2016-09-231-0/+100
* [X86] Split up the single switch statement in Sema::CheckX86BuiltinFunctionCa...Craig Topper2016-09-231-15/+27
* Fix Wbitfield-constant-conversion false positivesDaniel Marjamaki2016-09-221-4/+3
* [Sema] Fix PR30481: crash on checking printf args.George Burgess IV2016-09-221-2/+2
* Fix unused result from sign extending an Offset.Stephen Hines2016-09-161-1/+1
* Do not warn about format strings that are indexed string literals.Stephen Hines2016-09-161-18/+166
* Reapply: Silence false positive diagnostics regarding passing an object of en...Aaron Ballman2016-09-151-2/+11
* Reverting r281609; it caused some build bots to break.Aaron Ballman2016-09-151-11/+2
* Silence false positive diagnostics regarding passing an object of enumeration...Aaron Ballman2016-09-151-2/+11
* Revert "Do not warn about format strings that are indexed string literals."Stephen Hines2016-09-141-166/+18
* Do not warn about format strings that are indexed string literals.Stephen Hines2016-09-141-18/+166
* [OpenCL] Fix pipe built-in functions return type.Alexey Bader2016-09-071-0/+2
* This patch implements PR#22821.Roger Ferrer Ibanez2016-08-121-0/+67
* [Sema] Add more strict check for sizeof diagnostics for bzeroBruno Cardoso Lopes2016-08-111-0/+7
* Reapply [Sema] Add sizeof diagnostics for bzeroBruno Cardoso Lopes2016-08-101-3/+5
* Fix two false positives in -Wreturn-stack-addressRichard Trieu2016-08-051-0/+13
* Fix false positive in -Wunsequenced and templates.Richard Trieu2016-08-051-1/+2
* Revert "[Sema] Add sizeof diagnostics for bzero"Bruno Cardoso Lopes2016-08-051-5/+3
* Allow -1 to assign max value to unsigned bitfields.Richard Trieu2016-08-051-0/+6
* [Sema] Add sizeof diagnostics for bzeroBruno Cardoso Lopes2016-08-041-3/+5
* [X86] Block pbroadcastq instructions on 32-bit targets instead of pbroadcastb.Craig Topper2016-07-241-3/+3
* [Sema,X86] Add explicit check to ensure that builtins that require x86-64 tar...Craig Topper2016-07-211-0/+50
* [Sema] Fix PR28623.George Burgess IV2016-07-211-1/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+2
* Reverting 275417Roger Ferrer Ibanez2016-07-141-67/+0
* Diagnose taking address and reference binding of packed membersRoger Ferrer Ibanez2016-07-141-0/+67
* [AVX512] Remove masked shufps/shudpd builtins. These are all handled with __b...Craig Topper2016-07-101-6/+0
* [X86] Remove dead builtins that don't exist in the backend intrinsic file and...Craig Topper2016-07-081-1/+0
* Ensuring the bit-fields have the same type; MSVC will place the fields in dif...Aaron Ballman2016-07-061-1/+1
* [OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1...Anastasia Stulova2016-07-051-11/+253
* [AVX512] Remove VPERMD/VPERMQ/VPERMILPS/VPERMILPD builtins. These were made u...Craig Topper2016-07-041-6/+0
* [OpenCL] Make OpenCL Builtins added according to the right version.Anastasia Stulova2016-07-041-8/+2
* [X86] Replace 128-bit and 256 masked vpermilps/vpermilpd builtins with native...Craig Topper2016-07-021-4/+0
* [AVX512][BUILTIN][vpermilps][intrinsics] Fixing two incorrect IMM check.Michael Zuckerman2016-06-301-3/+3
* Use even more ArrayRefsDavid Majnemer2016-06-241-4/+4
* Use more ArrayRefsDavid Majnemer2016-06-241-5/+2
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-5/+4
* Apply some suggestions from clang-tidy's performance-unnecessary-value-param.Benjamin Kramer2016-06-151-19/+14
* Add a "declared 'nonnull' here" note to warnings where an expression is check...Nick Lewycky2016-06-151-7/+9
* [AVX512] Implement masked and 512-bit pshufd intrinsics directly with __built...Craig Topper2016-06-111-3/+0
* [AVX512] Implement 512-bit and masked shufflelo and shufflehi intrinsics dire...Craig Topper2016-06-111-6/+0
* [OpenCL] Add to_{global|local|private} builtin functions.Yaxun Liu2016-05-201-0/+52
* [Sema,CodeGen] Remove comment from SemaChecking about a builtin_shufflevector...Craig Topper2016-05-181-2/+1
* [X86] Add immediate range checks for many of the builtins.Craig Topper2016-05-181-33/+241
* Revert "[X86] Add immediate range checks for many of the builtins."Filipe Cabecinhas2016-05-171-234/+32
OpenPOWER on IntegriCloud