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
*
Add builtins for aligning and checking alignment of pointers and integers
Alex Richardson
2020-01-09
1
-0
/
+87
*
Improve support of GNU mempcpy
serge-sans-paille
2020-01-09
1
-2
/
+5
*
[OpenCL] Fix inconsistency between opencl and c11 atomic fetch max/min
Yaxun (Sam) Liu
2019-12-27
1
-2
/
+2
*
[Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...
Bruno Ricci
2019-12-22
1
-25
/
+83
*
[Sema] SequenceChecker: Fix handling of operator ||, && and ?:
Bruno Ricci
2019-12-22
1
-31
/
+96
*
[Sema] SequenceChecker: Add some comments + related small NFCs
Bruno Ricci
2019-12-22
1
-73
/
+122
*
Reland [NFC-I] Remove hack for fp-classification builtins
Erich Keane
2019-12-17
1
-34
/
+24
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
1
-29
/
+2
*
Revert "[NFC-I] Remove hack for fp-classification builtins"
Erich Keane
2019-12-16
1
-18
/
+34
*
[NFC-I] Remove hack for fp-classification builtins
Erich Keane
2019-12-16
1
-34
/
+18
*
Only Remove implicit conversion for the target that support fp16
Jim Lin
2019-12-10
1
-1
/
+2
*
Remove implicit conversion that promotes half to other larger precision types...
Jim Lin
2019-12-10
1
-1
/
+15
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Elizabeth Andrews
2019-12-03
1
-0
/
+2
*
[CIndex] Fix annotate-deep-statements test when using a Debug build
Alexandre Ganea
2019-11-29
1
-1
/
+2
*
[mips] Check that features required by built-ins are enabled
Simon Atanasyan
2019-11-29
1
-2
/
+31
*
Atomics: support min/max orthogonally
Tim Northover
2019-11-21
1
-17
/
+8
*
[Sema] Add a 'Semantic' parameter to Expr::isKnownToHaveBooleanValue
Erik Pilkington
2019-11-20
1
-1
/
+1
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-1
/
+1
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+1
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-1
/
+1
*
AArch64: add arm64_32 support to Clang.
Tim Northover
2019-11-12
1
-1
/
+4
*
Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...
Melanie Blower
2019-11-08
1
-2
/
+0
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Melanie Blower
2019-11-08
1
-0
/
+2
*
[clang,ARM] Initial ACLE intrinsics for MVE.
Simon Tatham
2019-10-24
1
-0
/
+105
*
Reland r374450 with Richard Smith's comments and test fixed.
Erich Keane
2019-10-11
1
-0
/
+6
*
Revert 374450 "Fix __builtin_assume_aligned with too large values."
Nico Weber
2019-10-10
1
-10
/
+0
*
Fix __builtin_assume_aligned with too large values.
Erich Keane
2019-10-10
1
-0
/
+10
*
[BPF] do compile-once run-everywhere relocation for bitfields
Yonghong Song
2019-10-08
1
-0
/
+39
*
[Diagnostics] Emit better -Wbool-operation's warning message if we known that...
David Bolvansky
2019-10-07
1
-0
/
+7
*
Sema - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-07
1
-7
/
+7
*
[clang] fix a typo from r372531
Yuanfang Chen
2019-10-04
1
-1
/
+1
*
[Sema] Split out -Wformat-type-confusion from -Wformat-pedantic
Erik Pilkington
2019-10-04
1
-15
/
+33
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-02
1
-5
/
+5
*
[Diagnostics] Warn if enumeration type mismatch in conditional expression
David Bolvansky
2019-09-30
1
-0
/
+28
*
[NFC] Strenghten preconditions for warning
David Bolvansky
2019-09-24
1
-1
/
+2
*
[Diagnostics] Handle tautological left shifts in boolean context
David Bolvansky
2019-09-24
1
-5
/
+14
*
[Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...
David Bolvansky
2019-09-24
1
-26
/
+21
*
[Sema] Fix the atomic expr rebuilding order.
Michael Liao
2019-09-23
1
-25
/
+65
*
[Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...
David Bolvansky
2019-09-23
1
-1
/
+10
*
[Diagnostics] Warn if ?: with integer constants always evaluates to true
David Bolvansky
2019-09-22
1
-0
/
+41
*
[CLANG][BPF] permit any argument type for __builtin_preserve_access_index()
Yonghong Song
2019-09-22
1
-11
/
+1
*
Ensure AtomicExpr goes through SEMA checking after TreeTransform
Erich Keane
2019-09-20
1
-47
/
+54
*
[CLANG][BPF] change __builtin_preserve_access_index() signature
Yonghong Song
2019-09-19
1
-1
/
+11
*
[Sema] Suppress -Wformat diagnostics for bool types when printed using %hhd
Erik Pilkington
2019-09-18
1
-0
/
+16
*
[Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...
Erik Pilkington
2019-09-17
1
-28
/
+59
*
[X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used togethe...
Craig Topper
2019-09-09
1
-1
/
+3
*
[Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...
David Bolvansky
2019-09-06
1
-1
/
+1
*
[PowerPC][Altivec][Clang] Check compile-time constant for vec_dst*
Jinsong Ji
2019-09-04
1
-0
/
+5
*
[PowerPC][Altivec] Fix constant argument for vec_dss
Jinsong Ji
2019-09-04
1
-0
/
+2
[next]