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
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-1
/
+2
*
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...
David Blaikie
2015-08-13
3
-4
/
+2
*
Wdeprecated: RegionBindingsRef are copy constructed, make sure that's safe by...
David Blaikie
2015-08-13
1
-21
/
+15
*
Wdeprecated: PathPieces are copied, make them safely implicitly copyable by r...
David Blaikie
2015-08-13
1
-2
/
+0
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-1
/
+1
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-3
/
+1
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-3
/
+5
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-0
/
+1
*
[analyzer] When forced to fake a block type, do it correctly.
Jordan Rose
2015-07-10
1
-3
/
+6
*
[Static Analyzer] Basic per checker command line option validation.
Gabor Horvath
2015-07-09
1
-0
/
+25
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
3
-27
/
+16
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+1
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-0
/
+1
*
Fix a crash by division by zero in analyzer
Daniel Marjamaki
2015-06-25
1
-0
/
+4
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-8
/
+5
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
9
-22
/
+21
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
9
-21
/
+22
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
2
-2
/
+2
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-0
/
+1
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-1
/
+2
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
4
-4
/
+4
*
[analyzer] Remove unused function. No functional change intended.
Benjamin Kramer
2015-03-24
1
-11
/
+0
*
[Analyzer] Don't inherit from FoldingSet.
Benjamin Kramer
2015-03-22
1
-4
/
+4
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-3
/
+3
*
[analyzer] Sort path diagnostics with array_pod_sort.
Benjamin Kramer
2015-03-14
1
-5
/
+9
*
Make helper functions static. NFC.
Benjamin Kramer
2015-03-09
1
-1
/
+1
*
[analyzer] Individual configuration options can be specified for checkers.
Gabor Horvath
2015-03-04
1
-8
/
+51
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-5
/
+2
*
Analyzer: Replace a set of particularly ugly faux variadics.
Benjamin Kramer
2015-02-15
1
-8
/
+0
*
[Static Analyzer] The name of the checker that reports a bug is added
Gabor Horvath
2015-02-09
1
-1
/
+3
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
3
-31
/
+29
*
[analyzer] Relax an assertion in VisitLvalArraySubscriptExpr
Anna Zaks
2015-02-05
1
-1
/
+3
*
Fix layering violation: include/clang/Basic/PlistSupport.h should not include
Richard Smith
2015-01-28
1
-11
/
+11
*
Test commit, no changes.
Pavel Labath
2015-01-20
1
-1
/
+1
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-1
/
+1
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
2
-13
/
+12
*
Remove some redundant virtual specifiers on overriden functions.
David Blaikie
2014-11-14
1
-1
/
+1
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+1
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+1
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-7
/
+2
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-1
/
+1
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+1
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-1
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+1
*
[analyzer] Refactor and cleanup IsCompleteType
Anna Zaks
2014-10-03
2
-25
/
+3
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+1
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+1
[next]