]> granicus.if.org Git - clang/history - lib/Sema/SemaChecking.cpp
[mips][msa] Range check MSA intrinsics with immediates
[clang] / lib / Sema / SemaChecking.cpp
2016-10-19 Simon Dardis[mips][msa] Range check MSA intrinsics with immediates
2016-10-12 Albert GutowskiMove x86-64 builtins from SemaChecking.cpp to BuiltinsX...
2016-10-11 Mehdi AminiRevert "Change Builtins name to be stored as StringRef...
2016-10-10 Mehdi AminiChange Builtins name to be stored as StringRef instead...
2016-10-05 Alex Lorenz[Sema] Packed member warning: Use the typedef name...
2016-10-01 Craig Topper[AVX-512] Check rounding mode for builtins that take...
2016-09-30 Justin LebarMove UTF functions into namespace llvm.
2016-09-23 Craig Topper[AVX-512] Add initial support for checking rounding...
2016-09-23 Craig Topper[X86] Split up the single switch statement in Sema...
2016-09-22 Daniel MarjamakiFix Wbitfield-constant-conversion false positives
2016-09-22 George Burgess IV[Sema] Fix PR30481: crash on checking printf args.
2016-09-16 Stephen HinesFix unused result from sign extending an Offset.
2016-09-16 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-15 Aaron BallmanReapply: Silence false positive diagnostics regarding...
2016-09-15 Aaron BallmanReverting r281609; it caused some build bots to break.
2016-09-15 Aaron BallmanSilence false positive diagnostics regarding passing...
2016-09-14 Stephen HinesRevert "Do not warn about format strings that are index...
2016-09-14 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-07 Alexey Bader[OpenCL] Fix pipe built-in functions return type.
2016-08-12 Roger Ferrer IbanezThis patch implements PR#22821.
2016-08-11 Bruno Cardoso Lopes[Sema] Add more strict check for sizeof diagnostics...
2016-08-10 Bruno Cardoso LopesReapply [Sema] Add sizeof diagnostics for bzero
2016-08-05 Richard TrieuFix two false positives in -Wreturn-stack-address
2016-08-05 Richard TrieuFix false positive in -Wunsequenced and templates.
2016-08-05 Bruno Cardoso LopesRevert "[Sema] Add sizeof diagnostics for bzero"
2016-08-05 Richard TrieuAllow -1 to assign max value to unsigned bitfields.
2016-08-04 Bruno Cardoso Lopes[Sema] Add sizeof diagnostics for bzero
2016-07-24 Craig Topper[X86] Block pbroadcastq instructions on 32-bit targets...
2016-07-21 Craig Topper[Sema,X86] Add explicit check to ensure that builtins...
2016-07-21 George Burgess IV[Sema] Fix PR28623.
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-14 Roger Ferrer IbanezReverting 275417
2016-07-14 Roger Ferrer IbanezDiagnose taking address and reference binding of packed...
2016-07-10 Craig Topper[AVX512] Remove masked shufps/shudpd builtins. These...
2016-07-08 Craig Topper[X86] Remove dead builtins that don't exist in the...
2016-07-06 Aaron BallmanEnsuring the bit-fields have the same type; MSVC will...
2016-07-05 Anastasia Stulova[OpenCL] An implementation of device side enqueue ...
2016-07-04 Craig Topper[AVX512] Remove VPERMD/VPERMQ/VPERMILPS/VPERMILPD built...
2016-07-04 Anastasia Stulova[OpenCL] Make OpenCL Builtins added according to the...
2016-07-02 Craig Topper[X86] Replace 128-bit and 256 masked vpermilps/vpermilp...
2016-06-30 Michael Zuckerman[AVX512][BUILTIN][vpermilps][intrinsics] Fixing two...
2016-06-24 David MajnemerUse even more ArrayRefs
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-23 David MajnemerUse ranges to concisely express iteration
2016-06-15 Benjamin KramerApply some suggestions from clang-tidy's performance...
2016-06-15 Nick LewyckyAdd a "declared 'nonnull' here" note to warnings where...
2016-06-11 Craig Topper[AVX512] Implement masked and 512-bit pshufd intrinsics...
2016-06-11 Craig Topper[AVX512] Implement 512-bit and masked shufflelo and...
2016-05-20 Yaxun Liu[OpenCL] Add to_{global|local|private} builtin functions.
2016-05-18 Craig Topper[Sema,CodeGen] Remove comment from SemaChecking about...
2016-05-18 Craig Topper[X86] Add immediate range checks for many of the builtins.
2016-05-17 Filipe CabecinhasRevert "[X86] Add immediate range checks for many of...
2016-05-15 Craig Topper[X86] Add immediate range checks for many of the builtins.
2016-04-24 Aaron BallmanImprove diagnostic checking for va_start to also warn...
2016-04-22 Richard TrieuRevert the bool portion of r267054
2016-04-21 Richard TrieuSplit interesting warnings off from -Wfloat-conversion
2016-04-18 Aaron BallmanClarifying the wording of this diagnostic; it confused...
2016-04-18 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-17 JF BastienRevert "NFC: unify clang / LLVM atomic ordering"
2016-04-17 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-13 Tim NorthoverAArch64: allow 64-bit access to sysregs.
2016-03-31 Richard TrieuFix -Wdynamic-class-memaccess to skip invalid classes.
2016-03-30 Eric FiselierFix deduction of __atomic_load's parameter types.
2016-03-30 Xiuli Pan[OpenCL] Fix pipe builtin bugs
2016-03-29 Bruno Cardoso Lopes[Sema] Handle UTF-8 invalid format string specifiers
2016-03-15 Bob WilsonMove the fixit for -Wformat-security to a note.
2016-03-11 Bob WilsonAdd fix-it for format-security warnings.
2016-03-04 Xiuli Pan[OpenCL] Refine pipe builtin support
2016-02-26 Andy GibbsReduce false positives in printf/scanf format checker
2016-02-26 Xiuli Pan[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
2016-02-22 Andy GibbsMake Sema::CheckFormatString a static function inside...
2016-02-18 Richard TrieuRemove use of builtin comma operator.
2016-02-15 Saleem AbdulrasoolSema: prevent assertion on stack return checking
2016-02-15 Saleem AbdulrasoolSema: constify EvalAddr, EvalVal
2016-02-13 Richard TrieuMake -Wnull-conversion more useful.
2016-02-12 Eugene ZelenkoFix remaining Clang-tidy readability-redundant-control...
2016-02-10 Akira Hatanaka[Sema] Issue a warning for integer overflow in nested...
2016-02-05 Richard TrieuExempt char array initializers from -Wconstant-converion.
2016-01-29 Richard TrieuImprove -Wconstant-conversion
2016-01-26 Xiuli PanRecommit: R258773 [OpenCL] Pipe builtin functions
2016-01-26 Richard TrieuFix -Wnull-conversion for long macros.
2016-01-26 David MajnemerRevert "[OpenCL] Pipe builtin functions"
2016-01-26 Xiuli Pan[OpenCL] Pipe builtin functions
2016-01-25 Daniel Marjamaki[Sema] Improve constness
2016-01-13 George Burgess IV[Bugfix] Fix ICE on constexpr vector splat.
2016-01-11 Akira Hatanaka[Sema] Issue a warning for integer overflow in struct...
2016-01-09 Richard TrieuOnly take NULL macros instead of all macros into accoun...
2016-01-08 Richard TrieuExclude function calls for functions which have return...
2015-12-30 Aaron BallmanWhen performing an implicit from float to bool, the...
2015-12-30 Richard SmithClean up this code, NFC.
2015-12-23 Craig Topper[Sema] Make an enum local to the only method that uses...
2015-12-22 Anastasia Stulova[OpenCL] Fix atomic Builtins check for address spaces...
2015-12-08 George Burgess IV[Sema] Add warning when comparing nonnull and null
2015-12-03 Richard SmithPR17381: Treat undefined behavior during expression...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-11-22 Richard Smith[coroutines] Factor out co_await representation into...
2015-11-17 Craig Topper[Sema] Combine similar diagnostics using %select. NFC
2015-11-15 David Majnemer[Sema] Don't crash trying to diagnose abs called on...
2015-11-07 Craig TopperMake SemaBuiltinCpuSupports a static function. NFC.
2015-11-07 Craig TopperFix indentation. NFC
next