index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaChecking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OpenCL] Fix diagnosing enqueue_kernel call with too few args
Sven van Haastregt
2019-08-29
1
-1
/
+3
*
[Sema] Don't warn on printf('%hd', [char]) (PR41467)
Nathan Huckleberry
2019-08-23
1
-2
/
+6
*
[Sema][ObjC] Fix a -Wformat false positive with localizedStringForKey
Erik Pilkington
2019-08-14
1
-15
/
+42
*
Revert "Fix crash on switch conditions of non-integer types in templates"
Dmitri Gribenko
2019-08-13
1
-2
/
+0
*
Fix crash on switch conditions of non-integer types in templates
Elizabeth Andrews
2019-08-13
1
-0
/
+2
*
[Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...
Ziang Wan
2019-08-01
1
-10
/
+66
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-31
1
-0
/
+1
*
[Sema] add -Walloca to flag uses of `alloca`
George Burgess IV
2019-07-25
1
-0
/
+4
*
Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...
Petr Hosek
2019-07-25
1
-49
/
+0
*
[Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...
Ziang Wan
2019-07-25
1
-0
/
+49
*
Revert [AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
1
-1
/
+0
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
1
-0
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-0
/
+2
*
[ObjC] Add a warning for implicit conversions of a constant non-boolean value...
Erik Pilkington
2019-07-09
1
-0
/
+28
*
[BPF] Preserve debuginfo array/union/struct type/access index
Yonghong Song
2019-07-09
1
-0
/
+14
*
Revert "[BPF] Preserve debuginfo array/union/struct type/access index"
Yonghong Song
2019-07-09
1
-14
/
+0
*
[BPF] Preserve debuginfo array/union/struct type/access index
Yonghong Song
2019-07-09
1
-0
/
+14
*
[ObjC] Add a -Wtautological-compare warning for BOOL
Erik Pilkington
2019-07-08
1
-6
/
+30
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-9
/
+4
*
[clang] perform semantic checking in constant context
Gauthier Harnisch
2019-06-15
1
-68
/
+110
*
[X86] Add checks that immediate for reducesd/ss fits in 8-bits.
Craig Topper
2019-06-14
1
-0
/
+2
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-9
/
+4
*
[mips] Check argument for __builtin_msa_ctcmsa / __builtin_msa_cfcmsa
Simon Atanasyan
2019-05-29
1
-0
/
+2
*
[X86] Fix the Sema checks for getmant builtins to only allow 4 and 8 for roun...
Craig Topper
2019-05-28
1
-7
/
+4
*
Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,
Richard Smith
2019-05-08
1
-1
/
+1
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-06
1
-4
/
+5
*
Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...
Simon Pilgrim
2019-05-05
1
-5
/
+4
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-04
1
-4
/
+5
*
Reinstate r359059, reverted in r359361, with a fix to properly prevent
Richard Smith
2019-04-27
1
-1
/
+5
*
Revert Fix interactions between __builtin_constant_p and constexpr to match c...
Jorge Gorbe Moya
2019-04-27
1
-5
/
+1
*
[AArch64] Add support for MTE intrinsics
Javed Absar
2019-04-26
1
-0
/
+164
*
Fix interactions between __builtin_constant_p and constexpr to match
Richard Smith
2019-04-24
1
-1
/
+5
*
[X86] Add some fp to integer conversion intrinsics to Sema::CheckX86BuiltinRo...
Craig Topper
2019-04-08
1
-0
/
+4
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-2
/
+1
*
[Sema] Avoid sending a dependent expression to the constant evaluator.
Erik Pilkington
2019-03-29
1
-0
/
+3
*
[Sema] Fix a crash when nonnull checking
Michael Liao
2019-03-29
1
-0
/
+3
*
Emit -Wfortify-source using DiagRuntimeBehaviour
Erik Pilkington
2019-03-26
1
-3
/
+4
*
[Sema] Don't check for array bounds when the types in the base expression are...
Bruno Ricci
2019-03-25
1
-0
/
+2
*
[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
Erik Pilkington
2019-03-18
1
-77
/
+138
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-3
/
+42
*
[Sema] Diagnose floating point conversions based on target semantics
Erik Pilkington
2019-02-16
1
-11
/
+14
*
[Sema] Fix-up a -Wfloat-conversion diagnostic
Erik Pilkington
2019-02-14
1
-10
/
+10
*
[Builtins] Treat `bcmp` as a builtin.
Clement Courbet
2019-02-14
1
-8
/
+8
*
Add a new builtin: __builtin_dynamic_object_size
Erik Pilkington
2019-01-30
1
-0
/
+1
*
OpenCL: Use length modifier for warning on vector printf arguments
Matt Arsenault
2019-01-29
1
-2
/
+4
*
Tentative fix for r351701 and gcc 6.2 build on ubuntu
Serge Guelton
2019-01-20
1
-4
/
+4
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Fixed Point Arithmetic] Fixed Point Addition Constant Expression Evaluation
Leonard Chan
2019-01-18
1
-0
/
+22
[prev]
[next]