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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] add tests for implied simplifications; NFC
Sanjay Patel
2018-12-04
1
-0
/
+168
*
[InstCombine] auto-generate full checks for icmp overflow tests; NFC
Sanjay Patel
2018-12-04
1
-23
/
+74
*
[InstCombine] auto-generate full checks for icmp dominator tests; NFC
Sanjay Patel
2018-12-04
2
-119
/
+162
*
Add common check prefix. NFCI.
Simon Pilgrim
2018-12-04
1
-177
/
+89
*
Update MemorySSA in SimpleLoopUnswitch.
Alina Sbirlea
2018-12-04
31
-0
/
+31
*
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...
Vedant Kumar
2018-12-03
1
-2
/
+2
*
[InstCombine] fix undef propagation bug with shuffle+binop
Sanjay Patel
2018-12-03
1
-6
/
+6
*
[InstCombine] foldICmpWithLowBitMaskedVal(): disable 2 faulty folds.
Roman Lebedev
2018-12-03
2
-8
/
+12
*
[InstCombine] add tests for shuffle+binop fold; NFC
Sanjay Patel
2018-12-03
1
-2
/
+58
*
[SimplifyCFG] add tests for cross block compare folding; NFC
Sanjay Patel
2018-12-03
1
-0
/
+259
*
[test] Fix use of 'sort -b' in SimpleLoopUnswitch on NetBSD
Michal Gorny
2018-12-02
3
-9
/
+9
*
[TTI] Reduction costs only need to include a single extract element cost (REA...
Simon Pilgrim
2018-12-01
4
-301
/
+188
*
[InstCombine] Support ssub.sat canonicalization for non-splats
Nikita Popov
2018-12-01
1
-5
/
+4
*
[ThinLTO] Allow importing of functions with var args
Teresa Johnson
2018-12-01
1
-6
/
+6
*
[X86][LoopVectorize] Replace -mcpu=skylake-avx512 with -mattr=avx512f in some...
Craig Topper
2018-12-01
3
-3
/
+3
*
[X86] Split skylake-avx512 run lines in SLP vectorizer tests to cover -mprefe...
Craig Topper
2018-11-30
14
-368
/
+493
*
[InstSimplify] add tests for undef + partial undef constant folding; NFC
Sanjay Patel
2018-11-30
1
-0
/
+80
*
[Mem2Reg] Fix nondeterministic corner case
Joseph Tremoulet
2018-11-30
1
-0
/
+53
*
[SLP]PR39774: Update references of the replaced external instructions.
Alexey Bataev
2018-11-30
4
-6
/
+95
*
Add a new reduction pattern match
Renato Golin
2018-11-30
1
-0
/
+821
*
[LoopSimplifyCFG] Update MemorySSA in terminator folding. PR39783
Max Kazantsev
2018-11-30
1
-1
/
+0
*
[NFC] Simplify and reduce tests for PR39783
Max Kazantsev
2018-11-30
3
-279
/
+111
*
[SCEV] Guard movement of insertion point for loop-invariants
Warren Ristow
2018-11-30
1
-0
/
+65
*
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
David Stuttard
2018-11-29
1
-23
/
+0
*
[InstSimplify] fold select with implied condition
Sanjay Patel
2018-11-29
2
-18
/
+8
*
[LICM] Reapply r347776 "Make LICM able to hoist phis" with fix
John Brawn
2018-11-29
1
-0
/
+1351
*
[SimplifyCFG] auto-generate complete checks; NFC
Sanjay Patel
2018-11-29
1
-42
/
+109
*
[InstCombine] auto-generate complete checks; NFC
Sanjay Patel
2018-11-29
1
-42
/
+116
*
[CallSiteSplitting] Report edge deletion to DomTreeUpdater
Joseph Tremoulet
2018-11-29
1
-0
/
+29
*
Add support for TFE/LWE in image intrinsics
David Stuttard
2018-11-29
1
-0
/
+23
*
Revert "[LICM] Enable control flow hoisting by default" and "[LICM] Reapply r...
Martin Storsjo
2018-11-29
2
-1362
/
+9
*
[CVP] auto-generate complete test checks; NFC
Sanjay Patel
2018-11-29
5
-289
/
+1009
*
[NFC] Add two XFAIL tests from PR39783
Max Kazantsev
2018-11-29
2
-0
/
+279
*
[LoopStrengthReduce] ComplexityLimit as an option
Sam Parker
2018-11-29
2
-0
/
+120
*
[Inliner] Modify the merging of min-legal-vector-width attribute to better ha...
Craig Topper
2018-11-29
1
-1
/
+16
*
[Inliner] Add test for merging of min-legal-vector-width function attribute.
Craig Topper
2018-11-29
1
-0
/
+29
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-1
/
+1
*
[DebugInfo] Give inlinable calls DILocs (PR39807)
Jeremy Morse
2018-11-28
1
-0
/
+43
*
[LICM] Enable control flow hoisting by default
John Brawn
2018-11-28
2
-11
/
+13
*
[LICM] Reapply r347190 "Make LICM able to hoist phis" with fix
John Brawn
2018-11-28
1
-0
/
+1351
*
[InstCombine] Combine saturating add/sub with constant operands
Nikita Popov
2018-11-28
1
-52
/
+30
*
[InstCombine] Canonicalize ssub.sat to sadd.sat
Nikita Popov
2018-11-28
1
-28
/
+28
*
[ValueTracking] Determine always-overflow condition for unsigned sub
Nikita Popov
2018-11-28
1
-6
/
+2
*
[InstCombine] Use known overflow information for saturating add/sub
Nikita Popov
2018-11-28
1
-18
/
+14
*
[InstCombine] Canonicalize const arg for saturating adds
Nikita Popov
2018-11-28
1
-6
/
+6
*
[SLP]Fix PR39774: Set ReductionRoot if the original instruction is vectorized.
Alexey Bataev
2018-11-28
1
-0
/
+108
*
[InstCombine] Add tests for saturating add/sub; NFC
Nikita Popov
2018-11-27
1
-0
/
+669
*
[PartialInliner] Make PHIs free in cost computation.
Florian Hahn
2018-11-27
1
-0
/
+40
*
Add missing REQUIRES: asserts
Max Kazantsev
2018-11-27
1
-0
/
+1
*
[LoopSimplifyCFG] Fix corner case with duplicating successors
Max Kazantsev
2018-11-27
1
-3
/
+14
[next]