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
*
[ValueTracking] clang-format a section I'm about to touch; NFC
Sanjoy Das
2017-02-21
1
-64
/
+64
*
[InstSimplify] add nsw/nuw (xor X, signbit), signbit --> X
Sanjay Patel
2017-02-18
1
-1
/
+11
*
Refactor instruction simplification code in visitors. NFC.
Easwaran Raman
2017-02-18
1
-88
/
+67
*
OptDiag: Decouple backend diagnostics from debug info metadata
Justin Bogner
2017-02-18
1
-9
/
+8
*
[LAA] Remove unused code (NFC)
Matthew Simpson
2017-02-17
1
-5
/
+0
*
AssumptionCache: Disable the verifier by default, move it behind a hidden cl:...
Peter Collingbourne
2017-02-15
1
-5
/
+15
*
[LazyBFI] Fix typos
Adam Nemet
2017-02-14
1
-1
/
+1
*
[SCEV] Cache results during GetMinTrailingZeros query
Igor Laevsky
2017-02-14
1
-8
/
+22
*
[ValueTracking] use nonnull argument attribute to eliminate null checks
Sanjay Patel
2017-02-12
1
-5
/
+17
*
[LV/LoopAccess] Check statically if an unknown dependence distance can be
Dorit Nuzman
2017-02-12
1
-6
/
+78
*
IR: Function summary extensions for whole-program devirtualization pass.
Peter Collingbourne
2017-02-10
1
-21
/
+104
*
[PM/LCG] Teach LCG to support spurious reference edges.
Chandler Carruth
2017-02-09
1
-1
/
+8
*
[PM/LCG] Teach the LazyCallGraph how to replace a function without
Chandler Carruth
2017-02-09
2
-194
/
+216
*
Drop graph_ prefix
Daniel Berlin
2017-02-09
1
-1
/
+1
*
GraphTraits: Add range versions of graph traits functions (graph_nodes, graph...
Daniel Berlin
2017-02-09
1
-4
/
+1
*
LVI: Fix use-of-uninitialized-value after r294463
Vitaly Buka
2017-02-09
1
-1
/
+1
*
LVI: Add a per-value worklist limit to LazyValueInfo.
Daniel Berlin
2017-02-08
1
-6
/
+36
*
Revert r293017 and fix the actual underlying issue.
Chandler Carruth
2017-02-07
2
-2
/
+3
*
[LVI] Switch from BFS to DFS exploration order
Philip Reames
2017-02-07
1
-14
/
+16
*
[PM/LCG] Fix the no-asserts build after r294227. Sorry for the noise.
Chandler Carruth
2017-02-06
1
-0
/
+2
*
[PM/LCG] Remove the lazy RefSCC formation from the LazyCallGraph during
Chandler Carruth
2017-02-06
2
-171
/
+118
*
[ValueTracking] emit a remark when we detect a conflicting assumption (PR31809)
Sanjay Patel
2017-02-06
2
-14
/
+27
*
[SCEV] limit recursion depth and operands number in getAddExpr
Daniil Fukalov
2017-02-06
1
-19
/
+39
*
[SLP] Make sortMemAccesses explicitly return an error. NFC.
Michael Kuperstein
2017-02-03
1
-12
/
+10
*
[SLP] Use SCEV to sort memory accesses.
Michael Kuperstein
2017-02-03
1
-17
/
+34
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
1
-8
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
1
-4
/
+8
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-8
/
+4
*
[PGO] internal option cleanups
Xinliang David Li
2017-02-02
1
-1
/
+12
*
[PGO] make graph view internal options available for all builds
Xinliang David Li
2017-02-02
1
-10
/
+0
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-4
/
+8
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-8
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-4
/
+8
*
[JumpThread] Enhance finding partial redundant loads by continuing scanning s...
Jun Bum Lim
2017-02-02
1
-1
/
+5
*
[LV] Also port failure remarks to new OptimizationRemarkEmitter API
Adam Nemet
2017-02-02
1
-1
/
+3
*
[ValueTracking] remove a FIXME for something we don't want to do; NFC
Sanjay Patel
2017-02-01
1
-4
/
+0
*
[LV] Move interleaved access helper functions to VectorUtils (NFC)
Matthew Simpson
2017-02-01
1
-0
/
+85
*
[ValueTracking] avoid crashing from bad assumptions (PR31809)
Sanjay Patel
2017-02-01
1
-0
/
+17
*
[SCEV] Simplify/generalize howFarToZero solving.
Eli Friedman
2017-01-31
1
-59
/
+9
*
NVPTX: Refactor NVPTXInferAddressSpaces to check TTI
Matt Arsenault
2017-01-30
1
-0
/
+4
*
[ValueTracking] clean up lookThroughCast; NFCI
Sanjay Patel
2017-01-29
1
-42
/
+48
*
[SLP] Vectorize loads of consecutive memory accesses, accessed in non-consecu...
Mohammad Shahid
2017-01-28
1
-0
/
+31
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
5
-11
/
+25
*
Analysis: Add appropriate const qualification to functions in TypeMetadataUti...
Peter Collingbourne
2017-01-27
1
-5
/
+6
*
Fix BasicAA incorrect assumption on GEP
Mehdi Amini
2017-01-27
1
-5
/
+5
*
[ValueTracking] Add comment that CannotBeOrderedLessThanZero does the wrong t...
Justin Lebar
2017-01-27
1
-0
/
+19
*
[SCEV] Introduce add operation inlining limit
Daniil Fukalov
2017-01-26
1
-0
/
+8
*
[PM] Use PoisoningVH correctly when merely deleting entries in a map
Chandler Carruth
2017-01-26
1
-6
/
+6
*
[TargetTransformInfo] Refactor and improve getScalarizationOverhead()
Jonas Paulsson
2017-01-26
1
-0
/
+11
*
[llc] Add -pass-remarks-output
Adam Nemet
2017-01-26
1
-5
/
+11
[next]