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
*
Revert "Change Builtins name to be stored as StringRef instead of raw pointer...
Mehdi Amini
2016-10-11
1
-3
/
+3
*
Change Builtins name to be stored as StringRef instead of raw pointers (NFC)
Mehdi Amini
2016-10-10
1
-3
/
+3
*
[Sema] Packed member warning: Use the typedef name for anonymous structures
Alex Lorenz
2016-10-05
1
-1
/
+6
*
[AVX-512] Check rounding mode for builtins that take one. Rounding mode shoul...
Craig Topper
2016-10-01
1
-0
/
+93
*
Move UTF functions into namespace llvm.
Justin Lebar
2016-09-30
1
-17
/
+17
*
[AVX-512] Add initial support for checking rounding mode arguments of builtins.
Craig Topper
2016-09-23
1
-0
/
+100
*
[X86] Split up the single switch statement in Sema::CheckX86BuiltinFunctionCa...
Craig Topper
2016-09-23
1
-15
/
+27
*
Fix Wbitfield-constant-conversion false positives
Daniel Marjamaki
2016-09-22
1
-4
/
+3
*
[Sema] Fix PR30481: crash on checking printf args.
George Burgess IV
2016-09-22
1
-2
/
+2
*
Fix unused result from sign extending an Offset.
Stephen Hines
2016-09-16
1
-1
/
+1
*
Do not warn about format strings that are indexed string literals.
Stephen Hines
2016-09-16
1
-18
/
+166
*
Reapply: Silence false positive diagnostics regarding passing an object of en...
Aaron Ballman
2016-09-15
1
-2
/
+11
*
Reverting r281609; it caused some build bots to break.
Aaron Ballman
2016-09-15
1
-11
/
+2
*
Silence false positive diagnostics regarding passing an object of enumeration...
Aaron Ballman
2016-09-15
1
-2
/
+11
*
Revert "Do not warn about format strings that are indexed string literals."
Stephen Hines
2016-09-14
1
-166
/
+18
*
Do not warn about format strings that are indexed string literals.
Stephen Hines
2016-09-14
1
-18
/
+166
*
[OpenCL] Fix pipe built-in functions return type.
Alexey Bader
2016-09-07
1
-0
/
+2
*
This patch implements PR#22821.
Roger Ferrer Ibanez
2016-08-12
1
-0
/
+67
*
[Sema] Add more strict check for sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-11
1
-0
/
+7
*
Reapply [Sema] Add sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-10
1
-3
/
+5
*
Fix two false positives in -Wreturn-stack-address
Richard Trieu
2016-08-05
1
-0
/
+13
*
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
[next]