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
...
*
[Sema] Diagnose references to unbound arrays in function definitions
David Majnemer
2015-04-09
1
-0
/
+4
*
[Sema] Correctly recurse when looking for [*] in function definitions
David Majnemer
2015-04-07
1
-9
/
+28
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
1
-0
/
+18
*
[PPC] Move argument range checks for HTM and crypto builtins to Sema
Kit Barton
2015-03-30
1
-0
/
+27
*
-Wdynamic-class-memaccess: Also warn about array types.
Nico Weber
2015-03-21
1
-0
/
+2
*
Dedent code for -Wdynamic-class-memaccess warning. No behavior change.
Nico Weber
2015-03-21
1
-39
/
+44
*
MS ABI: Accept calls to an unprototyped declaration of _setjmp
David Majnemer
2015-03-20
1
-0
/
+5
*
[clang] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-3
/
+4
*
-Wempty-body: fix false negative triggered by macros
Dmitri Gribenko
2015-03-15
1
-1
/
+1
*
MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
2015-03-13
1
-0
/
+13
*
[X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-2
/
+0
*
[X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-3
/
+0
*
Under duress, move check for target support of __builtin_setjmp/
Joerg Sonnenberger
2015-03-11
1
-1
/
+20
*
[X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.
Sanjay Patel
2015-03-10
1
-3
/
+0
*
Make helper functions static
Benjamin Kramer
2015-03-09
1
-2
/
+2
*
New ObjC warning: circular containers.
Alex Denisov
2015-03-04
1
-0
/
+230
*
Move one more diagnostic into the new -Wformat-pedantic group.
Daniel Jasper
2015-03-04
1
-8
/
+10
*
AT.isValid() should come before AT.matchesType()
Seth Cantrell
2015-03-04
1
-30
/
+36
*
Add a format warning for "%p" with non-void* args
Seth Cantrell
2015-03-04
1
-31
/
+41
*
Sema: Remove stray static
Benjamin Kramer
2015-03-01
1
-1
/
+1
*
Patch to prevent crash when default argument expression
Fariborz Jahanian
2015-02-26
1
-2
/
+5
*
[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic ...
Craig Topper
2015-02-26
1
-3
/
+0
*
[X86] Correct immediate range checking for blendps/blendpd/blendpd256 builtins.
Craig Topper
2015-02-26
1
-4
/
+4
*
Sema: __assume with side effects shouldn't result in invalid AST nodes
David Majnemer
2015-02-26
1
-1
/
+1
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-2
/
+2
*
Add support for inserting ArrayRef<FixItHint> into DiagnosticBuilder.
Alexander Kornienko
2015-02-25
1
-8
/
+2
*
[Objective-C]. Provide a new formatting kind, "os_trace" which
Fariborz Jahanian
2015-02-21
1
-2
/
+3
*
Add support for analyzing FreeBSD kernel printf extensions.
Dimitry Andric
2015-02-19
1
-2
/
+42
*
[X86] Add range checking on immediate arguments on XOP vpcom builtins.
Craig Topper
2015-02-13
1
-0
/
+8
*
[X86] Add immediate range checking for a couple XOP builtins.
Craig Topper
2015-01-31
1
-0
/
+4
*
[X86] Add range checking to the immediate arguments of many of the SSE/AVX bu...
Craig Topper
2015-01-31
1
-6
/
+26
*
Sema: Ensure that __c11_atomic_fetch_add has a pointer to complete type
David Majnemer
2015-01-28
1
-0
/
+5
*
[X86] Add immediate range checking to AVX512 integer comparision builtins.
Craig Topper
2015-01-25
1
-0
/
+24
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-0
/
+38
*
[x86] Teach Sema to check size of comparison immediate on avx512 cmpps/cmppd ...
Craig Topper
2015-01-19
1
-1
/
+3
*
Extend the self move warning to record types.
Richard Trieu
2015-01-13
1
-0
/
+90
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-2
/
+2
*
[x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.
Craig Topper
2014-12-27
1
-4
/
+8
*
[c Sema]. Patch fixes pointer-bool-conversion warning on C code
Fariborz Jahanian
2014-12-18
1
-2
/
+2
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-2
/
+2
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-0
/
+68
*
When checking for nonnull parameter attributes, also check the ParmVarDecl si...
Aaron Ballman
2014-12-11
1
-1
/
+2
*
PR21706: -Wunsequenced was missing warnings when leaving a sequenced region t...
Richard Smith
2014-12-03
1
-5
/
+6
*
Add the exception for strings in logical and expressions to -Wstring-conversion
Richard Trieu
2014-11-19
1
-2
/
+9
*
[Sema] Patch to issue warning on comparing parameters with
Fariborz Jahanian
2014-11-18
1
-1
/
+33
*
Fix issues missed during the review of r222099.
Richard Trieu
2014-11-15
1
-15
/
+17
*
Recommit r222044 with a test fix - it does not make sense to hunt
Anton Korobeynikov
2014-11-14
1
-21
/
+67
*
Again revert r222044 to resolve darwin objc test fails.
Anton Korobeynikov
2014-11-14
1
-67
/
+21
*
Follow-up to D6217
Anton Korobeynikov
2014-11-14
1
-21
/
+67
*
[Sema]. Warn when logical expression is a pointer
Fariborz Jahanian
2014-11-14
1
-0
/
+19
[prev]
[next]