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
/
ExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] do not crash on cases where an array subscript is an rvalue
George Karpenkov
2017-12-05
1
-11
/
+24
*
[analyzer] pr34404: Fix a crash on modeling pointers to indirect members.
Artem Dergachev
2017-11-27
1
-1
/
+3
*
[analyzer] Fix leak false positives on stuff put in C++/ObjC initializer lists.
Artem Dergachev
2017-10-05
1
-17
/
+38
*
[StaticAnalyzer] LoopUnrolling: Keep track the maximum number of steps for ea...
Peter Szecsi
2017-08-28
1
-1
/
+2
*
[StaticAnalyzer] LoopUnrolling fixes
Peter Szecsi
2017-08-28
1
-2
/
+5
*
[StaticAnalyzer] LoopUnrolling: Track a LoopStack in order to completely unro...
Peter Szecsi
2017-08-21
1
-17
/
+15
*
[StaticAnalyzer] Handle LoopExit CFGElement in the analyzer
Peter Szecsi
2017-08-21
1
-1
/
+24
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
1
-0
/
+1
*
[StaticAnalyzer] LoopUnrolling: Exclude cases where the counter is escaped be...
Peter Szecsi
2017-08-19
1
-1
/
+1
*
[StaticAnalyzer] Completely unrolling specific loops with known bound option
Peter Szecsi
2017-07-25
1
-0
/
+22
*
Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...
Peter Szecsi
2017-07-20
1
-23
/
+1
*
This feature allows the analyzer to consider loops to completely unroll. New
Peter Szecsi
2017-07-19
1
-1
/
+23
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
1
-0
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[analyzer] Fix assert in ExprEngine::processSwitch
Alexander Shaposhnikov
2017-04-21
1
-2
/
+2
*
[analyzer] When creating a temporary object, properly copy the value into it.
Artem Dergachev
2017-03-28
1
-14
/
+50
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-0
/
+1
*
[Analyzer] Terminate analysis on OpenMP code instead of assertion crash
Aleksei Sidorin
2017-03-03
1
-31
/
+32
*
[analyzer] pr32088: Don't destroy the temporary if its initializer causes ret...
Devin Coughlin
2017-03-01
1
-1
/
+9
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-9
/
+13
*
[analyzer] Don't dereference the array value when binding it to a reference.
Artem Dergachev
2017-01-12
1
-2
/
+3
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
1
-0
/
+1
*
[analyzer] Add checker for iterators dereferenced beyond their range.
Gabor Horvath
2017-01-09
1
-1
/
+8
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'target teams' pragma
Kelvin Li
2016-12-17
1
-0
/
+1
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-1
/
+1
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
1
-0
/
+2
*
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
Kelvin Li
2016-12-09
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li
2016-11-30
1
-0
/
+1
*
[analyzer] Construct temporary objects of correct types, destroy them properly.
Artem Dergachev
2016-11-30
1
-30
/
+49
*
[analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Anna Zaks
2016-11-16
1
-4
/
+0
*
[analyzer] Rename assumeWithinInclusiveRange*()
Dominic Chen
2016-11-15
1
-1
/
+1
*
Re-apply patch r279045.
Kelvin Li
2016-10-25
1
-0
/
+1
*
[analyzer] Don't merge different return nodes in ExplodedGraph
Daniel Marjamaki
2016-10-07
1
-2
/
+3
*
[analyzer] Add PostStmt callback for ArraySubscriptExpr
Anna Zaks
2016-10-04
1
-8
/
+10
*
[analyzer] Fix ExprEngine::VisitMemberExpr
Alexander Shaposhnikov
2016-09-13
1
-1
/
+1
*
[analyzer] ExprEngine: remove second call to PreStmt<CastExpr>
Aleksei Sidorin
2016-09-01
1
-9
/
+1
*
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
Diana Picus
2016-08-18
1
-1
/
+0
*
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
Kelvin Li
2016-08-17
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'teams distribute' pragma
Kelvin Li
2016-08-05
1
-0
/
+1
*
[analyzer] Pring LocationContext in ExplodedGraph dumps.
Artem Dergachev
2016-07-24
1
-51
/
+41
*
[OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li
2016-07-20
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
Kelvin Li
2016-07-14
1
-0
/
+1
*
[analyzer] Add rudimentary handling of AtomicExpr.
Devin Coughlin
2016-07-08
1
-1
/
+44
*
[OpenMP] Sema and parsing for 'distribute simd' pragma
Kelvin Li
2016-07-06
1
-0
/
+1
*
[OpenMP] Sema and parse for 'distribute parallel for simd'
Kelvin Li
2016-07-05
1
-0
/
+1
[next]