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
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-1
/
+1
*
[OpenMP] Capture global variables in target regions.
Samuel Antao
2015-10-02
1
-3
/
+11
*
[Sema] Avoid crashing during this-> insertion recovery
Reid Kleckner
2015-09-30
1
-8
/
+15
*
[OpenCL] Add missing OpenCL LangOpts in address space compatibility checks
Anastasia Stulova
2015-09-30
1
-7
/
+9
*
[OpenCL 2.0] This change adds extra diagnostics to atomic types
Anastasia Stulova
2015-09-30
1
-0
/
+22
*
[OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.
Alexey Bataev
2015-09-30
1
-23
/
+1
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-30
/
+44
*
Prevent implicit re-interpret casts between ExtVector and Scalar types.
Stephen Canon
2015-09-15
1
-0
/
+8
*
[MS ABI] Select a pointer to member representation more often
David Majnemer
2015-09-10
1
-0
/
+4
*
[OPENMP] Fix for http://llvm.org/PR24687: ICE on compilation of R package TPmsm.
Alexey Bataev
2015-09-03
1
-15
/
+15
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-7
/
+5
*
[OpenCL] Improve diagnostics detecting implicit vector conversion.
Alexey Bader
2015-08-30
1
-0
/
+12
*
[Sema] Don't assume CallExpr::getDirectCallee will succeed
David Majnemer
2015-08-26
1
-1
/
+1
*
Fix possible crash on null base or type for array elements.
Alexey Bataev
2015-08-25
1
-1
/
+2
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+167
*
Fix crash with two typos in the arguments of a function
Olivier Goffart
2015-08-20
1
-0
/
+1
*
Fix -Wlogical-not-parentheses to work better with C code.
Richard Trieu
2015-08-19
1
-5
/
+2
*
[SemaExpr] Re-enable missing assertion.
Davide Italiano
2015-08-19
1
-2
/
+1
*
[AST] ArrayRefize BlockDecl::setCaptures. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-2
/
+1
*
[SemaExpr] Factor out common diagnostic code for remainder/division.
Davide Italiano
2015-08-01
1
-18
/
+16
*
Add support for System z vector language extensions
Ulrich Weigand
2015-07-30
1
-20
/
+94
*
[MS Extensions] Remove support for the i128 integer literal suffix
David Majnemer
2015-07-26
1
-13
/
+1
*
Fix the equal-vector-size rule for reinterpret_casts in C++
John McCall
2015-07-23
1
-8
/
+18
*
[Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
2015-07-14
1
-2
/
+3
*
[OPENMP] Drop type qualifiers from private variables.
Alexey Bataev
2015-07-14
1
-0
/
+3
*
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
2015-07-07
1
-5
/
+5
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-12
/
+9
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-32
/
+2
*
[Sema] Warn when shifting a negative value.
Davide Italiano
2015-07-06
1
-2
/
+12
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-1
/
+4
*
Make the typo resolution in r240441 apply to all function calls.
Kaelyn Takata
2015-06-23
1
-11
/
+12
*
Ensure delayed typos have been corrected in calls to builtins before
Kaelyn Takata
2015-06-23
1
-1
/
+11
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-0
/
+15
*
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
*
Remove incomplete comment.
Davide Italiano
2015-06-22
1
-1
/
+0
*
Consider unsigned long for non-u/U decimal literals (C90/C++03)
Hubert Tong
2015-06-08
1
-0
/
+16
*
[Sema] Promote compound assignment exprs. with fp16 LHS and int. RHS.
Ahmed Bougacha
2015-05-29
1
-1
/
+6
*
Fix assertion when assigning to object in OpenCL constant address space.
Richard Smith
2015-05-22
1
-0
/
+3
*
Check for bool-like conversion in conditional expressions.
Richard Trieu
2015-05-20
1
-0
/
+2
*
Fix Clang -Wsequence-point
David Blaikie
2015-05-14
1
-1
/
+1
*
Tweak availability checking to look through typedef declarations.
Ted Kremenek
2015-05-14
1
-2
/
+18
*
Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
2015-05-13
1
-1
/
+1
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-3
/
+2
*
PR23334: Perform semantic checking of lambda capture initialization in the ri...
Richard Smith
2015-04-27
1
-130
/
+23
*
[Objective-C Sema]This patch fixes the warning when clang issues
Fariborz Jahanian
2015-04-15
1
-2
/
+1
*
Improve the error message for assigning to read-only variables.
Richard Trieu
2015-04-11
1
-3
/
+141
*
Sema: Accept pointers to any address space for builtin functions
Tom Stellard
2015-03-31
1
-3
/
+94
*
Fix -Wshift-count-negative. It didn't work if the right hand side
Davide Italiano
2015-03-26
1
-1
/
+1
*
Add -Wpartial-availability.
Nico Weber
2015-03-19
1
-7
/
+52
[next]