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
/
StaticAnalyzer
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-4
/
+5
*
[OpenMP] Parsing and sema support for target update directive
Samuel Antao
2016-05-26
1
-0
/
+1
*
[analyzer] Let TK_PreserveContents span across the whole base region.
Artem Dergachev
2016-04-25
1
-1
/
+1
*
[analyzer] Fix assertion in ReturnVisitor for body-farm synthesized getters
Devin Coughlin
2016-04-12
1
-0
/
+3
*
Remove redundant conditions of the form (A || (!A && B)) -> (A || B)
Benjamin Kramer
2016-04-11
1
-5
/
+4
*
[analyzer] Teach trackNullOrUndefValue about calls to property accessors.
Devin Coughlin
2016-04-08
1
-0
/
+6
*
[analyzer] Prefer accessor method in extension over category in CallEvent.
Devin Coughlin
2016-04-01
1
-2
/
+24
*
[analyzer] Fix an assertion fail in hash generation.
Gabor Horvath
2016-03-30
1
-2
/
+5
*
[analyzer] Add checker callback for beginning of function.
Devin Coughlin
2016-02-19
4
-13
/
+75
*
[analyzer] Improve modeling of ObjC synthesized property setters.
Devin Coughlin
2016-02-18
1
-9
/
+54
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
2
-4
/
+4
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
3
-43
/
+23
*
[analyzer] Avoid crash when attempting to evaluate binary operation on LazyCo...
Devin Coughlin
2016-02-08
1
-0
/
+5
*
[analyzer] Invalidate destination of std::copy() and std::copy_backward().
Devin Coughlin
2016-02-07
2
-31
/
+2
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-0
/
+1
*
Minor cleanup to remove casts and improve some const correctness. NFC.
Aaron Ballman
2016-02-03
1
-26
/
+26
*
Code clean up; NFC.
Aaron Ballman
2016-02-01
1
-4
/
+4
*
Convert an unsigned to Twine instead of using utostr since we're already buil...
Craig Topper
2016-01-31
1
-1
/
+1
*
[analyzer] Make suppression of macro defensive checks work with -analyzer-eag...
Devin Coughlin
2016-01-30
1
-8
/
+29
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
5
-10
/
+10
*
[analyzer] Suppress null reports from defensive checks in function-like macros.
Devin Coughlin
2016-01-29
1
-1
/
+26
*
[analyzer] Improve Nullability checker diagnostics
Anna Zaks
2016-01-29
1
-0
/
+7
*
Removing unnecessary casts; NFC.
Aaron Ballman
2016-01-29
1
-2
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-17
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-01-26
1
-2
/
+2
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+1
*
[analyzer] Utility to match function calls.
Gabor Horvath
2016-01-22
1
-0
/
+10
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+1
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+1
*
[analyzer] Fix an off-by-one in evalIntegralCast()
Artem Dergachev
2016-01-18
1
-1
/
+1
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
7
-70
/
+74
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+4
*
[analyzer] Fix RangeConstraintManager's pinning of single value ranges.
Pierre Gousseau
2016-01-12
1
-2
/
+2
*
[analyzer] Evaluate integral casts as cast symbols if truncations are detected.
Pierre Gousseau
2016-01-12
2
-1
/
+47
*
[analyzer] Suppress reports coming from std::__independent_bits_engine
Anna Zaks
2016-01-06
1
-0
/
+10
*
Small refactoring in CheckerContext::isCLibraryFunction(). NFC.
Devin Coughlin
2015-12-28
1
-6
/
+2
*
[StaticAnalyzer] Use front() and back() instead of dereferencing begin() and ...
Craig Topper
2015-12-24
2
-6
/
+6
*
[analyzer] Better detect when C++ object was constructed into existing region.
Devin Coughlin
2015-12-17
3
-38
/
+101
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-0
/
+1
*
[analyzer] Fix symbolic element index lifetime.
Artem Dergachev
2015-12-10
3
-5
/
+18
*
fix typos; NFC
Sanjay Patel
2015-12-09
1
-1
/
+1
*
Reformat linefeeds.
NAKAMURA Takumi
2015-12-09
1
-4
/
+1
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-1
/
+0
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-0
/
+1
*
[analyzer] Fix crash when lambda captures a variable-length array.
Devin Coughlin
2015-12-07
1
-3
/
+17
*
Use llvm::make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-2
/
+1
*
[analyzer] Fix MemRegion crash casting non-struct to derived struct (PR25426).
Devin Coughlin
2015-12-05
1
-12
/
+13
*
[analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.
Gabor Horvath
2015-12-04
1
-0
/
+17
*
[analyzer] Support inlining lambda-converted blocks.
Devin Coughlin
2015-12-04
3
-7
/
+45
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
1
-0
/
+1
[next]