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
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Capture references to global variables.
Alexey Bataev
2017-10-06
1
-1
/
+2
*
[OpenCL] Fix checking of vector type casting
Yaxun Liu
2017-10-03
1
-3
/
+3
*
[Sema] Null check in BuildDeclarationNameExpr
Yi Kong
2017-09-25
1
-0
/
+2
*
Don't warn about runtime behavior problems in variable initializers that we
Richard Smith
2017-09-23
1
-3
/
+17
*
Promote storage-only __fp16 vector operands to float vectors.
Akira Hatanaka
2017-09-23
1
-2
/
+119
*
Implement C++ [basic.link]p8.
Richard Smith
2017-09-20
1
-0
/
+2
*
Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc
Andrew Kaylor
2017-09-19
1
-0
/
+46
*
[Sema] Disallow assigning record lvalues with nested const-qualified fields.
Bjorn Pettersson
2017-09-19
1
-10
/
+74
*
Fix the second half of PR34266: Don't implicitly capture '*this' if the memb...
Faisal Vali
2017-09-17
1
-0
/
+86
*
[Sema] Correct typos in LHS, RHS before building a binop expression.
Volodymyr Sapsai
2017-09-15
1
-15
/
+30
*
Catch more cases with -Wenum-compare
Richard Trieu
2017-09-09
1
-2
/
+4
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-2
/
+6
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-6
/
+2
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-2
/
+6
*
[OpenCL] Handle taking an address of block captures.
Anastasia Stulova
2017-09-07
1
-12
/
+11
*
Fix typos, remove unused private members of CommonOptionsParser, NFC
Johannes Altmanninger
2017-08-23
1
-1
/
+1
*
[OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static method
Alexey Bataev
2017-08-22
1
-0
/
+1
*
Fix typos in comments; NFC
George Burgess IV
2017-08-16
1
-1
/
+1
*
Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no...
Tim Northover
2017-08-09
1
-8
/
+17
*
Sema: disable implicit conversion from _Complex to real types in C++.
Tim Northover
2017-08-08
1
-0
/
+6
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+2
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-2
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+2
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-2
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+2
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-04
1
-2
/
+0
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-04
1
-0
/
+2
*
[Sema] Add a comment on an identified bug on default arguments.
Tim Shen
2017-08-03
1
-0
/
+16
*
[Sema] Fix lax conversion between non ext vectors
Bruno Cardoso Lopes
2017-08-01
1
-1
/
+1
*
[Sema] NFC: Move all availability checking code to SemaDeclAttr.cpp
Erik Pilkington
2017-07-18
1
-78
/
+1
*
[Sema] Mark a virtual CXXMethodDecl as used if a call to it can be
Akira Hatanaka
2017-07-13
1
-11
/
+11
*
[ObjC] Avoid the -Wunguarded-availability warnings for protocol
Alex Lorenz
2017-07-07
1
-3
/
+8
*
[Sema] Don't allow -Wunguarded-availability to be silenced with redecls
Erik Pilkington
2017-07-05
1
-66
/
+31
*
Prevent devirtualization of calls to un-instantiated functions.
Sunil Srivastava
2017-06-20
1
-0
/
+1
*
[coroutines] Remove pass-through operator co_await; Replace it with the input...
Eric Fiselier
2017-06-15
1
-1
/
+7
*
Catch invalid bitwise operation on vector of floats
Serge Pavlov
2017-06-08
1
-10
/
+7
*
Simplify.
Richard Smith
2017-06-08
1
-8
/
+4
*
[Sema] Silence unused variable warning.
Benjamin Kramer
2017-06-07
1
-1
/
+1
*
Improve error recovery for missing 'template' keyword in contexts where the
Richard Smith
2017-06-07
1
-0
/
+26
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
[OpenCL] An error shall occur if any scalar operand has greater rank than the...
Egor Churaev
2017-05-30
1
-8
/
+20
*
Revert "[OpenCL] An error shall occur if any scalar operand has greater rank ...
Renato Golin
2017-05-26
1
-20
/
+8
*
[OpenCL] An error shall occur if any scalar operand has greater rank than the...
Egor Churaev
2017-05-26
1
-8
/
+20
*
Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...
Tim Northover
2017-05-24
1
-17
/
+8
*
Address follow-up feedback for r303712
Argyrios Kyrtzidis
2017-05-24
1
-4
/
+3
*
Warn about uses of `@available` that can't suppress the
Alex Lorenz
2017-05-24
1
-0
/
+7
*
Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...
Argyrios Kyrtzidis
2017-05-24
1
-1
/
+12
*
Sema: allow imaginary constants via GNU extension if UDL overloads not present.
Tim Northover
2017-05-23
1
-8
/
+17
*
[Sema] Use CK_NoOp instead CK_Invalid in tryGCCVectorConvertAndSplat
Vitaly Buka
2017-05-15
1
-2
/
+2
*
[Sema] Support implicit scalar to vector conversions
Simon Dardis
2017-05-12
1
-11
/
+228
[prev]
[next]