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 crash parsing invalid code
Olivier Goffart
2017-07-07
1
-0
/
+2
*
[OpenCL] Rename err_opencl_enqueue_kernel_expected_type
Joey Gouly
2017-07-04
1
-15
/
+18
*
Revert r301742, which caused us to try to evaluate all full-expressions.
Richard Smith
2017-06-26
1
-1
/
+23
*
[clang] Enable printf check for CFIndex
Alexander Shaposhnikov
2017-06-26
1
-0
/
+1
*
Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...
Diana Picus
2017-06-13
1
-23
/
+1
*
Revert r301742 which made ExprConstant checking apply to all full-exprs.
Nick Lewycky
2017-06-12
1
-1
/
+23
*
[PowerPC] Implement vec_xxsldwi builtin.
Tony Jiang
2017-05-24
1
-0
/
+1
*
[PowerPC] Implement vec_xxpermdi builtin.
Tony Jiang
2017-05-24
1
-0
/
+61
*
Generalize two diagnostic messages to take function name as parameter.
Tony Jiang
2017-05-24
1
-3
/
+6
*
Fix bugs checking va_start in lambdas and erroneous contexts
Reid Kleckner
2017-05-04
1
-7
/
+14
*
Simplify some va_start checking logic
Reid Kleckner
2017-05-02
1
-85
/
+82
*
Remove Sema::CheckForIntOverflow, and instead check all full-expressions.
Nick Lewycky
2017-04-29
1
-23
/
+1
*
ObjCBoxedExpr can't be evaluated by the constant expression evaluator.
Nick Lewycky
2017-04-29
1
-0
/
+3
*
[OpenCL] Fix semantic check of ndrange_t for device_side_enqueue.
Anastasia Stulova
2017-04-21
1
-1
/
+1
*
Remove unused varible
Reid Kleckner
2017-04-18
1
-4
/
+0
*
[Sema][X86] Update immediate check for gather/scatter prefetch instructions t...
Craig Topper
2017-03-31
1
-1
/
+1
*
[mips][msa] Range adjustment for ldi_b builtin function operand
Petar Jovanovic
2017-03-31
1
-1
/
+1
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-31
1
-1
/
+1
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
Warn on enum assignment to bitfields that can't fit all values
Reid Kleckner
2017-03-14
1
-2
/
+55
*
[X86] Add checking of the scale argument to scatter/gather builtins
Craig Topper
2017-03-13
1
-0
/
+107
*
When diagnosing taking address of packed members skip __unaligned-qualified e...
Roger Ferrer Ibanez
2017-03-13
1
-0
/
+4
*
[AVX-512] Add range check for locality hint immediate on scatter/gather prefe...
Craig Topper
2017-03-12
1
-0
/
+10
*
[mips][msa] Remove range checks for non-immediate sld.[bhwd] instructions
Petar Jovanovic
2017-03-10
1
-4
/
+0
*
[Sema] Detect more array index out of bounds when C++ overloaded operators ar...
Daniel Marjamaki
2017-02-28
1
-0
/
+6
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-6
/
+6
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-2
/
+2
*
Change how we handle diagnose_if attributes.
George Burgess IV
2017-01-28
1
-12
/
+22
*
Use the same ABI logic for AArch64 Big Endian as in other places
Joerg Sonnenberger
2017-01-09
1
-1
/
+2
*
Fix completely bogus types for some builtins:
Richard Smith
2016-12-19
1
-1
/
+3
*
Fixing cast condition for removing casts from builtin FPClassification.
Neil Hickey
2016-12-14
1
-7
/
+10
*
Improve handling of floating point literals in OpenCL to only use double prec...
Neil Hickey
2016-12-13
1
-3
/
+4
*
Use function_ref to avoid allocation in std::function. NFC.
Benjamin Kramer
2016-12-12
1
-1
/
+2
*
Clean up some Sema checking code. NFC
Richard Trieu
2016-12-06
1
-44
/
+12
*
Warn on unsigned zero in call to std::max
Richard Trieu
2016-12-05
1
-0
/
+87
*
[Sema] Teach -Wcast-align to look at the aligned attribute of the
Akira Hatanaka
2016-11-30
1
-0
/
+22
*
[Sema][Atomics] Treat expected pointer in compare exchange atomics as _Nonnull
Alex Lorenz
2016-11-23
1
-0
/
+3
*
[X86] Replace valignd/q builtins with appropriate __builtin_shufflevector.
Craig Topper
2016-11-23
1
-6
/
+0
*
[ARM] Fix sema check of ARM special register names
Oleg Ranevskyy
2016-11-18
1
-1
/
+1
*
Add warning when assigning enums to bitfields without an explicit unsigned un...
Reid Kleckner
2016-11-16
1
-1
/
+19
*
[OpenCL] Fix for integer parameters of enqueue_kernel
Anastasia Stulova
2016-11-14
1
-19
/
+23
*
[OpenCL] Change to clk_event parameter in enqueue_kernel.
Anastasia Stulova
2016-11-14
1
-4
/
+8
*
Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez
2016-11-14
1
-15
/
+93
*
[AVX-512] Convert the rest of the masked shift by immediate and by single ele...
Craig Topper
2016-11-12
1
-11
/
+0
*
[AVX-512][Sema] Add more intrinsics to the checks for valid immediates for em...
Craig Topper
2016-11-07
1
-0
/
+17
*
[AVX-512] Remove masked vector insert builtins and replace with native shuffl...
Craig Topper
2016-11-01
1
-14
/
+0
*
[Sema] Warn when alignof is used with __builtin_alloca_with_align
David Majnemer
2016-10-31
1
-1
/
+7
*
Add support for __builtin_alloca_with_align
David Majnemer
2016-10-31
1
-0
/
+34
*
[AVX-512] Remove masked vector extract builtins and replace with native shuff...
Craig Topper
2016-10-31
1
-14
/
+0
*
[AVX-512] Remove many of the masked 128/256-bit shift builtins and replace th...
Craig Topper
2016-10-31
1
-16
/
+0
[next]