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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer; new edges] Simplify edges in a C++11 for-range loop.
Jordan Rose
2013-06-06
2
-0
/
+28
*
Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully c...
David Majnemer
2013-06-04
1
-2
/
+8
*
CFG: In a DeclStmt, skip anything that's not a VarDecl.
Jordan Rose
2013-06-03
1
-10
/
+2
*
Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov.
DeLesley Hutchins
2013-05-20
1
-7
/
+21
*
Revert "[analyzer; alternate edges] improve support for edges with PseudoObje...
Jordan Rose
2013-05-18
1
-22
/
+8
*
Thread safety analysis: add two new attributes to the thread safety analysis:
DeLesley Hutchins
2013-05-17
1
-8
/
+41
*
[analyzer; alternate edges] improve support for edges with PseudoObjectExprs.
Ted Kremenek
2013-05-17
1
-8
/
+22
*
Remove unused, awkward CFGStmtVisitor and subclasses.
Jordan Rose
2013-05-15
2
-116
/
+1
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
Add support for __wchar_t in -fms-extensions mode.
Hans Wennborg
2013-05-10
3
-5
/
+5
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-4
/
+4
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+5
*
Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
2013-04-08
1
-10
/
+48
*
Thread safety analysis: Turn on checking for non-scalar types by default.
DeLesley Hutchins
2013-04-01
1
-49
/
+43
*
[analyzer] Add debug helper LocationContext::dumpStack().
Jordan Rose
2013-03-30
1
-0
/
+26
*
[cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static ...
Ted Kremenek
2013-03-29
1
-15
/
+15
*
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
1
-7
/
+7
*
Add configuration plumbing to enable static initializer branching in the CFG ...
Ted Kremenek
2013-03-29
1
-1
/
+3
*
Add CFG logic to create a conditional branch for modeling static initializers.
Ted Kremenek
2013-03-28
1
-1
/
+31
*
Add const in preparation for a simplify_type change in llvm.
Rafael Espindola
2013-03-27
1
-1
/
+1
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
6
-36
/
+37
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
6
-47
/
+47
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
2
-3
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
4
-12
/
+12
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-3
/
+3
*
Add note why we used a switch.
Ted Kremenek
2013-02-05
1
-0
/
+1
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
1
-19
/
+56
*
[analyzer] add comment
Anna Zaks
2013-02-05
1
-1
/
+5
*
clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody...
NAKAMURA Takumi
2013-02-04
1
-0
/
+1
*
[analyzer] Always inline functions with bodies generated by BodyFarm.
Anna Zaks
2013-02-02
1
-2
/
+15
*
-Wuninitialized: warn about uninitialized values resulting from ?: that evalu...
Ted Kremenek
2013-01-19
1
-0
/
+10
*
Thread-safety analysis: ignore edges from throw expressions in CFG.
DeLesley Hutchins
2013-01-18
1
-2
/
+16
*
Format strings: don't ever convert %+d to %lu.
Jordan Rose
2013-01-17
1
-1
/
+1
*
Format strings: correct signedness if already correcting width (%d,%u).
Jordan Rose
2013-01-17
1
-1
/
+19
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-7
/
+5
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
3
-5
/
+5
*
Test commit.
Enea Zaffanella
2013-01-11
1
-1
/
+1
*
CFG.cpp: Fix wrapping logic when printing block preds/succs.
Will Dietz
2013-01-07
1
-2
/
+2
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
3
-3
/
+3
*
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-29
1
-3
/
+1
*
[analyzer] Fix typos.
Anna Zaks
2012-12-21
1
-2
/
+2
*
[analyzer] Re-apply r170826 and make the dumping of the GallGraph
Anna Zaks
2012-12-21
1
-13
/
+16
*
Revert r170826. The output of
Rafael Espindola
2012-12-21
1
-2
/
+8
*
[analyzer] Traverse the Call Graph in topological order.
Anna Zaks
2012-12-21
1
-8
/
+2
*
[analyzer] Add blocks and ObjC messages to the call graph.
Anna Zaks
2012-12-21
1
-14
/
+67
*
Thread-safety analysis: check member access on guarded non-primitive types.
DeLesley Hutchins
2012-12-08
1
-0
/
+9
*
Use the BlockDecl captures list to infer the direct captures for a BlockDataR...
Ted Kremenek
2012-12-06
1
-4
/
+7
*
Format strings: offer a cast to 'unichar' for %C in Objective-C contexts.
Jordan Rose
2012-12-05
1
-3
/
+5
*
Format strings: the correct conversion for 'char' is %c, not %d or %hhd.
Jordan Rose
2012-12-05
1
-1
/
+1
*
Thread-safety analysis: check locks on method calls, operator=, and
DeLesley Hutchins
2012-12-05
1
-0
/
+44
[next]