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
*
Fix a crash in Retain Count checker error reporting
Anna Zaks
2014-06-13
1
-0
/
+4
*
PR19996: don't crash if -Wuninitialized sees a c++1y lambda init-capture.
Richard Smith
2014-06-11
1
-1
/
+1
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-8
/
+15
*
Thread Safety Analysis: implement review suggestions from Aaron Ballman.
DeLesley Hutchins
2014-05-29
1
-1
/
+1
*
Thread Safety Analysis: update TIL traversal mechanism to allow arbitrary
DeLesley Hutchins
2014-05-28
2
-7
/
+50
*
Fix line endings.
Nikola Smiljanic
2014-05-28
1
-112
/
+112
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-13
/
+2
*
Make dead return statement detection more robust against changes in the CFG.
Manuel Klimek
2014-05-23
1
-21
/
+46
*
Add a check for tautological bitwise comparisons to -Wtautological-compare.
Jordan Rose
2014-05-20
1
-8
/
+35
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
16
-305
/
+311
*
Thread Safety Analysis: add new node types to thread safety TIL.
DeLesley Hutchins
2014-05-15
3
-97
/
+192
*
Converting some for loops to use range-based for loops. No functional changes...
Aaron Ballman
2014-05-14
1
-23
/
+14
*
Amending r208783 based on a suggestion by David Blaikie.
Aaron Ballman
2014-05-14
1
-14
/
+12
*
Replacing some manual iterations with standard algorithms. No functional chan...
Aaron Ballman
2014-05-14
1
-29
/
+22
*
Formatting and style changes; no functional changes intended.
Aaron Ballman
2014-05-14
1
-8
/
+7
*
Amending r208439 to remove buildLExpr; this code isn't strictly required yet,...
Aaron Ballman
2014-05-09
1
-46
/
+0
*
Add the ability to use logical expressions for capability attributes. This is...
Aaron Ballman
2014-05-09
3
-1
/
+161
*
ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.
Benjamin Kramer
2014-05-09
1
-4
/
+6
*
Explicitly keep track of temporaries during the consumed analysis.
Manuel Klimek
2014-05-08
1
-4
/
+3
*
Fix handling of condition variables in the face of temp dtors.
Manuel Klimek
2014-05-05
1
-8
/
+5
*
Remove unused typedef found by gcc's -Wunused-local-typedefs.
Nico Weber
2014-05-02
1
-2
/
+0
*
Fix bad comment from r207573.
Hans Wennborg
2014-05-02
1
-1
/
+1
*
Updated the attribute tablegen emitter for variadic arguments to emit a range...
Aaron Ballman
2014-05-02
2
-25
/
+16
*
Renaming the CallableState variadic attribute argument to be CallableStates. ...
Aaron Ballman
2014-05-02
1
-2
/
+2
*
scanf analysis: handle scanlists that start with ^] (PR19559)
Hans Wennborg
2014-04-29
1
-0
/
+9
*
Renaming range-based for loop variables so they don't appear iterator-like.
Aaron Ballman
2014-04-28
1
-23
/
+23
*
[C++11] Converting to range-based for loops. No functional changes intended.
Aaron Ballman
2014-04-28
1
-46
/
+27
*
Replacing a naked pointer with a unique_ptr. No functional changes intended.
Aaron Ballman
2014-04-23
1
-3
/
+3
*
Updated to be a bit more const friendly. Also switched the linkage to be stat...
Aaron Ballman
2014-04-23
1
-3
/
+3
*
Thread safety analysis: add array operations to SExpr.
DeLesley Hutchins
2014-04-22
1
-1
/
+4
*
Thread safety analysis: fix warning.
DeLesley Hutchins
2014-04-22
1
-2
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA,
DeLesley Hutchins
2014-04-21
1
-39
/
+85
*
Thread Safety Analysis: Convert to minimal SSA.
DeLesley Hutchins
2014-04-19
1
-17
/
+72
*
Thread Safety Analysis: Update SSA pass to handle loops.
DeLesley Hutchins
2014-04-19
1
-85
/
+169
*
Updating to use more range-based for loops, nullptr and auto. No functional c...
Aaron Ballman
2014-04-18
1
-20
/
+14
*
Making some public members into private members. This also introduces a bit m...
Aaron Ballman
2014-04-17
1
-16
/
+10
*
Since the object is new'ed in the enterCFG function, now deleting in the exit...
Aaron Ballman
2014-04-17
1
-0
/
+1
*
-Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...
Ted Kremenek
2014-04-16
1
-1
/
+4
*
Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFG
DeLesley Hutchins
2014-04-15
1
-89
/
+296
*
Fix typo from r206232
Richard Trieu
2014-04-15
1
-2
/
+2
*
Fix a bad interaction between -Wtautological-overlap-compare and delayed
Richard Trieu
2014-04-15
1
-0
/
+6
*
Thread Safety Analysis: reorganized SExpr header files. No change in
DeLesley Hutchins
2014-04-09
2
-0
/
+9
*
Thread Safety Analysis: now with less includes. No functional changes.
Aaron Ballman
2014-04-09
1
-1
/
+1
*
Thread Safety Analysis: some minor cleanups to the latest thread safety chang...
Aaron Ballman
2014-04-09
1
-44
/
+34
*
Thread Safety Analysis. Misc fixes to SExpr code, responding to code review
DeLesley Hutchins
2014-04-08
1
-8
/
+2
*
Thread Safety Analysis: various fixes to new SExpr code.
DeLesley Hutchins
2014-04-07
1
-20
/
+34
*
Thread Safety Analysis: update to internal SExpr handling.
DeLesley Hutchins
2014-04-07
3
-8
/
+423
*
Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,
Richard Trieu
2014-04-05
1
-0
/
+223
*
Updating the capability attribute diagnostics to be more capability-neutral. ...
Aaron Ballman
2014-04-01
1
-104
/
+176
[next]