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
/
Analysis
/
LiveVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.
Artem Dergachev
2019-05-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Fix some expressions staying live too long. Add a debug checker.
Artem Dergachev
2018-12-16
1
-0
/
+48
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-2
/
+2
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-5
/
+4
*
Add a newline to SourceLocation dump output
Stephen Kelly
2018-08-15
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-39
/
+39
*
Revert "[analyzer] Remove an unused variable"
George Karpenkov
2018-04-06
1
-1
/
+1
*
[analyzer] Remove an unused variable
George Karpenkov
2018-04-06
1
-1
/
+1
*
Fix unused variable warning introduced at revision 328910.
Andrea Di Biagio
2018-04-02
1
-2
/
+1
*
[analyzer] Fix liveness calculation for C++17 structured bindings
George Karpenkov
2018-03-31
1
-24
/
+59
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+3
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
[analyzer] Remove superquadratic behaviour from DataflowWorklist
Alexander Shaposhnikov
2016-10-13
1
-18
/
+9
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-5
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-4
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-4
/
+4
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-5
/
+2
*
Remove unused member variable.
Craig Topper
2014-10-21
1
-1
/
+0
*
Reverting r214064 and r215650 while investigating a pesky performance regression
Artyom Skrobov
2014-09-23
1
-8
/
+67
*
Use the proper post-order traversal in LiveVariables analysis,
Artyom Skrobov
2014-08-14
1
-12
/
+7
*
Factoring DataflowWorklist out of LiveVariables and UninitializedValues analyses
Artyom Skrobov
2014-07-28
1
-55
/
+1
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
1
-12
/
+12
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-14
/
+0
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-14
/
+8
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Revert "[analyzer] Refactor conditional expression evaluating code"
Anna Zaks
2013-12-06
1
-18
/
+0
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
[analyzer] Refactor conditional expression evaluating code
Pavel Labath
2013-08-23
1
-0
/
+18
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-4
/
+6
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-6
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-6
/
+16
*
[analyzer] Teach live variable analyzes that super uses self pointer.
Anna Zaks
2012-08-14
1
-0
/
+8
*
[analyzer] Variables with destructors are live until the destructor is run.
Jordan Rose
2012-07-26
1
-0
/
+6
*
Bail out the LiveVariables analysis when the CFG is very large, as
Ted Kremenek
2012-07-02
1
-0
/
+5
*
Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObj...
Ted Kremenek
2011-12-22
1
-4
/
+5
*
Fix regression in LiveVariables when reasoning about variables captured by bl...
Ted Kremenek
2011-12-22
1
-5
/
+4
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
We don't add ExprWithCleanups to the CFG, and getSVal looks
John McCall
2011-11-09
1
-0
/
+4
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+12
*
Tweak LookThroughStmt() in LiveVariables to properly look through alternativi...
Ted Kremenek
2011-11-05
1
-4
/
+9
*
LookThroughStmt GM release.
Argyrios Kyrtzidis
2011-11-05
1
-2
/
+2
*
LookThroughStmt v4.6.3
Argyrios Kyrtzidis
2011-11-05
1
-1
/
+1
*
Simplify LookThroughStmt in LiveVariables.cpp
Argyrios Kyrtzidis
2011-11-05
1
-12
/
+4
*
Another correction to the LiveVariables commit (r143767, r143780).
Anna Zaks
2011-11-05
1
-3
/
+7
*
Fix infinite loop in LiveVariables due to a misplaced 'break' (it would break...
Argyrios Kyrtzidis
2011-11-05
1
-12
/
+6
*
Teach LiveVariables to look through OpaqueValueExprs for extending Stmt liven...
Ted Kremenek
2011-11-05
1
-10
/
+28
[next]