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
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
4
-5
/
+5
*
[WebAssembly] Add Emscripten OS definition + small_printf
Alon Zakai
2019-04-03
1
-2
/
+13
*
InstSimplify: Fold round intrinsics from sitofp/uitofp
Matt Arsenault
2019-04-03
1
-0
/
+16
*
[WideableCond] Fix a nasty bug in detection of "explicit guards"
Philip Reames
2019-04-02
1
-2
/
+7
*
Add an optional list of blocks to avoid when looking for a path in isPotentia...
Nick Lewycky
2019-04-02
3
-25
/
+54
*
Not all blocks are reachable from entry. Don't assume they are.
Nick Lewycky
2019-04-01
1
-4
/
+11
*
[MemorySSA] Temporary fix assert when reaching 0 limit.
Alina Sbirlea
2019-03-29
1
-2
/
+5
*
Try to fix buildbot error
Sanjoy Das
2019-03-29
1
-1
/
+2
*
[SCEV] Check the cache in get{S|U}MaxExpr before doing any work
Sanjoy Das
2019-03-29
1
-12
/
+33
*
[MemorySSA] Limit clobber walks.
Alina Sbirlea
2019-03-29
1
-21
/
+61
*
[MemorySSA] Don't optimize incomplete phis.
Alina Sbirlea
2019-03-29
1
-2
/
+9
*
[llvm][NFC] Factor out logic for getting incoming & back Loop edges
Mircea Trofin
2019-03-29
1
-5
/
+18
*
Recommit "[DSE] Preserve basic block ordering using OrderedBasicBlock."
Florian Hahn
2019-03-29
1
-0
/
+24
*
Revert Recommit "[DSE] Preserve basic block ordering using OrderedBasicBlock."
Florian Hahn
2019-03-29
1
-24
/
+0
*
Recommit "[DSE] Preserve basic block ordering using OrderedBasicBlock."
Florian Hahn
2019-03-28
1
-0
/
+24
*
Revert [DSE] Preserve basic block ordering using OrderedBasicBlock.
Florian Hahn
2019-03-28
1
-23
/
+0
*
[DSE] Preserve basic block ordering using OrderedBasicBlock.
Florian Hahn
2019-03-28
1
-0
/
+23
*
[MemDepAnalysis] Allow caller to pass in an OrderedBasicBlock.
Florian Hahn
2019-03-28
1
-14
/
+19
*
[NewPM] Fix a nasty bug with analysis invalidation in the new PM.
Chandler Carruth
2019-03-28
1
-0
/
+6
*
Fix the build with GCC 4.8 after r356783
Hans Wennborg
2019-03-25
1
-1
/
+1
*
[ConstantRange] Add getFull() + getEmpty() named constructors; NFC
Nikita Popov
2019-03-24
3
-13
/
+13
*
[ValueTracking] Avoid redundant known bits calculation in computeOverflowForS...
Nikita Popov
2019-03-22
1
-6
/
+8
*
[AliasAnalysis] Second prototype to cache BasicAA / anyAA state.
Alina Sbirlea
2019-03-22
9
-211
/
+331
*
[ConstantFolding] Fix GetConstantFoldFPValue to avoid cast overflow.
Bixia Zheng
2019-03-22
1
-4
/
+2
*
[ScalarizeMaskedMemIntrin] Add support for scalarizing expandload and compres...
Craig Topper
2019-03-21
1
-0
/
+8
*
[ValueTracking] Use ConstantRange based overflow check for signed sub
Nikita Popov
2019-03-21
1
-10
/
+5
*
[BasicAA] Use DenseMap::try_emplace after D59151. NFC
Fangrui Song
2019-03-21
1
-5
/
+5
*
[BasicAA] Reduce no of map seaches [NFCI].
Alina Sbirlea
2019-03-21
1
-14
/
+32
*
[MSSA] Delete move ctor; remove dynamic never-moved verification
George Burgess IV
2019-03-21
1
-14
/
+0
*
[ValueTracking] Compute range for abs without nsw
Nikita Popov
2019-03-20
1
-7
/
+8
*
[ValueTracking] Use computeConstantRange() for unsigned add/sub overflow
Nikita Popov
2019-03-19
1
-14
/
+25
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-0
/
+4
*
[InstSimplify] SimplifyICmpInst - icmp eq/ne %X, undef -> undef
Simon Pilgrim
2019-03-19
1
-0
/
+7
*
Revert "[ValueTracking][InstSimplify] Support min/max selects in computeConst...
Nikita Popov
2019-03-18
1
-22
/
+1
*
[ValueTracking][InstSimplify] Support min/max selects in computeConstantRange()
Nikita Popov
2019-03-18
1
-1
/
+22
*
[ValueTracking][InstSimplify] Move abs handling into computeConstantRange(); NFC
Nikita Popov
2019-03-18
2
-41
/
+32
*
[SCEV] Guard movement of insertion point for loop-invariants
Warren Ristow
2019-03-18
1
-41
/
+47
*
[ValueTracking] Use ConstantRange overflow check for signed add; NFC
Nikita Popov
2019-03-17
1
-48
/
+8
*
[ConstantRange] Add fromKnownBits() method
Nikita Popov
2019-03-17
1
-11
/
+8
*
[ValueTracking] Use ConstantRange overflow checks for unsigned add/sub; NFC
Nikita Popov
2019-03-15
1
-20
/
+26
*
[ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee
Teresa Johnson
2019-03-15
1
-3
/
+5
*
[InstCombine] canonicalize funnel shift constant shift amount to be modulo bi...
Sanjay Patel
2019-03-14
1
-1
/
+0
*
[MemorySSA] Remove redundant walker assignment [NFC].
Alina Sbirlea
2019-03-14
1
-3
/
+1
*
[SCEV] Use depth limit for trunc analysis
Teresa Johnson
2019-03-12
1
-29
/
+36
*
[TTI] Enable analysis of clib functions in getIntrinsicCosts. NFCI.
Sjoerd Meijer
2019-03-12
1
-6
/
+9
*
Reland "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-12
1
-2
/
+8
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
1
-8
/
+2
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
1
-2
/
+8
*
[ValueTracking] Move constant range computation into ValueTracking; NFC
Nikita Popov
2019-03-09
2
-238
/
+239
*
[RegionPass] Fix forgotten "!".
Michael Kruse
2019-03-08
1
-1
/
+1
[next]