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
...
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Broaden -Wstring-conversion to catch string literals in logical or expressions.
Richard Trieu
2014-01-25
1
-5
/
+6
*
Combine the checks for returns_nonnull and for operator new returning null, i...
Artyom Skrobov
2014-01-24
1
-5
/
+22
*
Add basic checking for returning null from functions/methods marked 'returns_...
Ted Kremenek
2014-01-22
1
-18
/
+49
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-24
/
+16
*
Enhance attribute 'nonnull' to be applicable to parameters directly (infix).
Ted Kremenek
2014-01-17
1
-0
/
+16
*
Push NonNullAttr inspection loop into CheckNonNullArguments.
Ted Kremenek
2014-01-17
1
-23
/
+30
*
Make 'CheckNonNullArguments' a static function. No functionality change.
Ted Kremenek
2014-01-17
1
-27
/
+27
*
Follow-up to r199120: don't try referencing the dtor if the param decl isn't ...
Hans Wennborg
2014-01-13
1
-8
/
+10
*
[ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
2014-01-13
1
-3
/
+12
*
Make the tautological out of range warning use Sema::DiagRuntimeBehavior so that
Richard Trieu
2014-01-10
1
-3
/
+5
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Rename isBuiltinCall() to getBuiltinCallee()
Alp Toker
2013-12-28
1
-4
/
+4
*
Warn on mismatched parentheses in memcmp and friends.
Nico Weber
2013-12-26
1
-2
/
+48
*
[AArch64 NEON] Support poly128_t and implement relevant intrinsic.
Kevin Qin
2013-12-10
1
-0
/
+4
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
[ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
2013-12-04
1
-2
/
+3
*
[AArch64 neon] support poly64 and relevant intrinsic functions.
Kevin Qin
2013-11-14
1
-6
/
+10
*
add intrinsics: __builtin_arm_{dmb,dsb} for ARM
Weiming Zhao
2013-11-12
1
-0
/
+2
*
Fixed bug in return type of __builtin_va_start().
Enea Zaffanella
2013-11-07
1
-0
/
+1
*
Simplify: we don't care why constant evaluation might have failed when we're
Richard Smith
2013-11-05
1
-4
/
+2
*
Disable -Wtautological-compare in template instantiations.
Richard Trieu
2013-11-01
1
-0
/
+4
*
Disable -Wtautological-constant-out-of-range-compare in template instantiations.
Richard Trieu
2013-11-01
1
-0
/
+4
*
ARM: fix AST for __builtin_arm_strex call
Tim Northover
2013-10-29
1
-1
/
+4
*
ObjectiveC. Added support for methods annotated with format_arg
Fariborz Jahanian
2013-10-18
1
-0
/
+21
*
Special case '%C' handling in ObjC format strings to handle integer literals ...
Ted Kremenek
2013-10-15
1
-1
/
+9
*
GetExprRange() (used by -Wconversion checking) should look through OpaqueValu...
Ted Kremenek
2013-10-14
1
-0
/
+3
*
PR17290: Use 'false' macro in fix-it hint for initializing a variable of type
Richard Smith
2013-09-20
1
-1
/
+2
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+31
*
volatile types are not trivially copyable.
Eli Friedman
2013-09-11
1
-1
/
+2
*
Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...
Aaron Ballman
2013-09-03
1
-1
/
+1
*
Adjust clang for change to APFloat::toString.
Eli Friedman
2013-08-29
1
-1
/
+9
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...
Robert Wilhelm
2013-08-10
1
-13
/
+12
*
Put back a microoptimization with a comment to make it more obvious.
Benjamin Kramer
2013-08-09
1
-2
/
+5
*
Remove unused variable. No functionality change.
Benjamin Kramer
2013-08-08
1
-8
/
+6
*
Implement C++'s restrictions on the type of an expression passed to a vararg
Richard Smith
2013-08-05
1
-73
/
+124
*
Add support for passing -1 to __builtin_shufflevector to signify an undefined...
Craig Topper
2013-08-03
1
-0
/
+4
*
Fix indentation. No functional change.
Craig Topper
2013-08-02
1
-1
/
+1
*
AArch64: initial NEON support
Tim Northover
2013-08-01
1
-0
/
+87
*
Return ExprError if both arguments to the mask form of __builtin_shufflvector...
Craig Topper
2013-07-29
1
-13
/
+13
*
Fix up formatting. No functional change.
Craig Topper
2013-07-28
1
-6
/
+6
*
Remove trailing whitespace.
Craig Topper
2013-07-19
1
-5
/
+4
*
ARM: implement low-level intrinsics for the atomic exclusive operations.
Tim Northover
2013-07-16
1
-0
/
+108
*
Add a __builtin_addressof that performs the same functionality as the built-in
Richard Smith
2013-07-11
1
-0
/
+20
*
Fix Sema for compares with _Atomic vars.
Eli Friedman
2013-07-08
1
-16
/
+19
*
Remove some useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-06
1
-2
/
+1
*
Teach -Wunsequenced that the side-effects of a function evaluation are sequenced
Richard Smith
2013-06-30
1
-4
/
+21
[prev]
[next]