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
/
llvm
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach isKnownNonNull that a nonnull return is not null. Add a test for this c...
Nick Lewycky
2014-05-20
1
-0
/
+5
*
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
2014-05-20
1
-2
/
+2
*
Check the alwaysinline attribute on the call as well as on the caller.
Peter Collingbourne
2014-05-19
1
-1
/
+1
*
InstSimplify: Improve handling of ashr/lshr
David Majnemer
2014-05-16
1
-1
/
+21
*
InstSimplify: Optimize using dividend in sdiv
David Majnemer
2014-05-16
1
-0
/
+4
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
2
-2
/
+9
*
Instead of littering asserts throughout the code after every call to
Jay Foad
2014-05-15
1
-38
/
+27
*
Teach the constant folder to look through bitcast constant expressions
Chandler Carruth
2014-05-15
1
-0
/
+50
*
Fix typos
Alp Toker
2014-05-15
1
-2
/
+2
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
4
-85
/
+85
*
InstSimplify: Optimize signed icmp of -(zext V)
David Majnemer
2014-05-14
1
-0
/
+22
*
Update the comments for ComputeMaskedBits, which lost its Mask parameter
Jay Foad
2014-05-14
1
-2
/
+2
*
use nullptr instead of NULL
Sebastian Pop
2014-05-12
1
-4
/
+4
*
do not assert when delinearization fails
Sebastian Pop
2014-05-12
1
-8
/
+30
*
use isZero()
Sebastian Pop
2014-05-12
1
-6
/
+5
*
SCEV: Use range-based for loop and fold variable into assert.
Benjamin Kramer
2014-05-10
1
-6
/
+4
*
move findArrayDimensions to ScalarEvolution
Sebastian Pop
2014-05-09
2
-10
/
+10
*
fix typo in debug message
Sebastian Pop
2014-05-09
1
-2
/
+2
*
Correct formatting.
Tobias Grosser
2014-05-08
1
-4
/
+4
*
Use std::remove_if to remove elements from a vector
Tobias Grosser
2014-05-08
1
-5
/
+4
*
Use a range loop.
Rafael Espindola
2014-05-08
1
-4
/
+2
*
Revert "SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time"
Tobias Grosser
2014-05-08
1
-3
/
+6
*
SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time
Tobias Grosser
2014-05-08
1
-6
/
+3
*
avoid segfaulting
Sebastian Pop
2014-05-07
1
-2
/
+1
*
do not collect undef terms
Sebastian Pop
2014-05-07
1
-1
/
+36
*
split delinearization pass in 3 steps
Sebastian Pop
2014-05-07
3
-397
/
+484
*
[C++11] Add NArySCEV->Operands iterator range
Tobias Grosser
2014-05-07
1
-8
/
+6
*
blockfreq: Move include to .cpp
Duncan P. N. Exon Smith
2014-05-06
1
-0
/
+1
*
[LCG] Add the last (and most complex) of the edge insertion mutation
Chandler Carruth
2014-05-04
1
-0
/
+119
*
[TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).
Juergen Ributzka
2014-05-03
1
-2
/
+7
*
[LCG] Add the other simple edge insertion API to the call graph. This
Chandler Carruth
2014-05-01
1
-0
/
+15
*
[LCG] Don't lookup the child SCC twice. Spotted this by inspection, and
Chandler Carruth
2014-05-01
1
-2
/
+2
*
[LCG] Add some basic methods for querying the parent/child relationships
Chandler Carruth
2014-05-01
1
-0
/
+15
*
[LCG] Add the really, *really* boring edge insertion case: adding an
Chandler Carruth
2014-04-30
1
-4
/
+19
*
[LCG] Actually test the *basic* edge removal bits (IE, the non-SCC
Chandler Carruth
2014-04-30
1
-4
/
+8
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
blockfreq: Defer to BranchProbability::scale()
Duncan P. N. Exon Smith
2014-04-29
1
-26
/
+0
*
blockfreq: Remove more extra typenames from r207438
Duncan P. N. Exon Smith
2014-04-28
1
-2
/
+2
*
Reapply "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
2014-04-28
1
-20
/
+210
*
[LCG] Add the most basic of edge insertion to the lazy call graph. This
Chandler Carruth
2014-04-28
1
-0
/
+15
*
[LCG] Make the return of the IntraSCC removal method actually match its
Chandler Carruth
2014-04-28
1
-5
/
+3
*
[inliner] Significantly improve the compile time in cases like PR19499
Chandler Carruth
2014-04-28
1
-3
/
+23
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[LCG] Re-organize the methods for mutating a call graph to make their
Chandler Carruth
2014-04-27
1
-76
/
+78
*
[LCG] Rather than removing nodes from the SCC entry set when we process
Chandler Carruth
2014-04-26
1
-6
/
+7
*
[LCG] Rotate the full SCC finding algorithm to avoid round-trips through
Chandler Carruth
2014-04-26
1
-21
/
+23
*
[LCG] Hoist the main DFS loop out of the edge removal function. This
Chandler Carruth
2014-04-26
1
-74
/
+70
*
[LCG] In the incremental SCC re-formation, lift the node currently being
Chandler Carruth
2014-04-26
1
-30
/
+38
*
[LCG] Special case the removal of self edges. These don't impact the SCC
Chandler Carruth
2014-04-26
1
-0
/
+6
*
[LCG] Refactor the duplicated code I added in my last commit here into
Chandler Carruth
2014-04-26
1
-23
/
+14
[next]