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
*
Warn when an Objective-C collection literal element is converted to an incomp...
Douglas Gregor
2015-07-07
1
-0
/
+102
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-2
/
+2
*
Parse 'technical term' format specifier.
Ted Kremenek
2015-07-02
1
-1
/
+46
*
Add support for the x86 builtin __builtin_cpu_supports.
Eric Christopher
2015-06-29
1
-0
/
+22
*
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
*
Diagnose unsafe uses of nil and __nonnull pointers.
Douglas Gregor
2015-06-19
1
-55
/
+124
*
This patch implements clang support for the ACLE special register intrinsics
Luke Cheeseman
2015-06-15
1
-0
/
+121
*
[Sema] Make the atomic builtins more efficient by reducing volatility
David Majnemer
2015-06-03
1
-0
/
+4
*
[Sema] Don't use dyn_cast to detect an AtomicType
David Majnemer
2015-05-23
1
-1
/
+1
*
[AArch64 ACLE] Allow to define poly64_t as 'unsigned long long' on LLP64 system.
Kevin Qin
2015-05-14
1
-1
/
+4
*
[SystemZ] Add support for z13 low-level vector builtins
Ulrich Weigand
2015-05-05
1
-1
/
+43
*
Extend format specifier checking to include field function pointers in additi...
Aaron Ballman
2015-04-23
1
-3
/
+6
*
Add Clang support for remaining integer divide and permute instructions from ...
Nemanja Ivanovic
2015-04-09
1
-0
/
+22
*
[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
[next]