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
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
10
-39
/
+39
*
[InstCombine] use commutative matchers for patterns with commutative operators
Sanjay Patel
2016-12-18
3
-51
/
+13
*
Revert "[GVNHoist] Move GVNHoist to function simplification part of pipeline."
Evgeniy Stepanov
2016-12-17
1
-38
/
+0
*
Preserve loop metadata when folding branches to a common destination.
Michael Kuperstein
2016-12-16
1
-0
/
+28
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-12-16
3
-6
/
+206
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
11
-22
/
+20
*
Reapply "[LV] Enable vectorization of loops with conditional stores by default"
Matthew Simpson
2016-12-16
5
-6
/
+6
*
Fix CodeGenPrepare::stripInvariantGroupMetadata
Sanjoy Das
2016-12-16
1
-3
/
+4
*
Revert "[CodeGenPrep] Skip merging empty case blocks"
Jun Bum Lim
2016-12-16
3
-206
/
+6
*
[InstCombine] auto-generate checks; NFC
Sanjay Patel
2016-12-16
1
-2
/
+15
*
[LV] Don't attempt to type-shrink scalarized instructions
Matthew Simpson
2016-12-16
1
-0
/
+53
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-12-16
3
-6
/
+206
*
Revert r289863: [LV] Enable vectorization of loops with conditional
Chandler Carruth
2016-12-16
5
-6
/
+6
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
11
-20
/
+22
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
11
-22
/
+20
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
11
-20
/
+22
*
IPO: Introduce ThinLTOBitcodeWriter pass.
Peter Collingbourne
2016-12-16
6
-0
/
+159
*
[SimplifyLibCalls] Add a test to make sure we lower fls(0) correctly.
Davide Italiano
2016-12-15
1
-0
/
+9
*
[SimplifyLibCalls] Lower fls() to llvm.ctlz().
Davide Italiano
2016-12-15
1
-0
/
+48
*
[LV] Enable vectorization of loops with conditional stores by default
Matthew Simpson
2016-12-15
5
-6
/
+6
*
[InstCombine] add folds for icmp (smin X, Y), X
Sanjay Patel
2016-12-15
1
-36
/
+12
*
[ThinLTO] Ensure callees get hot threshold when first seen on cold path
Teresa Johnson
2016-12-15
2
-0
/
+95
*
[TEST] Initial commit of tests for minmax horizontal reductions.
Alexey Bataev
2016-12-15
1
-0
/
+1725
*
[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp
Ehsan Amiri
2016-12-15
1
-0
/
+204
*
[AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVe...
Craig Topper
2016-12-15
1
-0
/
+390
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+1
*
Make processing @llvm.assume more efficient by using operand bundles
Hal Finkel
2016-12-15
9
-38
/
+38
*
Only sets profile summary when it was not preset.
Dehao Chen
2016-12-14
1
-0
/
+1
*
[GVNHoist] Move GVNHoist to function simplification part of pipeline.
Geoff Berry
2016-12-14
1
-0
/
+38
*
[X86][InstCombine] Handle demanded elements for operand of AVX-512 scalar flo...
Craig Topper
2016-12-14
1
-0
/
+160
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle masked scalar a...
Craig Topper
2016-12-14
1
-0
/
+180
*
[IRCE] Avoid loop optimizations on pre and post loops
Anna Thomas
2016-12-13
1
-0
/
+81
*
[LV] Don't vectorize when we have a small static bound on trip count
Michael Kuperstein
2016-12-13
1
-0
/
+25
*
Fix the test cases committed in r289521.
Rong Xu
2016-12-13
1
-10
/
+8
*
[ADCE] Add code to remove dead branches
David Callahan
2016-12-13
17
-7
/
+101
*
[X86][InstCombine] Fix SimplifyDemandedVectorElts to handle frcz scalar intri...
Craig Topper
2016-12-13
1
-0
/
+22
*
llvm/test/Transforms/PGOProfile/noreturncall.ll REQUIRES asserts due to -debu...
NAKAMURA Takumi
2016-12-13
1
-0
/
+1
*
[PGO] Fix insane counts due to nonreturn calls
Rong Xu
2016-12-13
2
-0
/
+57
*
[SLP] Fix sign-extends for type-shrinking
Matthew Simpson
2016-12-12
1
-0
/
+72
*
Revert "[SCEVExpand] do not hoist divisions by zero (PR30935)"
Reid Kleckner
2016-12-12
1
-94
/
+0
*
remove stale FIXME note from test; NFC
Sanjay Patel
2016-12-12
1
-1
/
+1
*
[InstCombine] fix bug when offsetting case values of a switch (PR31260)
Sanjay Patel
2016-12-12
1
-4
/
+5
*
[InstCombine] add test to show PR31260 miscompile; NFC
Sanjay Patel
2016-12-12
1
-0
/
+34
*
[SCEVExpand] do not hoist divisions by zero (PR30935)
Sebastian Pop
2016-12-12
1
-0
/
+94
*
[InstCombine][XOP] The instructions for the scalar frcz intrinsics are define...
Craig Topper
2016-12-11
1
-2
/
+2
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
11
-36
/
+43
*
[Constants] don't die processing non-ConstantInt GEP indices in isGEPWithNoNo...
Sanjay Patel
2016-12-11
1
-0
/
+11
*
[X86][InstCombine] Add support for scalar FMA intrinsics to SimplifyDemandedV...
Craig Topper
2016-12-11
1
-0
/
+192
*
[X86][InstCombine] Add the test cases for r289370, r289371, and r289372.
Craig Topper
2016-12-11
2
-0
/
+444
*
[AVX-512][InstCombine] Add 512-bit vpermilvar intrinsics to InstCombineCalls ...
Craig Topper
2016-12-11
1
-0
/
+72
[next]