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
*
AArch64: allow 64-bit access to sysregs.
Tim Northover
2016-04-13
1
-1
/
+1
*
Fix -Wdynamic-class-memaccess to skip invalid classes.
Richard Trieu
2016-03-31
1
-1
/
+1
*
Fix deduction of __atomic_load's parameter types.
Eric Fiselier
2016-03-30
1
-10
/
+13
*
[OpenCL] Fix pipe builtin bugs
Xiuli Pan
2016-03-30
1
-6
/
+8
*
[Sema] Handle UTF-8 invalid format string specifiers
Bruno Cardoso Lopes
2016-03-29
1
-6
/
+37
*
Move the fixit for -Wformat-security to a note.
Bob Wilson
2016-03-15
1
-5
/
+6
*
Add fix-it for format-security warnings.
Bob Wilson
2016-03-11
1
-9
/
+21
*
[OpenCL] Refine pipe builtin support
Xiuli Pan
2016-03-04
1
-44
/
+52
*
Reduce false positives in printf/scanf format checker
Andy Gibbs
2016-02-26
1
-34
/
+145
*
[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli Pan
2016-02-26
1
-6
/
+4
*
Make Sema::CheckFormatString a static function inside SemaChecking.cpp
Andy Gibbs
2016-02-22
1
-31
/
+46
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-9
/
+42
*
Sema: prevent assertion on stack return checking
Saleem Abdulrasool
2016-02-15
1
-2
/
+4
*
Sema: constify EvalAddr, EvalVal
Saleem Abdulrasool
2016-02-15
1
-139
/
+146
*
Make -Wnull-conversion more useful.
Richard Trieu
2016-02-13
1
-7
/
+14
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-92
/
+62
*
[Sema] Issue a warning for integer overflow in nested struct initializer
Akira Hatanaka
2016-02-10
1
-6
/
+14
*
Exempt char array initializers from -Wconstant-converion.
Richard Trieu
2016-02-05
1
-24
/
+39
*
Improve -Wconstant-conversion
Richard Trieu
2016-01-29
1
-1
/
+37
*
Recommit: R258773 [OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-0
/
+220
*
Fix -Wnull-conversion for long macros.
Richard Trieu
2016-01-26
1
-2
/
+2
*
Revert "[OpenCL] Pipe builtin functions"
David Majnemer
2016-01-26
1
-220
/
+0
*
[OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-0
/
+220
*
[Sema] Improve constness
Daniel Marjamaki
2016-01-25
1
-9
/
+9
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-1
/
+2
*
[Sema] Issue a warning for integer overflow in struct initializer
Akira Hatanaka
2016-01-11
1
-0
/
+4
*
Only take NULL macros instead of all macros into account for -Wnull-conversion.
Richard Trieu
2016-01-09
1
-2
/
+6
*
Exclude function calls for functions which have return type nullptr_t from
Richard Trieu
2016-01-08
1
-0
/
+4
*
When performing an implicit from float to bool, the floating point value must...
Aaron Ballman
2015-12-30
1
-1
/
+1
*
Clean up this code, NFC.
Richard Smith
2015-12-30
1
-8
/
+12
*
[Sema] Make an enum local to the only method that uses it. NFC
Craig Topper
2015-12-23
1
-7
/
+5
*
[OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointer
Anastasia Stulova
2015-12-22
1
-2
/
+11
*
[Sema] Add warning when comparing nonnull and null
George Burgess IV
2015-12-08
1
-28
/
+45
*
PR17381: Treat undefined behavior during expression evaluation as an unmodeled
Richard Smith
2015-12-03
1
-1
/
+1
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-1
/
+9
*
[coroutines] Factor out co_await representation into common base class for co...
Richard Smith
2015-11-22
1
-11
/
+9
*
[Sema] Combine similar diagnostics using %select. NFC
Craig Topper
2015-11-17
1
-5
/
+3
*
[Sema] Don't crash trying to diagnose abs called on a pointer type
David Majnemer
2015-11-15
1
-0
/
+13
*
Make SemaBuiltinCpuSupports a static function. NFC.
Craig Topper
2015-11-07
1
-21
/
+21
*
Fix indentation. NFC
Craig Topper
2015-11-07
1
-3
/
+3
*
Add support for __builtin_{add,sub,mul}_overflow.
John McCall
2015-10-29
1
-0
/
+39
*
[Sema] Implement -Wdouble-promotion for clang.
George Burgess IV
2015-10-29
1
-0
/
+8
*
Skip NonNull sema checks in unevaluated contexts.
Eric Fiselier
2015-10-09
1
-1
/
+2
*
Diagnose const atomics in __atomic builtins.
Eric Fiselier
2015-10-04
1
-3
/
+10
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-09-22
1
-1
/
+1
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-3
/
+48
*
Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin
2015-09-08
1
-0
/
+75
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+13
*
Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."
Artem Belevich
2015-08-20
1
-1
/
+1
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-08-19
1
-1
/
+1
[next]