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
...
*
Fix false positive in -Wunsequenced and templates.
Richard Trieu
2016-08-05
1
-1
/
+2
*
Revert "[Sema] Add sizeof diagnostics for bzero"
Bruno Cardoso Lopes
2016-08-05
1
-5
/
+3
*
Allow -1 to assign max value to unsigned bitfields.
Richard Trieu
2016-08-05
1
-0
/
+6
*
[Sema] Add sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-04
1
-3
/
+5
*
[X86] Block pbroadcastq instructions on 32-bit targets instead of pbroadcastb.
Craig Topper
2016-07-24
1
-3
/
+3
*
[Sema,X86] Add explicit check to ensure that builtins that require x86-64 tar...
Craig Topper
2016-07-21
1
-0
/
+50
*
[Sema] Fix PR28623.
George Burgess IV
2016-07-21
1
-1
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+2
*
Reverting 275417
Roger Ferrer Ibanez
2016-07-14
1
-67
/
+0
*
Diagnose taking address and reference binding of packed members
Roger Ferrer Ibanez
2016-07-14
1
-0
/
+67
*
[AVX512] Remove masked shufps/shudpd builtins. These are all handled with __b...
Craig Topper
2016-07-10
1
-6
/
+0
*
[X86] Remove dead builtins that don't exist in the backend intrinsic file and...
Craig Topper
2016-07-08
1
-1
/
+0
*
Ensuring the bit-fields have the same type; MSVC will place the fields in dif...
Aaron Ballman
2016-07-06
1
-1
/
+1
*
[OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1...
Anastasia Stulova
2016-07-05
1
-11
/
+253
*
[AVX512] Remove VPERMD/VPERMQ/VPERMILPS/VPERMILPD builtins. These were made u...
Craig Topper
2016-07-04
1
-6
/
+0
*
[OpenCL] Make OpenCL Builtins added according to the right version.
Anastasia Stulova
2016-07-04
1
-8
/
+2
*
[X86] Replace 128-bit and 256 masked vpermilps/vpermilpd builtins with native...
Craig Topper
2016-07-02
1
-4
/
+0
*
[AVX512][BUILTIN][vpermilps][intrinsics] Fixing two incorrect IMM check.
Michael Zuckerman
2016-06-30
1
-3
/
+3
*
Use even more ArrayRefs
David Majnemer
2016-06-24
1
-4
/
+4
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-5
/
+2
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-5
/
+4
*
Apply some suggestions from clang-tidy's performance-unnecessary-value-param.
Benjamin Kramer
2016-06-15
1
-19
/
+14
*
Add a "declared 'nonnull' here" note to warnings where an expression is check...
Nick Lewycky
2016-06-15
1
-7
/
+9
*
[AVX512] Implement masked and 512-bit pshufd intrinsics directly with __built...
Craig Topper
2016-06-11
1
-3
/
+0
*
[AVX512] Implement 512-bit and masked shufflelo and shufflehi intrinsics dire...
Craig Topper
2016-06-11
1
-6
/
+0
*
[OpenCL] Add to_{global|local|private} builtin functions.
Yaxun Liu
2016-05-20
1
-0
/
+52
*
[Sema,CodeGen] Remove comment from SemaChecking about a builtin_shufflevector...
Craig Topper
2016-05-18
1
-2
/
+1
*
[X86] Add immediate range checks for many of the builtins.
Craig Topper
2016-05-18
1
-33
/
+241
*
Revert "[X86] Add immediate range checks for many of the builtins."
Filipe Cabecinhas
2016-05-17
1
-234
/
+32
*
[X86] Add immediate range checks for many of the builtins.
Craig Topper
2016-05-15
1
-32
/
+234
*
Improve diagnostic checking for va_start to also warn on other instances of u...
Aaron Ballman
2016-04-24
1
-3
/
+10
*
Revert the bool portion of r267054
Richard Trieu
2016-04-22
1
-12
/
+4
*
Split interesting warnings off from -Wfloat-conversion
Richard Trieu
2016-04-21
1
-27
/
+84
*
Clarifying the wording of this diagnostic; it confused parameter and argument.
Aaron Ballman
2016-04-18
1
-1
/
+1
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-18
1
-7
/
+7
*
Revert "NFC: unify clang / LLVM atomic ordering"
JF Bastien
2016-04-17
1
-7
/
+7
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-17
1
-7
/
+7
*
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
[prev]
[next]