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
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
8
-12
/
+12
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
8
-12
/
+12
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-44
/
+3
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-1
/
+1
*
Teach -Wtautological-overlap-compare about enums
George Burgess IV
2015-10-01
1
-38
/
+89
*
Thread Safety Analysis: fix before/after checks so that they work on global
DeLesley Hutchins
2015-09-29
1
-1
/
+1
*
[analyzer] Create one state for a range switch case instead of multiple.
Devin Coughlin
2015-09-22
1
-2
/
+2
*
Thread safety analysis: the NO_THREAD_SAFETY_ANALYSIS attribute will now
DeLesley Hutchins
2015-09-03
1
-25
/
+33
*
unique_ptrify ConsumedBlockInfo analysis to make it move assignable
David Blaikie
2015-08-14
1
-72
/
+55
*
Wdeprecated: Make BumpVectorContext movable
David Blaikie
2015-08-13
1
-9
/
+7
*
[modules] Fix thread safety analysis to cope with merging of FieldDecls acros...
Richard Smith
2015-08-12
1
-1
/
+2
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-3
/
+2
*
Analysis: Fix example usage comment in CFG.cpp. NFC
Jonathan Roelofs
2015-07-27
1
-1
/
+1
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-1
/
+2
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-5
/
+4
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
4
-15
/
+14
*
Parse 'technical term' format specifier.
Ted Kremenek
2015-07-02
1
-0
/
+62
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
9
-22
/
+19
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
9
-19
/
+22
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
1
-1
/
+1
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a con...
Enrico Pertoso
2015-06-03
1
-0
/
+13
*
Update -Winvalid-noreturn to handle destructors better.
Richard Trieu
2015-05-28
1
-3
/
+2
*
Fix 'CFG graph' typo. NFC
Jonathan Roelofs
2015-05-19
1
-3
/
+3
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-05-18
1
-1
/
+2
*
PR23334: Perform semantic checking of lambda capture initialization in the ri...
Richard Smith
2015-04-27
1
-1
/
+1
*
Fix for PR20402 in -Wconsumed.
DeLesley Hutchins
2015-04-15
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-3
/
+2
*
Take the non-reference type when constructing a dummy expression.
Richard Trieu
2015-03-16
1
-2
/
+2
*
Make helper functions static
Benjamin Kramer
2015-03-09
1
-7
/
+6
*
Hide away implementation details of the ThreadSafetyAnalysis in anonymous nam...
Benjamin Kramer
2015-03-09
3
-69
/
+41
*
Simplify boolean expressions in clang with clang-tidy
David Blaikie
2015-03-09
1
-2
/
+2
*
Add a format warning for "%p" with non-void* args
Seth Cantrell
2015-03-04
1
-37
/
+45
*
Make -Wuninitialized warn on pointer-to-member and comma operators.
Manuel Klimek
2015-03-03
1
-11
/
+44
*
Add support for analyzing FreeBSD kernel printf extensions.
Dimitry Andric
2015-02-19
2
-5
/
+54
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
2
-9
/
+6
*
Thread Safety Analysis: support adopting of locks, as implemented in
DeLesley Hutchins
2015-02-04
1
-11
/
+24
*
Thread Safety Analysis: remove minor piece of unused code. No change in
DeLesley Hutchins
2015-02-04
1
-4
/
+0
*
Thread Safety Analysis: add support for before/after annotations on mutexes.
DeLesley Hutchins
2015-02-03
1
-23
/
+220
*
Revert "Thread Safety Analysis: add support for before/after annotations on m...
Reid Kleckner
2015-02-03
1
-216
/
+17
*
thread safety: Add move ctor to BeforeInfo to fix MSVC build
Reid Kleckner
2015-02-03
1
-0
/
+2
*
Thread Safety Analysis: add support for before/after annotations on mutexes.
DeLesley Hutchins
2015-02-03
1
-17
/
+214
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
4
-5
/
+4
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-1
/
+1
*
[CallGraph] Make sure the edges are not missed due to re-declarations
Anna Zaks
2014-12-17
1
-8
/
+5
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-1
/
+1
*
When checking for uninitialized values, do not confuse "std::move" with every
Richard Trieu
2014-11-27
1
-1
/
+2
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Thread Safety Analysis: move warnings on range-based for loops out of beta
DeLesley Hutchins
2014-11-05
1
-11
/
+9
[next]