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
...
*
[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
*
[ObjC] Circular containers: add support of subclasses
Alex Denisov
2015-08-06
1
-114
/
+51
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-3
/
+3
*
Warn when an Objective-C collection literal element is converted to an incomp...
Douglas Gregor
2015-07-07
1
-0
/
+102
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-2
/
+2
*
Parse 'technical term' format specifier.
Ted Kremenek
2015-07-02
1
-1
/
+46
*
Add support for the x86 builtin __builtin_cpu_supports.
Eric Christopher
2015-06-29
1
-0
/
+22
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-7
/
+7
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-7
/
+7
*
Diagnose unsafe uses of nil and __nonnull pointers.
Douglas Gregor
2015-06-19
1
-55
/
+124
*
This patch implements clang support for the ACLE special register intrinsics
Luke Cheeseman
2015-06-15
1
-0
/
+121
*
[Sema] Make the atomic builtins more efficient by reducing volatility
David Majnemer
2015-06-03
1
-0
/
+4
*
[Sema] Don't use dyn_cast to detect an AtomicType
David Majnemer
2015-05-23
1
-1
/
+1
*
[AArch64 ACLE] Allow to define poly64_t as 'unsigned long long' on LLP64 system.
Kevin Qin
2015-05-14
1
-1
/
+4
*
[SystemZ] Add support for z13 low-level vector builtins
Ulrich Weigand
2015-05-05
1
-1
/
+43
*
Extend format specifier checking to include field function pointers in additi...
Aaron Ballman
2015-04-23
1
-3
/
+6
*
Add Clang support for remaining integer divide and permute instructions from ...
Nemanja Ivanovic
2015-04-09
1
-0
/
+22
[prev]
[next]